From: Zac Medico Date: Wed, 13 Jun 2007 08:08:55 +0000 (-0000) Subject: Add a note about the new unmerge-orphans behavior. X-Git-Tag: v2.2_pre1~1247 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=34b402317b6b4d4892ea2f7ac99b27a91afc1b2f;p=portage.git Add a note about the new unmerge-orphans behavior. svn path=/main/trunk/; revision=6831 --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 01507f0c2..faa580316 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -18,6 +18,15 @@ portage-2.2 For packages that don't specify any other KEYWORDS you can use the new ** token as documented in portage(5) to disable KEYWORDS filtering completely. +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 ==================================