~ubuntu-branches/ubuntu/lucid/bash-completion/lucid

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): David Paleino
  • Date: 2009-04-04 21:16:38 UTC
  • mfrom: (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090404211638-z4e0x2prt9h0l4t7
Tags: 1:1.0-2
Remove mtx completion from bash_completion.d/ (Closes: #522545)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
bash-completion (20080705ubuntu3) jaunty; urgency=low
2
 
 
3
 
  * Revert previous 'modprobe -r' completion fix in favour of Ville Skyttä's
4
 
    upstream fix. See Debian #512556.
5
 
 
6
 
 -- Colin Watson <cjwatson@ubuntu.com>  Thu, 05 Feb 2009 09:10:57 +0100
7
 
 
8
 
bash-completion (20080705ubuntu2) jaunty; urgency=low
9
 
 
10
 
  * modprobe: Check for */* before checking for 'modprobe -r', to avoid
11
 
    spewing an awk syntax error (thanks, Martin Mai; LP: #316654).
12
 
 
13
 
 -- Colin Watson <cjwatson@ubuntu.com>  Wed, 21 Jan 2009 18:33:06 +0000
14
 
 
15
 
bash-completion (20080705ubuntu1) jaunty; urgency=low
16
 
 
17
 
  * Merge from Debian, remaining changes: (LP: #314806)
18
 
    * Add qdbus completion. (LP: #257903)
19
 
    * Fix IFS issue in _umount and correct _get_cword in _postfix
20
 
      (LP: #249337)
21
 
    * Both changes in upstream bzr.
22
 
 
23
 
 -- James Westby <james.westby@canonical.com>  Thu, 08 Jan 2009 10:58:40 +0000
 
1
bash-completion (1:1.0-2) unstable; urgency=low
 
2
 
 
3
  * Remove mtx completion from bash_completion.d/ (Closes: #522545)
 
4
 
 
5
 -- David Paleino <d.paleino@gmail.com>  Sat, 04 Apr 2009 21:16:38 +0200
 
6
 
 
7
bash-completion (1:1.0-1) unstable; urgency=low
 
8
 
 
9
  * New upstream release:
 
10
    - also see /usr/share/doc/bash-completion/CHANGES.gz
 
11
    - fix man -l completing filenames (Closes: #497074)
 
12
    - (Partly) fixed java classes completion (Closes: #496828). Look for
 
13
      FIXME in source.
 
14
    - dump to /dev/null error message from look(1) with no arguments
 
15
      (Closes: #495142)
 
16
    - set ssh as default for rsync (was rsh) (Closes: #492328)
 
17
    - added .oga, .ogv, .ogx to mplayer completion (Closes: #496162)
 
18
    - added .epub to unzip|zipinfo completion (Closes: #492476)
 
19
    - added ssh-copy-id completion (Closes: #491856)
 
20
    - moved ssh completion to separate file (Closes: #360628)
 
21
    - bogus completion when mounting subdirs fixed (Closes: #322238)
 
22
    - fix `apt-cache showsrc` completing only on source package names
 
23
      (Closes: #361535)
 
24
    - fixed bugs with gdb completion:
 
25
    - when an empty directory is in $PATH (thanks to Morita Sho)
 
26
      (Closes: #497597)
 
27
    - when a non-existing directory is in $PATH (Closes: #499780)
 
28
    - fix missing completion for "-n" and "-e" (we were using echo, now
 
29
      using printf) (thanks to Morita Sho) (Closes: #498105)
 
30
    - fixed gpg completion --@(export|@(?(l|nr|nrl)sign|edit)-key))
 
31
      (Closes: #500316)
 
32
    - fixed .cb[rz] completion for evince (Closes: #502885)
 
33
    - added gpg2 completion (Closes: #489927)
 
34
    - fixed mplayer -skin completion (Closes: #501473)
 
35
    - fixed errors with POSIX enabled (Closes: #502804)
 
36
    - fixed dpkg-source wrong exit() with return() (Closes: #503317)
 
37
    - added --schedule-only to aptitude's completion (Closes: #502664)
 
38
    - added build-dep to aptitude's completion (Closes: #495883)
 
39
    - added support for `-F configfile' to _known_hosts(), ssh, scp and
 
40
      sftp, thanks to Freddy Vulto (Closes: #504141)
 
41
    - fixed sed quoting bug in _known_hosts(), thanks to Freddy Vulto
 
42
      (Closes: #504650)
 
43
    - allow for comments in known_hosts files (Closes: #511789)
 
44
    - fixed perl -I/-x completion, thanks to Freddy Vulto
 
45
      (Closes: #504547)
 
46
    - README updated: explain how to use bash-completion correctly.
 
47
      (Closes: #506560)
 
48
    - added qdbus completion, thanks to Terence Simpson (LP: #257903)
 
49
    - fixed completion of environment variables, thanks to Morita Sho
 
50
      (Closes: #272660)
 
51
    - fix dpkg completion bug: it listed only non-Essential packages
 
52
      (Closes: #511790)
 
53
    - fixed _dpkg_source completion (Closes: #503317)
 
54
    - remove unused UNAME local variable in _info() (Closes: #501843)
 
55
    - added .zip to jar completions (Closes: #521041)
 
56
    - Merge from Ubuntu:
 
57
      + consume error messages in configure completion (LP: #223882)
 
58
        (Mika Fischer)
 
59
      + quote $xspec in _filedir_xspec in case it is empty, which would
 
60
        cause errors if there was no match under failglob. (LP: #194419)
 
61
        (Mika Fischer)
 
62
    - Ville Skyttä:
 
63
      + remove duplicate cpio completion, thanks to Freddy Vulto
 
64
        (Closes: #512823)
 
65
      + fix awk error in "modprobe -r /" completion (Closes: #512556)
 
66
    - Jakob Unterwurzacher:
 
67
      + ps2pdf can run on .pdf files as well.
 
68
        (Closes: #516614, LP: #316943)
 
69
  * debian/links fixed (Closes: #494292)
 
70
  * debian/control:
 
71
    - fixed typo in the long description
 
72
    - added Vcs-* fields
 
73
    - Standards-Version to 3.8.1
 
74
    - DMUA set
 
75
    - removed Luk Claes from Uploaders
 
76
    - Homepage added
 
77
  * debian/install:
 
78
    - correctly install contrib/* under /etc/bash_completion.d/
 
79
  * debian/copyright updated
 
80
  * debian/extra/dh_bash-completion:
 
81
    - updated to support a list of files in debian/<package>.bash-completion
 
82
      (Closes: #512917)
 
83
  * debian/rules:
 
84
    - install upstream CHANGES and AUTHORS too
 
85
 
 
86
 -- David Paleino <d.paleino@gmail.com>  Fri, 03 Apr 2009 14:21:43 +0200
24
87
 
25
88
bash-completion (20080705) unstable; urgency=low
26
89
 
168
231
 
169
232
 -- Luk Claes <luk@debian.org>  Sat, 21 Jun 2008 21:59:43 +0200
170
233
 
171
 
bash-completion (20060301-4ubuntu3) jaunty; urgency=low
172
 
 
173
 
  * Fix IFS issue in _umount and correct _get_cword in _postfix (LP: #249337)
174
 
 
175
 
 -- Martin Mai <martinmai1024@web.de>  Sun, 28 Dec 2008 13:31:39 +0000
176
 
 
177
 
bash-completion (20060301-4ubuntu2) jaunty; urgency=low
178
 
 
179
 
  * Added qdbus completion (LP: 257903)
180
 
 
181
 
 -- Terence Simpson <tsimpson@ubuntu.com>  Thu, 14 Aug 2008 15:10:20 +0100
182
 
 
183
 
bash-completion (20060301-4ubuntu1) intrepid; urgency=low
184
 
 
185
 
  * Merge from debian unstable, remaining changes:
186
 
   - Don't use ucf for handling the bash_completion config file. (LP: 210013)
187
 
   - Fix _get_cword more
188
 
   - Fix _command function to correctly prune the command line (LP: 103395)
189
 
   - Remove newline from options pattern for dpkg (LP: 138312)
190
 
   - Start readline-quoting arguments to compgen (LP: 123665)
191
 
   - Save and restore -v shell option (LP: 205444)
192
 
   - Prevent glob expansion in _filedir function (LP: 194419)
193
 
   - Quote glob expression in tar completion function (LP: 194419)
194
 
   - Complete AAS/SSA files for mplayer -sub (LP: 151086)
195
 
   - Disable completion of postgresql users and databases (LP: 164772)
196
 
   - Use files from UserKnownHostsFile options in addition to standard ones
197
 
     (LP: 211180)
198
 
   - Fixed completion of hostnames and files with scp
199
 
   - Fix tar completion to handle "tar rf" the same as "tar cf" (LP: 94407)
200
 
   - Complete .divx and .flv for media players (LP: 127605)
201
 
   - Complete all files for "gzip ... <" (LP: 127605)
202
 
   - Allow whitespace in front of GlobalKnownHostsFile etc. (LP: 128866)
203
 
   - Complete compressed files for vim (LP: 149494)
204
 
   - Always use /etc/hosts and $HOSTFILE for host completion too (LP: 184175)
205
 
   - Modify Maintainer value to match the DebianMaintainerField
206
 
     specification.
207
 
 
208
 
 -- Bryce Harrington <bryce@ubuntu.com>  Thu, 19 Jun 2008 11:58:17 -0700
209
 
 
210
234
bash-completion (20060301-4) unstable; urgency=low
211
235
 
212
236
  * Add some fixes from Ubuntu:
219
243
 
220
244
 -- Luk Claes <luk@debian.org>  Sat, 22 Mar 2008 23:10:30 +0000
221
245
 
222
 
bash-completion (20060301-3ubuntu3) hardy; urgency=low
223
 
 
224
 
  * Don't use ucf for handling the bash_completion config file. Avoids
225
 
    prompting the user for a changed config file, if the config file is
226
 
    unchanged (and only moved to the bash-completion package). LP: #210013.
227
 
 
228
 
 -- Matthias Klose <doko@ubuntu.com>  Tue, 15 Apr 2008 01:21:38 +0200
229
 
 
230
 
bash-completion (20060301-3ubuntu2) hardy; urgency=low
231
 
 
232
 
  * Bugfix release:
233
 
   - Fix _get_cword more
234
 
   - Fix _command function to correctly prune the command line (LP: #103395)
235
 
   - Remove newline from options pattern for dpkg (LP: #138312)
236
 
   - Start readline-quoting arguments to compgen (LP: #123665)
237
 
   - Save and restore -v shell option (LP: #205444)
238
 
   - Prevent glob expansion in _filedir function (LP: #194419)
239
 
   - Quote glob expression in tar completion function (LP: #194419)
240
 
   - Complete AAS/SSA files for mplayer -sub (LP: #151086)
241
 
   - Disable completion of postgresql users and databases (LP: #164772)
242
 
   - Use files from UserKnownHostsFile options in addition to standard ones
243
 
     (LP: #211180)
244
 
 
245
 
 -- Mika Fischer <mika.fischer@zoopnet.de>  Sat, 05 Apr 2008 16:09:34 +0200
246
 
 
247
 
bash-completion (20060301-3ubuntu1) hardy; urgency=low
248
 
 
249
 
  * Bug fix upload (LP: #194860)
250
 
   - Fixed completion of filenames with spaces
251
 
   - Fixed completion of hostnames with scp
252
 
   - Fixed completion of filenames with scp
253
 
   - Fixed parsing of SSH config files to parse Host and HostName lines
254
 
     correctly. Previously "HostName host" lines were parsed as two hosts:
255
 
     "Name" and "host".
256
 
  * More bugfixes:
257
 
   - Fix tar completion to handle "tar rf" the same as "tar cf" (LP: #94407)
258
 
   - Complete .m4v and .M4V for media players (LP: #115224)
259
 
   - Complete .divx and .flv for media players (LP: #127605)
260
 
   - Complete all files for "gzip ... <" (LP: #127605)
261
 
   - Allow whitespace in front of GlobalKnownHostsFile etc. (LP: #128866)
262
 
   - Complete compressed files for vim (LP: #149494)
263
 
   - Always use /etc/hosts and $HOSTFILE for host completion too (LP: #184175)
264
 
  * Modify Maintainer value to match the DebianMaintainerField
265
 
    specification.
266
 
 
267
 
 -- Mika Fischer <mika.fischer@zoopnet.de>  Sat, 15 Mar 2008 19:46:17 +0100
268
 
 
269
246
bash-completion (20060301-3) unstable; urgency=low
270
247
 
271
248
  * Fix kpdf completion (Closes: #468163, #413374).