summaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-04-11 23:55:54 +0000
committerZac Medico <zmedico@gentoo.org>2008-04-11 23:55:54 +0000
commit9649d7ecb5489e1c736be8011fd9de81b23ae476 (patch)
tree99a9985da76b18c566ab3aa9b9f9d04e4cbb6c90 /RELEASE-NOTES
parent6844c042c68b368d3ef608f31ebdf3dd8f70b7be (diff)
downloadportage-9649d7ecb5489e1c736be8011fd9de81b23ae476.tar.gz
portage-9649d7ecb5489e1c736be8011fd9de81b23ae476.tar.bz2
portage-9649d7ecb5489e1c736be8011fd9de81b23ae476.zip
Add some notes for the parallel-fetch feature and the new --complete-graph
option for emerge. (trunk r9848) svn path=/main/branches/2.1.2/; revision=9849
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 611d1a378..0ee4869ce 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,23 @@
Release Notes; upgrade information mainly.
Features/major bugfixes are listed in NEWS
+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
==================================