summaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-01-12 08:05:45 +0000
committerZac Medico <zmedico@gentoo.org>2009-01-12 08:05:45 +0000
commit47001eabf7191d217cc0fc7412d49bb919aff476 (patch)
tree9079eec034e24f1e48e1fce80ee0bb83effcde31 /RELEASE-NOTES
parent48a963ba8dad79f40a55cd97247fd50630af99ea (diff)
downloadportage-47001eabf7191d217cc0fc7412d49bb919aff476.tar.gz
portage-47001eabf7191d217cc0fc7412d49bb919aff476.tar.bz2
portage-47001eabf7191d217cc0fc7412d49bb919aff476.zip
Add notes about FEATURES=protect-owned and move the note about
--complete-graph to NEWS. (trunk r12362) svn path=/main/branches/2.1.6/; revision=12433
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES11
1 files changed, 4 insertions, 7 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index b1b48a271..ac6561a56 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -6,6 +6,10 @@ portage-2.1.6
* FEATURES=fixpackages is now enabled by default via make.globals. Set
FEATURES="-fixpackages" in make.conf if you'd like to disable it.
+* 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.
* 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.
@@ -43,13 +47,6 @@ portage-2.1.5
the correct size. Run `tail -f /var/log/emerge-fetch.log` in a
terminal to view parallel-fetch progress. Add FEATURES="-parallel-fetch"
to /etc/make.conf if you want to disable this feature.
-* For extra careful dependency handling, emerge has a new --complete-graph
- option that causes it to consider the deep dependencies of all packages from
- the system and world sets. With this option enabled, emerge will bail out
- if it determines that the given operation will break any dependencies of
- the packages that have been added to the graph. Unlike the --deep option,
- the --complete-graph option does not cause any more packages to be updated
- than would have otherwise been updated with the option disabled.
portage-2.1.4.1
==================================