From: Zac Medico Date: Fri, 4 Apr 2008 18:59:38 +0000 (-0000) Subject: * In the event that a previously installed package has since been masked, X-Git-Tag: v2.1.5~247 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0af21cd34e8a8b52d09593ed22c0c23d7d129422;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. (trunk r9708) svn path=/main/branches/2.1.2/; revision=9709 --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 611d1a378..f3fe71e79 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,13 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +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 ==================================