summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-04-30 03:16:06 +0000
committerMarius Mauch <genone@gentoo.org>2007-04-30 03:16:06 +0000
commitab258378535e2886250d94a6bf2aaad057906ec3 (patch)
tree5b0a18f3d710565a061780e457bc29d4bc785fb4 /RELEASE-NOTES
parent- add new echo module for people who don't want any real logging (diff)
downloadportage-multirepo-ab258378535e2886250d94a6bf2aaad057906ec3.tar.gz
portage-multirepo-ab258378535e2886250d94a6bf2aaad057906ec3.tar.bz2
portage-multirepo-ab258378535e2886250d94a6bf2aaad057906ec3.zip
Fix -* handling in gvisible to match incremental semantics
svn path=/main/trunk/; revision=6459
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES10
1 files changed, 10 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 88335040..eba5316e 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -7,6 +7,16 @@ portage-2.1.3
* 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.
+* The "save_summary" and "echo" elog modules are now enabled by default. Setting
+ PORTAGE_ELOG_SYSTEM in make.conf will override this, so if you don't want elog
+ set PORTAGE_ELOG_SYSTEM="" in make.conf
+* -* support in package.keywords was changed as it was inconsistent with
+ ACCEPT_KEYWORDS behavior (also see http://dev.gentoo.org/~genone/docs/KEYWORDS.stupid).
+ Previously having -* in package.keywords matched packages with KEYWORDS="-*",
+ now it resets the ACCEPT_KEYWORDS list for the given atom like it does when
+ used in ACCEPT_KEYWORDS.
+ For packages that don't specify any other KEYWORDS you can use the new ** token
+ as documented in portage(5) to disable KEYWORDS filtering completely.
portage-2.1.2
==================================