summaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-12-04 21:13:09 +0000
committerZac Medico <zmedico@gentoo.org>2008-12-04 21:13:09 +0000
commit2073b209f8d6a286d16dbf78248d36e5690631a2 (patch)
tree68effd819190bcccfa806f3cd866740303d485e2 /RELEASE-NOTES
parent69617a434d013d6f57d01f85a14baadb07a67d21 (diff)
downloadportage-2073b209f8d6a286d16dbf78248d36e5690631a2.tar.gz
portage-2073b209f8d6a286d16dbf78248d36e5690631a2.tar.bz2
portage-2073b209f8d6a286d16dbf78248d36e5690631a2.zip
Enable FEATURES=fixpackages by default since the performance is pretty
reasonable now. Thanks to Jeremy Olexa <darkside@g.o> for the suggestion. (trunk r12153 and r12155) svn path=/main/branches/2.1.6/; revision=12156
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 0911a1590..dced27ce6 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -4,6 +4,8 @@ Features/major bugfixes are listed in NEWS
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.