summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2010-01-19 21:59:08 +0200
committerVille Skyttä <ville.skytta@iki.fi>2010-01-19 21:59:08 +0200
commitab059898775fb58a85d9908784093ac560e85994 (patch)
treedcbec15873f0c64dc9680c5e4a8fc3f95264e156 /CHANGES
parent7914d17468dad5a4b2d018e54ef02406414fe975 (diff)
downloadbash-completion-ab059898775fb58a85d9908784093ac560e85994.tar.gz
Do not alias sed to gsed (Alioth: #311393).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index b471fd58..2fcf3a45 100644
--- a/CHANGES
+++ b/CHANGES
@@ -45,7 +45,7 @@ bash-completion (2.x)
input in external command arguments (Debian: 552631).
* Add /sbin to $PATH when invoking ifconfig and iwconfig.
* Combine dcop and qdbus completions into the latter.
- * awk and sed usage portability fixes.
+ * awk and sed usage portability fixes (Alioth: #311393).
* 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.