NEWS/RELEASE-NOTES: adjust info for package sets
authorZac Medico <zmedico@gentoo.org>
Fri, 21 Sep 2012 21:53:05 +0000 (14:53 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 21 Sep 2012 21:53:05 +0000 (14:53 -0700)
NEWS
RELEASE-NOTES

diff --git a/NEWS b/NEWS
index b8985b404958994655ec8f88fc69510acd9ffc23..c9f61a1acadb2c6e1555c8f49c1df0cbb341dbaf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,8 @@ News (mainly features/major bug fixes)
 portage-2.2
 -------------
 * FEATURES=preserve-libs is enabled by default.
-* Add support for generic package sets (also see RELEASE-NOTES)
+* Add extended set configuration via /etc/portage/sets.conf. See
+  /usr/share/portage/config/sets/portage.conf for examples.
 
 portage-2.1.11.20
 -------------
index 93e67ed5ae33342348d8baab72089a8c09674e74..4b516dc7dcd6d23a3755c23f423ca7b2ac804fa2 100644 (file)
@@ -4,27 +4,19 @@ Features/major bugfixes are listed in NEWS
 portage-2.2
 ==================================
 
+* FEATURES=preserve-libs is enabled by default.
 * 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 atoms or other sets,
-    use conditionals or any-of constructs aren't possible yet
-  - 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.
-  - packages won't be unmerged if they are referenced by an installed package
-    set (with the exception of the world set, and installed being determined
-    by the world_sets file).
-* The "selected" package set, which includes packages listed in
-  /var/lib/portage/world, has been extended to include nested sets that may
-  be listed /var/lib/portage/world_sets.
 
 portage-2.1.11
 ==================================
 * User-defined package sets can now be created by placing files in the
   /etc/portage/sets/ directory. Refer to the emerge(1) and portage(5) man
   pages for more information.
+* The "selected" package set, which includes packages listed in
+  /var/lib/portage/world, has been extended to include nested sets that may
+  be listed /var/lib/portage/world_sets.
 
 portage-2.1.10.61
 ==================================