summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2008-02-09 13:23:36 +0000
committerMarius Mauch <genone@gentoo.org>2008-02-09 13:23:36 +0000
commit08a41e40608a8d9b3da362eb29fb2257e55e826b (patch)
tree03fd1e84e26db5b8b49d28c4842b128c0bbff901
parent8e0f30c61a98429d678f92738660aa34cb08395d (diff)
downloadportage-08a41e40608a8d9b3da362eb29fb2257e55e826b.tar.gz
portage-08a41e40608a8d9b3da362eb29fb2257e55e826b.tar.bz2
portage-08a41e40608a8d9b3da362eb29fb2257e55e826b.zip
minor documentation updates
svn path=/main/trunk/; revision=9309
-rw-r--r--NEWS2
-rw-r--r--RELEASE-NOTES8
2 files changed, 6 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 41db7bb5a..8dbc49000 100644
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,7 @@ portage-2.2
* Fix -* handling in package.keywords to work as intended (reset the accepted
keywords list), also see RELEASE-NOTES.
* Experimental support for preserving old library files on package upgrades
- based on FEATURES=preserve-libs, USE AT YOUR OWN RISK!!!
+ based on FEATURES=preserve-libs
* Make elog functionality available to python code
* Add support for news items (GLEP 42)
* Add support for generic package sets (also see RELEASE-NOTES)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index e68670f77..5609ce42c 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -24,9 +24,11 @@ portage-2.2
conditionals or any-of constructs aren't possible yet
- emerge makes no difference atm wether you pass a setname or all atoms contained
in the set to it, this means that without options packages will be remerged if
- already installed and added to the worldfile, or in the case of --unmerge all
- atoms in a set will be unmerged even if they are depended upon by other
- packages
+ already installed, or in the case of --unmerge all atoms in a set will be
+ unmerged even if they are depended upon by other packages. This may change in
+ future versions.
+ - sets can be referenced either in other file-based sets or as argument to emerge, but
+ not in ebuilds, config files or other tools at this time.
portage-2.1.4.1
==================================