ChangeLog: Update ChangeLog for recent trace mode changes, re-order for 2.3.2 release

git-svn-id: https://svn.macports.org/repository/macports/trunk/base@126895 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Clemens Lang
2014-10-16 22:25:07 +00:00
parent 4e9b35f249
commit 5da3afbae6
+13 -4
View File
@@ -9,10 +9,6 @@ Release 2.4 (unreleased)
flag '-N' to provide non-interactive invocations.
(shasha in branch gsoc14-interactive, merge in r124243)
- Fix bugs in trace mode that caused it to (1) not ignore /usr/local as
it should and (2) fail with certain lengths of $prefix.
(cal in r124145, r124146)
- Display notes for installed or updated ports at the end of the
installation to prevent them from getting lost in the scrolling output.
(#24507, cal in r118304, patch by snc)
@@ -28,6 +24,19 @@ Release 2.4 (unreleased)
(afb in r123005)
Release 2.3.2 (2014-10-17 by jmr)
- Fix a crash in trace mode when software calls posix_spawn(2) with NULL
as envp (which isn't a legal thing to do from what I understand, but
there's software that does it)
(cal in r126475, #45318)
- Tune down the noise while using trace mode; in the default verbosity
setting, only report files that actually exist and were hidden.
(cal in r124150, r124216)
- Fix bugs in trace mode that caused it to (1) not ignore /usr/local as
it should and (2) fail with certain lengths of $prefix.
(cal in r124145, r124146)
- Added a warning when a version is specified with the list action, such
as with installed ports (jmr in r125621)