Navigation Menu

Skip to content

Commit

Permalink
ChangeLog: Reorder entries for 2.4 by importance
Browse files Browse the repository at this point in the history
Move new features and changes visible to users to the top,
less important details for Portfile authors to the bottom.
  • Loading branch information
raimue committed Dec 15, 2016
1 parent 297fcc3 commit cb1ee59
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions ChangeLog
Expand Up @@ -11,12 +11,6 @@ Release 2.4 (unreleased)
configuration errors, developed during GSoC 2014.
(ksammons in branch gsoc14-cleanup)

- Show date in verbose output of 'port installed'
(raimue in r146757, r152685)

- Add depends_test to handle the dependencies for the test phase of ports.
(khindenburg in r140488, #38208)

- 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
Expand All @@ -25,13 +19,6 @@ Release 2.4 (unreleased)
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)

- Added "setunrequested" alias for "unsetrequested" command.
(ionic in r130217)

- Added interactive questions for various use cases like 'install',
'activate', 'uninstall --follow-dependencies'. Also added global
flag '-N' to provide non-interactive invocations.
Expand All @@ -41,11 +28,24 @@ Release 2.4 (unreleased)
installation to prevent them from getting lost in the scrolling output.
(#24507, cal in r118304, patch by snc)

- Show date in verbose output of 'port installed'
(raimue in r146757, r152685)

- Added "setunrequested" alias for "unsetrequested" command.
(ionic in r130217)

- 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)

- Added macports_version to the Portfile execution context, to allow
checking the current MacPorts version in Portfiles.
(cal in r134511)

- Add depends_test to handle the dependencies for the test phase of ports.
(khindenburg in r140488, #38208)

- Remove "support" for rpm and deb packages in MacPorts, leaving pkg/mpkg.
(afb in r123004)

Expand Down

0 comments on commit cb1ee59

Please sign in to comment.