diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | RELEASE-NOTES | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -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. |