The start of the documentation of the potential chanegs that will go into the 1.6.1 release.

git-svn-id: https://svn.macports.org/repository/macports/trunk/base@32605 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Juan Manuel Palacios
2008-01-09 03:52:37 +00:00
parent ffa3b9322c
commit 763f3e36e4
2 changed files with 45 additions and 5 deletions
+26
View File
@@ -10,6 +10,32 @@ Unreleased:
destroot (mww in r31954).
Release 1.6.1 (unreleased):
- If checksum is mismatched, and in verbose mode, present a corrected pre-fabricated checksum statement
to make it easy to update a port (jberry in r32441).
- Fixed the "Error: Unable to open port: invalid command name "ui_prefix"" runtime error on Panther
(eridius in r32525).
- Fixed the "Error: Unable to open port: invalid command name "ui_channels"" runtime error on Panther
(eridius in r32514).
- "port lint" now recognizes non-canonical modelines (afb in r32480).
- "configure.pipe" is now hackable from Portfiles (afb in r32430).
- MacPorts no longer installs the "base/config/mp_version" file, as the release version is now stored
internally in $macports::autoconf::macports_vesion (jmpp in r32353).
- Bail out with a suitable message if the requested port is not installed when polling its dependents
(jmpp in r32336).
- Fixed a Panther build failure due to missing sqlite headers (jmpp in r32212).
- Fixed a build failure by passing the base/src/cregistry/cregistry.a archive through ranlib (jmpp in r32105).
Release 1.6.0 (16-December-2007 by jmpp):
- Revamped the postflight script that is run by Installer.app with our pkg installer to gracefully
+19 -5
View File
@@ -1,14 +1,29 @@
What's new:
== Overwiew of changes from MacPorts 1.6.0 to 1.6.1 ==
*) Revived and thoroughly refreshed web presence at http://www.macports.org/ , with more improvements still on the way;
*) New project guide at http://guide.macports.org
# For regular users:
* A suitable message is output when a the requested port is not installed when polling its dependents;
* Fixed the "Error: Unable to open port: invalid command name "ui_prefix"" runtime error on Panther;
* Fixed the "Error: Unable to open port: invalid command name "ui_channels"" runtime error on Panther;
* Fixed a MacPorts, Panther specific build failure due to missing sqlite headers on that platform;
* Fixed a MacPorts build failure when building itself in universal fashion;
Overview of Changes from MacPorts 1.5.2 to MacPorts 1.6.0:
# For Portfile writers:
*) Pre-fabricated statements with correct checksums are output when in verbose mode if the existing ones in the Portfile are incorrect;
*) "port lint" now recognizes non-canonical modelines;
*) Added a 'configure.pipe' Portfile option for using pipes rather than intermediate files when compiling C/C++ based ports;
== Overview of changes from MacPorts 1.5.2 to 1.6.0 ==
# For regular usage:
*) Revived and thoroughly refreshed web presence at http://www.macports.org/ , with more improvements still on the way;
*) New project guide at http://guide.macports.org
*) Fixed the "upgrade" target of the port(1) command to properly handle installed versions beginning with letters;
*) Improved the "variants" target of the port(1) command to behave like the "info" target to poll the requested Portfile directly
rather than the index for more up-to-date information, while also providing a --index flag for legacy behavior;
@@ -69,7 +84,6 @@ Overview of Changes from MacPorts 1.5.2 to MacPorts 1.6.0:
*) Added 'configure.awk', 'configure.bison', 'configure.pkg_config', 'configure.pkg_config_path' Portfile options to point to the
relevant programs/paths to use;
*) Added a 'extract.mkdir' Portfile option to better deal with so-called "tar bombs";
*) Added a 'configure.pipe' Portfile option for using pipes rather than intermediate files when compiling C/C++ based ports;
# For MacPorts scripting: