summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2010-10-25 21:39:00 +0300
committerVille Skyttä <ville.skytta@iki.fi>2010-10-25 21:47:33 +0300
commit7d45595493e1f830a3ddbdff845f05ce5a0bc696 (patch)
tree8d372172953ab1f6cef15fe6f22c9965ed8f6604 /CHANGES
parent0073c92980dfb81445cc9491be60d1b94933e251 (diff)
downloadbash-completion-7d45595493e1f830a3ddbdff845f05ce5a0bc696.tar.gz
Complete known hosts from avahi-browse only if $COMP_KNOWN_HOSTS_WITH_AVAHI is non-empty.
This effectively turns off avahi-browse by default; doing it by default is not worth it compared to the number of various (mostly slowness) problems it has caused people, for example Alioth #312691 and RedHat #630326. Mandriva has applied a similar patch for some time already, although their environment variable name was different ($COMP_AVAHI_BROWSE).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5f34ce42..7815f906 100644
--- a/CHANGES
+++ b/CHANGES
@@ -30,6 +30,8 @@ bash-completion (2.x)
(Alioth: #312770).
* Add /etc/ethers to MAC address completion sources.
* Add *.gem to tar completions.
+ * Complete known hosts from avahi-browse only if $COMP_KNOWN_HOSTS_WITH_AVAHI
+ is non-empty (Alioth: #312691, RedHat: #630326).
[ Freddy Vulto ]
* Added _tilde(), fix ~username completion (Alioth: #312613, Debian: #587095)