Modified: branches/release_2_0/base/ChangeLog (83443 => 83444)
--- branches/release_2_0/base/ChangeLog 2011-09-01 15:17:11 UTC (rev 83443)
+++ branches/release_2_0/base/ChangeLog 2011-09-01 15:27:54 UTC (rev 83444)
@@ -3,6 +3,41 @@
# $Id$
###
+Release 2.0.2 (2011-09-01 by jmr):
+ - Messages recommending running selfupdate will no longer be printed when
+ selfupdate is being run. (#23094, jmr in r83270, r83391)
+
+ - The PortIndex will not be regenerated during selfupdate when base is
+ outdated. This avoids failure to index ports that use features only
+ available in the current version. (#30739, jmr in r83271)
+
+ - Fixed build failures when the TMPDIR environment variable is set to a
+ directory that is not writable by the macports user.
+ (#30749, jmr in r83267)
+
+ - Fixed error when checksumming distfiles with names containing spaces.
+ (#28568, jmr in r83149)
+
+ - The uninstall and deactivate actions now sort the port list so that
+ dependents are processed before the ports they depend on.
+ (#8431, jmr in r82947)
+
+ - Fixed an issue where a non-universal version of a port could be
+ installed as a dependency as well as the universal version, with
+ unpredictable results, when some ports in the dependency graph needed
+ the universal version but others didn't. (jmr in r82924)
+
+ - Now using a temp dir inside ${prefix} when activating, as /tmp or
+ /var/folders may be on a different volume. (jmr in r82767)
+
+ - Fixed extracting portfile-only archives. (#31033, jmr in r81830)
+
+ - Fixed adduser and addgroup procedures not re-dropping privileges when
+ done. (jmr in r81630)
+
+ - Fixed error activating ports with names containing the string "cpio".
+ (#30532, jmr in r81577)
+
Release 2.0.1 (2011-08-02 by jmr):
- Fixed errors when installing some archives built on a case-sensitive
filesystem onto a case-insensitive one. (#30373, jmr in r81562)