summaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-01-08 20:42:55 +0000
committerZac Medico <zmedico@gentoo.org>2009-01-08 20:42:55 +0000
commit4370d9ec43b6ef6890353f155677c2ee797026fc (patch)
tree29ecbd8a30668af34b387ad7d154b98e037b6faf /RELEASE-NOTES
parentdb01c740b2056d1eea3734345c37f73cc06a6279 (diff)
downloadportage-4370d9ec43b6ef6890353f155677c2ee797026fc.tar.gz
portage-4370d9ec43b6ef6890353f155677c2ee797026fc.tar.bz2
portage-4370d9ec43b6ef6890353f155677c2ee797026fc.zip
Bug #253745 - Note that you need to ensure that neither protect-owned nor
collision-protect are enabled if you want to disable collision protection completely. svn path=/main/trunk/; revision=12397
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES5
1 files changed, 4 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 88da034d4..b68c02d90 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -32,7 +32,10 @@ portage-2.1.6
* File collision protection is now enabled by default via make.globals with
FEATURES=protect-owned. In order to protect files from be overwritten or
removed a inappropriate times, it is recommended to leave protect-owned
- (or the similar collision-protect feature) enabled at all times.
+ (or the similar collision-protect feature) enabled at all times. If you
+ want to disable collision protection completely (not recommended), then
+ you need to ensure that neither protect-owned nor collision-protect are
+ enabled.
* The python namespace for portage has been sanitized, all portage related code
is now contained within the portage namespace. External script should be
updated accordingly, though links exist for backward compability.