adding notes about new rsync option handling
authorMarius Mauch <genone@gentoo.org>
Sun, 19 Mar 2006 17:48:37 +0000 (17:48 -0000)
committerMarius Mauch <genone@gentoo.org>
Sun, 19 Mar 2006 17:48:37 +0000 (17:48 -0000)
svn path=/main/trunk/; revision=2957

NEWS
RELEASE-NOTES

diff --git a/NEWS b/NEWS
index 559e8415ce380ab2dae16fe4c5dffe33365f0358..c126c32115242968aa122fe845c0586003ed35b1 100644 (file)
--- 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
index 4a2747f5d2330781558835367414549a96b3c329..0e6753b12a1949f0247db22d1f5d49fd3f3bfe82 100644 (file)
@@ -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.