summaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-12-04 21:10:06 +0000
committerZac Medico <zmedico@gentoo.org>2008-12-04 21:10:06 +0000
commit700b4960f8751a454f1d9b0c8525e39447c02099 (patch)
treebb364c67b2e0a84484cc1b08201b4aacdd266792 /RELEASE-NOTES
parent292a25aa70266308b54e63775fb0e6e62a2e1c34 (diff)
downloadportage-700b4960f8751a454f1d9b0c8525e39447c02099.tar.gz
portage-700b4960f8751a454f1d9b0c8525e39447c02099.tar.bz2
portage-700b4960f8751a454f1d9b0c8525e39447c02099.zip
FEATURES=fixpackages is now enabled by default
svn path=/main/trunk/; revision=12155
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index c58d0808f..47627acd6 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -23,6 +23,8 @@ portage-2.2
portage-2.1.6
==================================
+* FEATURES=fixpackages is now enabled by default via make.globals. Set
+ FEATURES="-fixpackages" in make.conf if you'd like to disable it.
* The python namespace for portage has been sanitized, all portage related code
is now contained within the portage namespace. External script should be updated
accordingly, though links exist for backward compability.