summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2009-11-03 22:49:14 +0200
committerVille Skyttä <ville.skytta@iki.fi>2009-11-03 22:49:14 +0200
commit5b54c41de55300fb7c28b435b0e7a595ab1cd7d9 (patch)
tree472a2f7a889b4e1927a2e5460826516b7df1e7df /CHANGES
parent1ff30048fa9b395d250057471c51801cac122521 (diff)
downloadbash-completion-5b54c41de55300fb7c28b435b0e7a595ab1cd7d9.tar.gz
Fix javadoc, lvm, and mkinitrd (_count_args) local variable leaks.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c4ecdf3e..79cf9951 100644
--- a/CHANGES
+++ b/CHANGES
@@ -38,6 +38,7 @@ bash-completion (2.x)
* Add /sbin to $PATH when invoking ifconfig and iwconfig.
* Combine dcop and qdbus completions into the latter.
* sed usage portability fixes.
+ * Fix leaking local variables from various completions.
[ Freddy Vulto ]
* Added _get_pword() helper function, thanks to Sung Pae (Alioth: #312030)