Add notes about FEATURES=protect-owned and move the note about
authorZac Medico <zmedico@gentoo.org>
Sun, 28 Dec 2008 22:29:51 +0000 (22:29 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 28 Dec 2008 22:29:51 +0000 (22:29 -0000)
--complete-graph to NEWS.

svn path=/main/trunk/; revision=12362

NEWS
RELEASE-NOTES

diff --git a/NEWS b/NEWS
index b1a4664be29ce0085109908036aaa442622931ec..851d4fddb01e6d3b59423948673101a6b73a910a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -32,10 +32,20 @@ portage-2.1.6
 * Namespace sanitizing: move all portage related code into portage.* namespace,
   rename portage_foo modules to portage.foo (but keep symlinks for compability)
 * Add support for news items (GLEP 42)
+* Add FEATURES=protect-owned which is identical to the collision-protect
+  feature except that files may be overwritten if they are not explicitly
+  listed in the contents of a currently installed package.
 
 portage-2.1.5
 -------------
 
+* 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.
 * Blockers are now resolved automatically in many more cases
   than before.  When it's safe, blocked packages are uninstalled
   automatically so that users are no longer inconvenienced with the
index d0437c02d0e1ffdafd7d1d6de8e6c331aabeebad..540809a43deb98beb25c3b655e70fd41e52c6d7c 100644 (file)
@@ -26,6 +26,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.
@@ -63,13 +67,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
 ==================================