From: Zac Medico Date: Wed, 11 Aug 2010 06:39:03 +0000 (-0700) Subject: * Configuration files now support atoms with wildcards inside the category and X-Git-Tag: v2.2_rc68~318 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f543e87f9f41a55d2acffbf57842fc4e409090ac;p=portage.git * Configuration files now support atoms with wildcards inside the category and package name parts of the atoms. * The functionality of the autounmask program is emulated by the new emerge --autounmask option, which outputs required configuration changes for package.keywords and package.use. --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a19d31f60..a66fff9ff 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -21,6 +21,11 @@ portage-2.2 * "world" now includes separate "selected" and "system" sets, where the "selected" set includes packages listed in /var/lib/portage/world and nested sets that may be listed /var/lib/portage/world_sets. +* Configuration files now support atoms with wildcards inside the category and + package name parts of the atoms. +* The functionality of the autounmask program is emulated by the new emerge + --autounmask option, which outputs required configuration changes for + package.keywords and package.use. portage-2.1.8 ==================================