[26178] trunk/base/ChangeLog

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 15 03:18:26 PDT 2007


Revision: 26178
          http://trac.macosforge.org/projects/macports/changeset/26178
Author:   jmpp at macports.org
Date:     2007-06-15 03:18:25 -0700 (Fri, 15 Jun 2007)

Log Message:
-----------
Correcting miss-commit for the ChangeLog (I hadn't merged its changes to the branch).

Modified Paths:
--------------
    trunk/base/ChangeLog

Modified: trunk/base/ChangeLog
===================================================================
--- trunk/base/ChangeLog	2007-06-15 10:11:22 UTC (rev 26177)
+++ trunk/base/ChangeLog	2007-06-15 10:18:25 UTC (rev 26178)
@@ -6,6 +6,38 @@
 
 (unreleased)
 
+    - Fix port variants calculation to properly account for negated variants and
+      to detect problems between required and negated variants
+      (ticket #11920, eridius r26036, patch by gwhitney).
+
+    - Add global methods lpush, lpop, lshift, and lunshift. Works similar to
+      lappend (in fact lpush is just lappend) and do what they sound like.
+      Also add ldindex. Works like lindex, but deletes the element from the list.
+      Documented in portfile.7 (eridius r26034).
+    
+    - Add global methods try and throw. Implemented based on the specification
+      in TIP #89. Documented in portfile.7 (eridius r26034).
+
+    - Handle encodings properly now. All Portfiles and .conf files are assumed
+      to be utf-8, and reading them or calling portindex(1) should now work
+      the same on all locales (ticket #11978, eridius r25975).
+
+    - Fix port variants calculation to properly account for negated variants and
+      to detect problems between required and negated variants
+      (ticket #11920, eridius r26036, patch by gwhitney).
+
+    - Add global methods lpush, lpop, lshift, and lunshift. Works similar to
+      lappend (in fact lpush is just lappend) and do what they sound like.
+      Also add ldindex. Works like lindex, but deletes the element from the list.
+      Documented in portfile.7 (eridius r26034).
+    
+    - Add global methods try and throw. Implemented based on the specification
+      in TIP #89. Documented in portfile.7 (eridius r26034).
+
+    - Handle encodings properly now. All Portfiles and .conf files are assumed
+      to be utf-8, and reading them or calling portindex(1) should now work
+      the same on all locales (ticket #11978, eridius r25975).
+
     - Add support for decoding of obscured maintainer addresses.
       We support two types of obscured addresses in Portfile maintainers field:
          (1) username ==> implies username at macports.org

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070615/ca1340bf/attachment.html


More information about the macports-changes mailing list