summaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-01-12 08:19:04 +0000
committerZac Medico <zmedico@gentoo.org>2009-01-12 08:19:04 +0000
commit3931a1e06f5ef8e8b5c0d3d82f2332f6441035c2 (patch)
treec107828f9cb2c5ae22cc94f89d2d041fcd4d1feb /RELEASE-NOTES
parentb70e0603d9766ce2d3e3ac652c038fdf9bca4c72 (diff)
downloadportage-3931a1e06f5ef8e8b5c0d3d82f2332f6441035c2.tar.gz
portage-3931a1e06f5ef8e8b5c0d3d82f2332f6441035c2.tar.bz2
portage-3931a1e06f5ef8e8b5c0d3d82f2332f6441035c2.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. (trunk r12397) svn path=/main/branches/2.1.6/; revision=12457
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 306951291..0ebeb7e03 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -12,7 +12,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.