From a95d2df9b67feef91c0b2996903534061bca2d57 Mon Sep 17 00:00:00 2001 From: ianmacd <> Date: Sun, 13 Jul 2003 06:16:46 +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 d33b67e2..d45bf0d2 100644 --- a/bash-completion.spec +++ b/bash-completion.spec @@ -1,9 +1,9 @@ -# $Id: bash-completion.spec,v 1.94 2003/06/30 01:44:26 ianmacd Exp $ +# $Id: bash-completion.spec,v 1.95 2003/07/13 08:16:46 ianmacd Exp $ # Name: bash-completion %define bashversion 2.05b Summary: bash-completion offers programmable completion for bash %{bashversion} -Version: 20030630 +Version: 20030713 Release: 1 Group: System Environment/Shells License: GPL @@ -72,6 +72,12 @@ fi %doc BUGS COPYING README Changelog contrib/ %changelog +* Sun Jul 13 2003 Ian Macdonald +- allow find to search through more than one directory root +- update rpm completion for rpm 4.2 +- modify kldload and portinstall completion for FreeBSD 5 +- minor fix for ifconfig and iwconfig completion + * Mon Jun 30 2003 Ian Macdonald - fix process truncation problem with killall completion - psql update from Guillaume Rousse