From 1efa3058594bc514b643a5a5be392cd00ee61a83 Mon Sep 17 00:00:00 2001 From: Juan Manuel Palacios Date: Tue, 20 Feb 2007 21:15:01 +0000 Subject: [PATCH] 1.4 progress, pretty much owed to Eridius! git-svn-id: https://svn.macports.org/repository/macports/trunk/base@22171 d073be05-634f-4543-b044-5fe20cf6d1d6 --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 38eaea531..95e5e4faf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,20 @@ Release 1.4 (unreleased): + - with_docs variant of GNUStep PortGroup ports now installs the latex2html port by default (yves in r22014). + + - Add new 'touch' & 'ln' portfile writing commands, their usage being similar to their BSD equivalents, + along with 'move' and 'copy' shorthands for TCL's "file rename/copy" calls (Eridius in r22007). + + - Fix a dangerous bug in parsing filenames with spaces in the the 'delete' command, while reworking it + to no longer be a plain 'system "rm -rf "' call (Eridius in r22007). + + - Checksum phase no longer deletes distfiles upon checksums mistmatch, eliminating "file not found" + errors when a second run is attempted, thus making the need for a "port clean --dist" call more + explicit before continuing (Eridius in r21967). + + - Stating an empty key value in a Portfile now correctly clears it, as expected (Eridius in r21950 & r21951). + - Documentation updates to the ports.conf.5 and portfile.7 man pages (markd, jmpp and others I may be forgetting, sorry 'bout that, in r21998, referencing tickets #4905, #6880 & #10840).