From: Zac Medico Date: Wed, 13 Jun 2007 08:10:08 +0000 (-0000) Subject: Add a note about the new unmerge-orphans behavior. (trunk r6831) X-Git-Tag: v2.1.3_rc1~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2367854700d02a3c202ea086b334db7a2c4134a4;p=portage.git Add a note about the new unmerge-orphans behavior. (trunk r6831) svn path=/main/branches/2.1.2/; revision=6832 --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 26d95a9cd..8b12a35c6 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,15 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +portage-2.1.3 +================================== + +* The unmerge process will remove any file that is not claimed by another + package in the same slot and is not protected by CONFIG_PROTECT, even if the + modification time or checksum differs from the file that was originally + installed. The old behavior is still available by adding -unmerge-orphans + to FEATURES. + portage-2.1.2 ==================================