minor documentation updates
authorMarius Mauch <genone@gentoo.org>
Sat, 9 Feb 2008 13:23:36 +0000 (13:23 -0000)
committerMarius Mauch <genone@gentoo.org>
Sat, 9 Feb 2008 13:23:36 +0000 (13:23 -0000)
svn path=/main/trunk/; revision=9309

NEWS
RELEASE-NOTES

diff --git a/NEWS b/NEWS
index 41db7bb5a87e185432c8f847a41e9a2144bd9c20..8dbc4900040c614820d5dee1fcae691e1083e8a0 100644 (file)
--- 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)
index e68670f77323a766d5f28f4ad5c8448d44c7afc0..5609ce42c608331def0ca4fc769adba900773300 100644 (file)
@@ -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
 ==================================