Revision
138166
Author
cal@macports.org
Date
2015-06-30 14:15:30 -0700 (Tue, 30 Jun 2015)

Log Message

base: Add NewHelpSystem to ChangeLog

Modified Paths

Diff

Modified: trunk/base/ChangeLog (138165 => 138166)


--- trunk/base/ChangeLog	2015-06-30 20:58:44 UTC (rev 138165)
+++ trunk/base/ChangeLog	2015-06-30 21:15:30 UTC (rev 138166)
@@ -4,6 +4,14 @@
 ###
 
 Release 2.4 (unreleased)
+    - Replaced the strings previously printed by "port help" with much more
+      detailed and current manpages written using asciidoc that open
+      automatically. Added documentation for almost all commands currently
+      implemented by MacPorts.
+      (raimue in branch new-help-system, merge in r123002,
+       manpages written by cal, jmr, raimue, ionic, jeremyhu,
+       #44530, #15467)
+
     - Added macports_version to the Portfile execution context, to allow
       checking the current MacPorts version in Portfiles.
       (cal in r134511)
@@ -22,7 +30,8 @@
 
     - 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)
+      operation.
+      (cal in r118297 and r118298)
 
     - Remove "support" for rpm and deb packages in MacPorts, leaving pkg/mpkg.
       (afb in r123004)