diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-01-12 02:53:42 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-01-12 02:53:42 +0000 |
commit | 90e699f122f972db6d486a1a5398197f832810e8 (patch) | |
tree | 69715a0de91585bb7f8d0d04910792343fc833c6 | |
parent | ee1fe58a783cc8db0bcacb9e33739c2bf95015ac (diff) | |
download | portage-90e699f122f972db6d486a1a5398197f832810e8.tar.gz portage-90e699f122f972db6d486a1a5398197f832810e8.tar.bz2 portage-90e699f122f972db6d486a1a5398197f832810e8.zip |
Add some notes about enhancements related to binary package support
that's now in 2.1.4.
svn path=/main/trunk/; revision=9197
-rw-r--r-- | RELEASE-NOTES | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8c1f6b3eb..6cd820756 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -28,6 +28,17 @@ portage-2.2 atoms in a set will be unmerged even if they are depended upon by other packages +portage-2.1.4 +================================== + +* Visibility filtering is now supported for binary packages, so masking behavior + is essentially equivalent to that of ebuilds. +* There is no need to have a complete portage tree available when installing binary + packages or uninstalling packages, but a warning message will still be displayed if + it appears that a valid profile is not available. +* The emerge --search action supports searching of both installed and binary packages + The --usepkg and --usepkgonly options control which repositories are searched. + portage-2.1.3 ================================== |