diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-01-12 02:55:18 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-01-12 02:55:18 +0000 |
commit | 6cca269959d5695b0c08c633848a67b66d61ab95 (patch) | |
tree | b93d47a2d8d9bb1e0b51bf85ae5d389f88afa059 | |
parent | In preprocess_ebuild_env(), move a filter_readonly_variables call (diff) | |
download | portage-2.1.4.tar.gz portage-2.1.4.tar.bz2 portage-2.1.4.zip |
Add some notes about enhancements related to binary package supportv2.1.4
that's now in 2.1.4. (trunk r9197)
svn path=/main/branches/2.1.2/; revision=9198
-rw-r--r-- | RELEASE-NOTES | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e09e41058..c785f1405 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,17 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +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 ================================== |