Revision: 118306 https://trac.macports.org/changeset/118306 Author: cal@macports.org Date: 2014-03-29 12:43:01 -0700 (Sat, 29 Mar 2014) Log Message: ----------- ChangeLog: Document r118304, #24507 Revision Links: -------------- https://trac.macports.org/changeset/118304 Modified Paths: -------------- trunk/base/ChangeLog Modified: trunk/base/ChangeLog =================================================================== --- trunk/base/ChangeLog 2014-03-29 19:31:50 UTC (rev 118305) +++ trunk/base/ChangeLog 2014-03-29 19:43:01 UTC (rev 118306) @@ -4,6 +4,10 @@ ### Release 2.4 (unreleased) + - 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) + - Handle SIGTERM and SIGINT (^C) in MacPorts to prevent inconsistencies in the registry database when MacPorts is aborted during a critical operation. (cal in r118297 and r118298)