aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--RELEASE-NOTES16
2 files changed, 6 insertions, 13 deletions
diff --git a/NEWS b/NEWS
index b8985b404..c9f61a1ac 100644
--- 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
-------------
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 93e67ed5a..4b516dc7d 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -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
==================================