add some notes about restrictions wrt package sets
authorMarius Mauch <genone@gentoo.org>
Sun, 21 Oct 2007 10:55:14 +0000 (10:55 -0000)
committerMarius Mauch <genone@gentoo.org>
Sun, 21 Oct 2007 10:55:14 +0000 (10:55 -0000)
svn path=/main/trunk/; revision=8206

NEWS
RELEASE-NOTES

diff --git a/NEWS b/NEWS
index 7d87209e526c2dbf0c39fdba7ba1d2dbe4be7cb5..13c0b8474d1e589f28401e0663cce22fae9e4bd1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,7 @@ portage-2.2
   based on FEATURES=preserve-libs, USE AT YOUR OWN RISK!!!
 * Make elog functionality available to python code
 * Add support for news items (GLEP 42)
+* Add support for generic package sets (also see RELEASE-NOTES)
 
 portage-2.1.3
 -------------
index 12cca880df3e2b4d7b57f035c52c63414e535bab..1c3e3aeabc43709c676ec912e3de482c8dc2b720 100644 (file)
@@ -17,6 +17,16 @@ portage-2.2
 * Portage now warns if an ebuild repository does not have a name, as several new
   features in 2.2 make use of or require named repositories. The repository name
   is stored in profiles/repo_name in each repository.
+* Package set support: There are several important notes regarding package sets:
+  - they may currently only include simple and versioned atom, use 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 (exception: "world" and "system"
+       are still handled specially), or in the case of --unmerge all atoms in a set
+       will be unmerged even if they are depended upon by other packages
+  - sets shadow packages with the same name
+       
 
 portage-2.1.3
 ==================================