summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-04-11 23:32:17 +0000
committerZac Medico <zmedico@gentoo.org>2008-04-11 23:32:17 +0000
commitf4cf7b3da4ffada82b3528f7a93c300a1aaca397 (patch)
tree28bbc4df78e1b5b0ce8602e78d7c9f3d1737d603 /RELEASE-NOTES
parentRename the undocumented --conistent option to --complete-graph and add (diff)
downloadportage-multirepo-f4cf7b3da4ffada82b3528f7a93c300a1aaca397.tar.gz
portage-multirepo-f4cf7b3da4ffada82b3528f7a93c300a1aaca397.tar.bz2
portage-multirepo-f4cf7b3da4ffada82b3528f7a93c300a1aaca397.zip
Add some notes for the parallel-fetch feature and the new --complete-graph
option for emerge. svn path=/main/trunk/; revision=9848
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES17
1 files changed, 17 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index c107bbce..4b57835f 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -32,6 +32,23 @@ portage-2.2
* "world" does no longer include "system" unconditionally, but you can add
"@system" to the worldfile to restore the old state.
+portage-2.1.5
+==================================
+
+* The parallel-fetch feature is now enabled by default. It is optimized
+ to avoid doing redundant checksums for previously downloaded files that have
+ 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
==================================