summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2009-12-15 23:48:10 +0200
committerVille Skyttä <ville.skytta@iki.fi>2009-12-15 23:48:10 +0200
commit8caddc47cfb38ff639ce9e6e8cf0ead7add17328 (patch)
tree0fecc88208b20c839925fb6e609bc9b202a706d6 /CHANGES
parent247ada3cc419ab140d01341ae8be87268aad739f (diff)
downloadbash-completion-8caddc47cfb38ff639ce9e6e8cf0ead7add17328.tar.gz
Protect grep invocations from user aliases (Alioth: 312143).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3d9c0d7c..b7c17851 100644
--- a/CHANGES
+++ b/CHANGES
@@ -47,6 +47,7 @@ bash-completion (2.x)
* Fix leaking local variables from various completions.
* Turn on -o filenames in _filedir on bash >= 4.
* Deprecate modules completion, upstream modules >= 3.2.7 ships one.
+ * Protect grep invocations from user aliases (Alioth: 312143).
[ Freddy Vulto ]
* Added _get_pword() helper function, thanks to Sung Pae (Alioth: #312030)