diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-04-04 18:58:49 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-04-04 18:58:49 +0000 |
commit | 2c80656105b5f070e933b12dc82f895c4728f01f (patch) | |
tree | 4869975d7a7de404135a3c6961398f1708c3b5ba | |
parent | 9f9ebcbc969660ef29c07bc10a9c5424d500f210 (diff) | |
download | portage-2c80656105b5f070e933b12dc82f895c4728f01f.tar.gz portage-2c80656105b5f070e933b12dc82f895c4728f01f.tar.bz2 portage-2c80656105b5f070e933b12dc82f895c4728f01f.zip |
* In the event that a previously installed package has since been masked,
emerge will no longer perform an automatic downgrade as part of a "world"
update. You should either unmask such packages or else explicitly re-merge
them in order to have them dowgraded to an unmasked version.
svn path=/main/trunk/; revision=9708
-rw-r--r-- | RELEASE-NOTES | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c107bbce3..788f9118d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -32,6 +32,13 @@ portage-2.2 * "world" does no longer include "system" unconditionally, but you can add "@system" to the worldfile to restore the old state. +portage-2.1.5 +================================== +* In the event that a previously installed package has since been masked, + emerge will no longer perform an automatic downgrade as part of a "world" + update. You should either unmask such packages or else explicitly re-merge + them in order to have them dowgraded to an unmasked version. + portage-2.1.4.1 ================================== |