From: Zac Medico Date: Fri, 4 Apr 2008 18:58:49 +0000 (-0000) Subject: * In the event that a previously installed package has since been masked, X-Git-Tag: v2.2_pre6~254 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2c80656105b5f070e933b12dc82f895c4728f01f;p=portage.git * 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 --- 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 ==================================