From: Marius Mauch Date: Sun, 19 Mar 2006 17:48:37 +0000 (-0000) Subject: adding notes about new rsync option handling X-Git-Tag: v2.1_pre7~24 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7b9c873f13cb4116c467f53bcadf4fe6114a05e1;p=portage.git adding notes about new rsync option handling svn path=/main/trunk/; revision=2957 --- diff --git a/NEWS b/NEWS index 559e8415c..c126c3211 100644 --- a/NEWS +++ b/NEWS @@ -34,3 +34,4 @@ portage-2.1 (ongoing via pre releases) * Global updates and fixpackages performance optimizations. * Tests show that file locking is now more reliable. * A bash call stack is printed when an ebuild dies in ebuild.sh. +* New rsync option handling by using a generic PORTAGE_RSYNC_EXTRA_OPTS variable diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4a2747f5d..0e6753b12 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -16,3 +16,5 @@ portage-2.1 for other actions) * Tools that call emerge should override the EMERGE_DEFAULT_OPTS environment variable or use the emerge --ignore-default-opts option. +* rsync option handling has been redesigned, instead of RSYNC_* variables + use PORTAGE_RSYNC_EXTRA_OPTS from now on.