summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--RELEASE-NOTES2
2 files changed, 3 insertions, 0 deletions
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.