From cf58e7ff48c19c95f59796552aa3f227f3d21d53 Mon Sep 17 00:00:00 2001 From: ianmacd <> Date: Tue, 11 Jun 2002 16:51:06 +0000 Subject: [PATCH] - update version and changelog --- bash-completion.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/bash-completion.spec b/bash-completion.spec index 2c1574bd..7fc2062f 100644 --- a/bash-completion.spec +++ b/bash-completion.spec @@ -1,9 +1,9 @@ -# $Id: bash-completion.spec,v 1.42 2002/06/09 17:24:08 ianmacd Exp $ +# $Id: bash-completion.spec,v 1.43 2002/06/11 18:51:06 ianmacd Exp $ # Name: bash-completion %define bashversion 2.05a Summary: bash-completion offers programmable completion for bash %{bashversion} -Version: 20020609 +Version: 20020611 Release: 1 Group: System Environment/Shells License: GPL @@ -73,6 +73,12 @@ fi %doc README Changelog contrib/ %changelog +* Tue Jun 11 2002 Ian Macdonald +- BASH_COMPLETION_DIR had a typo and was set to /etc/bash_completion + instead of /etc/bash_completion.d +- in tar completion, completing on files within a tar file would consume all + memory in bash 2.05a (the perennial compgen -W bug) + * Sun Jun 9 2002 Ian Macdonald - tar completion now recognises the .tbz2 extension - 'tar cf' completed properly, but 'tar -cf' did not