summaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-08-30 09:20:19 -0700
committerZac Medico <zmedico@gentoo.org>2010-08-30 09:20:19 -0700
commit2301da7d40e30aa55ca1a77962c3cc17ed921302 (patch)
tree3a5765f97f04040659433dd7454fcb6a023e2b79 /RELEASE-NOTES
parent501107fa5a689b8203610192e8d52a6b1b3a247e (diff)
downloadportage-2301da7d40e30aa55ca1a77962c3cc17ed921302.tar.gz
portage-2301da7d40e30aa55ca1a77962c3cc17ed921302.tar.bz2
portage-2301da7d40e30aa55ca1a77962c3cc17ed921302.zip
Add more new features to RELEASE-NOTES for portage-2.1.9.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES8
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 82ada0ac2..90848e972 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -31,11 +31,19 @@ portage-2.1.9
* The functionality of the autounmask program is emulated by the new emerge
--autounmask option, which outputs required configuration changes for
package.keywords and package.use.
+* The new emerge --exclude option allows packages to be excluded from the
+ dependency resolution. Doing so might result in a fatal error. See the
+ emerge(1) man page for details.
* Per-package environment variables can be set with the new package.env
configuration file in /etc/portage/. See the portage(5) man page for details.
+* Support for per-package bashrc files in /etc/p[ortage/env. See the portage(5)
+ man page for details.
* The package.keywords configuration file in /etc/portage/ is now deprecated.
Instead use the package.accept_keywords file which has the same format and
behavior. See the portage(5) man page for details.
+* FEATURES="fixlafiles" (enabled by default): Rewrites newly installed .la
+ files in the same way dev-util/lafilefixer does. Note that this wont fix
+ your installed .la files.
portage-2.1.8
==================================