summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2006-03-19 17:48:37 +0000
committerMarius Mauch <genone@gentoo.org>2006-03-19 17:48:37 +0000
commit7b9c873f13cb4116c467f53bcadf4fe6114a05e1 (patch)
tree61e31c9c05556062c91cf1f28dc6f9a678a4f0a7 /RELEASE-NOTES
parentmake the fallback make.conf more generic by removing x86 specific stuff and r... (diff)
downloadportage-multirepo-7b9c873f13cb4116c467f53bcadf4fe6114a05e1.tar.gz
portage-multirepo-7b9c873f13cb4116c467f53bcadf4fe6114a05e1.tar.bz2
portage-multirepo-7b9c873f13cb4116c467f53bcadf4fe6114a05e1.zip
adding notes about new rsync option handling
svn path=/main/trunk/; revision=2957
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 4a2747f5..0e6753b1 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.