Add autouse removal to RELEASE-NOTES. This patch is from trunk r3510 to r3512.
authorZac Medico <zmedico@gentoo.org>
Wed, 21 Jun 2006 03:08:38 +0000 (03:08 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 21 Jun 2006 03:08:38 +0000 (03:08 -0000)
svn path=/main/branches/2.1/; revision=3574

RELEASE-NOTES

index 0e6753b12a1949f0247db22d1f5d49fd3f3bfe82..891888f7bc4f03d93926315187b029cf2a355980 100644 (file)
@@ -18,3 +18,8 @@ portage-2.1
   variable or use the emerge --ignore-default-opts option.
 * rsync option handling has been redesigned, instead of RSYNC_* variables
   use PORTAGE_RSYNC_EXTRA_OPTS from now on.
+* autouse (use.defaults) has been deprecated by specifying USE_ORDER in make.defaults
+  Users may still turn this back on by specifying USE_ORDER="env:pkg:conf:auto:defaults"
+  in make.conf.  Interested in figuring out what use flags were turned off?  Check out
+  /usr/portage/profiles/base/use.defaults and other use.defaults files that correspond 
+  to your profile.