From f0ca2861dcb43fb213506459353b0eed0daa998c Mon Sep 17 00:00:00 2001 From: ianmacd <> Date: Mon, 23 Dec 2002 17:29:32 +0000 Subject: [PATCH] - update version and changelog --- bash-completion.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/bash-completion.spec b/bash-completion.spec index c998f708..50e1fb14 100644 --- a/bash-completion.spec +++ b/bash-completion.spec @@ -1,9 +1,9 @@ -# $Id: bash-completion.spec,v 1.75 2002/12/23 08:58:30 ianmacd Exp $ +# $Id: bash-completion.spec,v 1.76 2002/12/23 18:29:32 ianmacd Exp $ # Name: bash-completion %define bashversion 2.05b Summary: bash-completion offers programmable completion for bash %{bashversion} -Version: 20021221 +Version: 20021223 Release: 1 Group: System Environment/Shells License: GPL @@ -72,6 +72,14 @@ fi %doc BUGS COPYING README Changelog contrib/ %changelog +- add groups(1) to list of commands that complete on user names +- add dig(1) to commands that complete on known hosts +- in known hosts completion, also check for known hosts files in + /etc/ssh/ssh_known_hosts and /etc/ssh/ssh_known_hosts2 +- mplayer fixes +- Java classpath string was not being skipped +- minor spec file changes + * Sat Dec 21 2002 Ian Macdonald - extensive mplayer completion - avoid unbound variable warnings when bash is run with 'set -u'