- update version and changelog

This commit is contained in:
ianmacd 2002-04-02 08:00:47 +00:00
parent c1c7ae5797
commit 96e1f9aa50

View File

@ -1,9 +1,9 @@
# $Id: bash-completion.spec,v 1.19 2002/03/30 19:29:10 ianmacd Exp $ # $Id: bash-completion.spec,v 1.20 2002/04/02 10:00:47 ianmacd Exp $
# #
Name: bash-completion Name: bash-completion
%define bashversion 2.05a %define bashversion 2.05a
Summary: bash-completion offers programmable completion for bash %{bashversion} Summary: bash-completion offers programmable completion for bash %{bashversion}
Version: 20020330 Version: 20020331
Release: 1 Release: 1
Group: System Environment/Shells Group: System Environment/Shells
License: GPL License: GPL
@ -73,12 +73,13 @@ fi
%doc README Changelog contrib/ %doc README Changelog contrib/
%changelog %changelog
* Sat Mar 30 2002 Ian Macdonald <ian@caliban.org> * Sun Mar 31 2002 Ian Macdonald <ian@caliban.org>
- fix escaping issues in _command() - fix escaping issues in _command()
- fixes to _ant(), _java() and _urpmi() - fixes to _ant(), _java() and _urpmi()
- simplification of _rpm() - simplification of _rpm()
- rpm now only returns options if user attempts completion on a '-' - rpm now only returns options if user attempts completion on a '-'
- simply cd completion by checking for CDPATH at start - simplify cd completion by checking for CDPATH at start
- fix quoting bug in _cd()
- don't turn relative paths into absolute ones for people who don't use CDPATH - don't turn relative paths into absolute ones for people who don't use CDPATH
- insmod completion now deals with gzipped modules (Mandrake) - insmod completion now deals with gzipped modules (Mandrake)
- fixes to urpmi completion - fixes to urpmi completion