chiark / gitweb /
finalise changelog
[bash.git] / debian / changelog
1 bash (4.1-3+noshellfunctions~squeeze) UNRELEASED; urgency=low
2
3   * Disable all exported shell functions.
4
5  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 25 Sep 2014 14:07:30 +0100
6
7 bash (4.1-3) unstable; urgency=low
8
9   * Apply upstream patches 003, 004, 005.
10   * Fix crash in declare builtin.
11   * /etc/skel/.bashrc:
12     - Enable sourcing of ~/.bash_aliases by default. Closes: #569798.
13     - Find command-not-found script. Closes: #529313.
14   * README.Debian:
15     - Remove references to --disable-net-redirections, bash-minimal.
16     - Mention that the upstream changelog can be found in the bash-doc
17       package. Closes: #551019.
18
19  -- Matthias Klose <doko@debian.org>  Sat, 10 Apr 2010 10:35:29 +0200
20
21 bash (4.1-2) unstable; urgency=low
22
23   * Apply upstream patches 001, 002.
24
25  -- Matthias Klose <doko@debian.org>  Fri, 12 Mar 2010 02:08:45 +0100
26
27 bash (4.1-1) unstable; urgency=low
28
29   * New upstream version 4.1.
30   * Stop building the bash-minimal package, not needed anymore with
31     dash being the default shell.
32
33  -- Matthias Klose <doko@debian.org>  Sat, 02 Jan 2010 13:49:24 +0100
34
35 bash (4.1~rc1-1) unstable; urgency=low
36
37   * New upstream version 4.1, release candidate 1.
38
39  -- Matthias Klose <doko@debian.org>  Wed, 30 Dec 2009 15:41:40 +0100
40
41 bash (4.0-7) unstable; urgency=medium
42
43   * Re-add the sh and sh(1) symlinks. Closes: #546516.
44
45  -- Matthias Klose <doko@debian.org>  Mon, 14 Sep 2009 08:11:58 +0200
46
47 bash (4.0-6) unstable; urgency=medium
48
49   * Pre-depend on dash, instead of just depending on it.
50     Closes: #546504, #546516, #546518.
51   * Update and set homepage attribute. Closes: #546377, #546381.
52
53  -- Matthias Klose <doko@debian.org>  Sun, 13 Sep 2009 13:35:38 +0200
54
55 bash (4.0-5) unstable; urgency=low
56
57   * Re-add dependency on dash, lost with the upload of 4.0.
58   * Don't configure with --disable-net-redirections.
59   * Fix name of system wide bash_logout in bash(1). Closes: #546200.
60   * Stop shipping the sh and sh(1) symlinks. Closes: #545103.
61   * Apply upstream patches 029 - 033.
62
63  -- Matthias Klose <doko@debian.org>  Sun, 13 Sep 2009 12:55:54 +0200
64
65 bash (4.0-4) unstable; urgency=low
66
67   * Apply upstream patches 024 - 028.
68     - patch 028 closes: #519165. bash-4.0 reverted to the historical
69       shell behavior of raising an error when $@ or $* was expanded
70       after `set -u' had been executed and there were no positional
71       parameters.  The Posix working group has since clarified the
72       standard's position on the issue, and $@ and $* are now the only
73       variables, parameters, or special parameters that do not raise an
74       error when unset if set -u is enabled.
75   * Enable net redirections, now that bash isn't the default shell
76     anymore.
77   * Changes to the skeleton .bashrc:
78     - Fix example lines in /etc/bash.bashrc to enable bash completion.
79       Closes: #523706, #522857.
80     - Don't export HISTCONTROL in bashrc. Closes: #540371.
81     - Support user dircolors settings in ~/.dircolors. Closes: #506213.
82
83  -- Matthias Klose <doko@debian.org>  Sun, 23 Aug 2009 16:09:36 +0200
84
85 bash (4.0-3) experimental; urgency=low
86
87   * Apply upstream patches 011 - 024.
88
89  -- Matthias Klose <doko@debian.org>  Sun, 17 May 2009 15:29:21 +0200
90
91 bash (4.0-2) experimental; urgency=low
92
93   * Apply upstream patches 001 - 010. Closes: #518289.
94   * Fix insecure temp file handling in examples scripts. Closes: #509279.
95   * /etc/skel.bashrc: Only source bash_completion, if posix mode is turned
96     off. Closes: #498474.
97
98  -- Matthias Klose <doko@debian.org>  Sat, 21 Mar 2009 15:06:46 +0100
99
100 bash (4.0-1) experimental; urgency=low
101
102   * New upstream version 4.0.
103
104  -- Matthias Klose <doko@debian.org>  Sun, 01 Mar 2009 10:56:15 +0100
105
106 bash (4.0-0ubuntu1) jaunty; urgency=low
107
108   * New upstream version 4.0 beta.
109
110  -- Matthias Klose <doko@ubuntu.com>  Sat, 29 Nov 2008 18:20:35 +0100
111
112 bash (3.2-6) unstable; urgency=medium
113
114   * bash. Depend on dash to install dash as a required package.
115
116  -- Matthias Klose <doko@debian.org>  Mon, 20 Jul 2009 23:56:24 +0000
117
118 bash (3.2-5) unstable; urgency=low
119
120   * Apply upstream fixes 040 - 048.
121
122  -- Matthias Klose <doko@debian.org>  Sun, 01 Mar 2009 10:20:52 +0100
123
124 bash (3.2-4) unstable; urgency=low
125
126   * bash-minimal, bash-static: Only call `add-shell' on new installations.
127   * Only call remove-shell on package removal or purge.
128
129  -- Matthias Klose <doko@debian.org>  Mon, 12 May 2008 18:49:07 +0200
130
131 bash (3.2-3) unstable; urgency=low
132
133   * /etc/skel/.bashrc: Overwrite SHELL for calling lesspipe. Closes: #385168.
134   * Only call `add-shell' on new installations. Closes: #477750.
135   * Apply upstream fixes 034 - 039.
136   * Add explicit copyright notice to clear_console(1).
137
138  -- Matthias Klose <doko@debian.org>  Sun, 20 Apr 2008 13:31:10 +0200
139
140 bash (3.2-2) unstable; urgency=low
141
142   * Add a shopt option compat31 to fall back to the behaviour of bash-3.1 
143     and earlier versions, in that quoting the string argument to the [[ 
144     command's =~ +operator does not force string matching.
145
146   * Merge from Ubuntu:
147     - Remove /etc/skel/.bash_profile, if it is unmodified; if modified and
148       /etc/skel/.profile is unmodifed, move .bash_profile to .profile.
149     - /etc/skel/.bashrc: Add an option to blurt a terminal window with a
150       colored prompt.
151     - /etc/skel/.bashrc: Add color support for grep and friends (commented
152       out by default). Closes: #420659.
153     - /etc/skel/.profile: Avoid the use of `~'.
154     - Don't run command-not-found from the shell scripts when it has been
155       removed in the meantime.
156   * /etc/skel/.bashrc:
157     - Comment out the lesspipe settings. Closes: #470453.
158     - Don't use PROMPT_COMMAND to set the title of an xterm. Closes: #420656.
159     - Don't second-guess terminal handling in dircolors. Closes: #473870.
160     - Don't overwrite GNU Midnight Commander's setting of HISTCONTROL to
161       `ignorespace'. Closes: #440102.
162     - Add a comment about setting HISTSIZE and HISTFILESIZE. Closes: #449587.
163     - Append to the history file, don't overwrite it. Closes: #452459.
164     - Use dir and vdir commands for dir vdir aliases. Closes: #420661.
165   * /etc/skel/.profile:
166     - Add comment about setting the umask for ssh logins. Closes: #314533.
167
168   * Added code to defer the initialization of HISTSIZE until the history file
169     is loaded. Closes: #383762.
170   * Fix typos in README.Debian and preinst. Closes: #374452.
171   * Mention `exec' builtin in the section `redirection'. Closes: #378067.
172   * Add bashbug(1). Closes: #442477.
173   * Fix typos in bash(1). Closes: #390493, #426687.
174   * Fix bug in Bash_aliases example. Closes: #423488.
175   * Fix typo in help message for caller builtin. Closes: #452656.
176
177  -- Matthias Klose <doko@debian.org>  Sun, 20 Apr 2008 11:20:08 +0200
178
179 bash (3.2-1) experimental; urgency=low
180
181   * New upstream version (including upstream patches 01 - 33). Closes: #431620.
182     - Added write error reporting to printf builtin. Closes: #414285.
183     - Fixed a bug that caused `unset LANG' to not properly reset the locale.
184       Closes: #364861.
185     - Describe expansion of pattern in case statement. Closes: #342225.
186     - Improved handling of non-printable characters in prompt. Closes: #352234,
187       #362010, #397086, #418961, #471490.
188     - Fix typos in documentation. Closes: #382892.
189
190     The syntax of regexes in Bash 3.2 was changed so that single quotes no
191     longer surround regexes. e.g, a regex of the form
192       if [[ "foo.tex" =~ '^(.*)\.tex$' ]]
193     becomes
194       if [[ "foo.tex" =~ ^(.*)\.tex$ ]]
195         
196   * Merge from Ubuntu:
197     - debian/skel.bashrc: Check for dircolors before using it.
198     - debian/skel.bashrc: Set HISTCONTROL to ignoreboth.
199     - Include correct bash.pot file.
200     - Move CWRU/changelog from the bash to the bash-doc package (we already
201       have the CHANGES files).
202     - debian/etc.bash.bashrc: Install command-not-found handler if available.
203
204  -- Matthias Klose <doko@debian.org>  Sun, 10 Feb 2008 23:49:35 +0100
205
206 bash (3.1dfsg-9) unstable; urgency=low
207
208   * Remove bash-completion from the source.
209   * Remove the conflict with bash-completion, recommend bash-completion.
210   * Fix quotes in man page. Closes: #402845.
211   * clear_console: Don't segv if stdin isn't a tty. Closes: #451819.
212   * clear_console(1): Fix synopsis. Closes: #441242.
213   * Clarify bash-doc package description: Closes: #394275.
214
215  -- Matthias Klose <doko@debian.org>  Sat, 09 Feb 2008 10:14:22 +0100
216
217 bash (3.1dfsg-8) unstable; urgency=high
218
219   * bash-doc: Install copyright file when building without the
220     gfdl'ed docs. Closes: #402471.
221
222  -- Matthias Klose <doko@debian.org>  Mon, 11 Dec 2006 22:08:10 +0100
223
224 bash (3.1dfsg-7) unstable; urgency=medium
225
226   * Restore the bash(1) manual page. Closes: #392989.
227
228  -- Matthias Klose <doko@debian.org>  Sun, 22 Oct 2006 13:41:59 +0000
229
230 bash (3.1dfsg-6) unstable; urgency=low
231
232   * Remove the texinfo documentation from the package. Closes: #357260.
233   * Remove the FAQ from the package.
234
235  -- Matthias Klose <doko@debian.org>  Thu, 12 Oct 2006 22:35:46 +0200
236
237 bash (3.1-5) unstable; urgency=low
238
239   * Work around the broken remove-shell, not checking for the existance
240     of /etc/shells (closes: #337097).
241   * Force rebuild of bashref.info (closes: #354303, #357258).
242   * Apply upstream patches 015, 016, 017, fixing
243     - a problem with the extended globbing code prevented dots from matching
244       filenames when used in some extended matching patterns.
245     - core dumps when attempting to perform globbing in directories with
246       very large numbers of files.
247     - Array expansion failure with an arithmetic syntax error when the
248       subscript appears within double quotes. Closes: #358831.
249   * Add copyrights for contributed files (Joost van Baal). Closes: #357607.
250   * bash_completion:
251     - Add apt-cache madison completion: Closes: #342073, #359021.
252     - Complete files with spaces for bzip2. Closes: #356218.
253     - Complete whatis and apropos like man. Closes: #352145.
254     - Ignore stderr in apt-cache completion. Closes: #367198.
255     - Add flv|FLV files completion for mplayer. Closes: #364509, #373904.
256     - Add dvi|DVI files completion for evince. Ubuntu #49880.
257   * Fix typos in man page. Closes: #360543.
258
259   [ Ian Jackson ]
260   * Make bash die if it cannot read its input file.  Closes: #320036.
261     (This is not an ideal fix because, for example, the exit status is
262     still wrong - it should be 127, not 2.  Also, the filename is not
263     printed.  Unfortunately the code is badly tangled making this small
264     fix the most appropriate approach.)
265
266  -- Matthias Klose <doko@debian.org>  Wed,  5 Jul 2006 06:56:54 +0200
267
268 bash (3.1-4) unstable; urgency=low
269
270   * Update upstream patch 010, apply upstream patches 012, 013, 014.
271   * bash-default-editor.dpatch: Fix typo (closes: #356308).
272   * clear_console: Add FreeBSD support (Aurelian Jarno). Closes: #355336.
273   * clear_console: Only get rid of any history in the scrollback, if
274     not running in a pseudo tty (closes: #355815).
275   * bash_completion:
276     - Fix error in minicom completion (closes: #357241).
277
278  -- Matthias Klose <doko@debian.org>  Thu, 23 Mar 2006 01:16:22 +0100
279
280 bash (3.1-3) unstable; urgency=low
281
282   * Apply upstream patches 006, 007, 008, 009, 010 and 011.
283   * Define PGRP_PIPE to avoid race condition; monitor mode causes emacs as
284     $EDITOR to hang on kernel 2.6 (Jim Paris). Closes: #224543.
285   * Fix read memleak when reading from non-blocking fd (Tim Waugh).
286   * Recognize 'exec -l /bin/bash' as login shell (Tim Waugh).
287   * Fix parameter expansion: Array member length expansion fails with nested
288     index expression (Jan C. Nordholz). Closes: #345861.
289   * Add swedish translation of message strings. Closes: #349677.
290
291   Merge from Ubuntu:
292   * clear_console: New helper program to clear the console, including
293     the scrollback buffer.
294   * /etc/skel/.bash_logout: Install it again and use clear_console.
295     Ubuntu #29405. Closes: #331504.
296   * /etc/skel/.bashrc: Enable bash_completion.
297     Ubuntu #11414, #25096.
298   * bash_completion:
299     - Fix ssh completion to match lines starting with `Hostname' as well.
300       Closes: #343312.
301   * Add ulimit options -e and -r.
302
303   * Update bash_completion to 20060301:
304     - Completion for minicom(1), mtr(8), sysctl(8), smartctl(8), vncviewer(1),
305       invoke-rc.d, update-rc.d and dpkg-source has been added.
306       Closes: #323824, #327414.
307     - gdb completion of second parameter was broken when first parameter
308       contained white space.
309     - gdb completion wasn't completing second parameter correctly when it was
310       a file, rather than a PID.
311     - Ruby ri completion has been broken for some time. This is now fixed.
312     - Various fixes to work around change in how POSIX quoting is handled in
313       bash 3.1.
314     - subversion completion has been reimplemented from scratch and integrated
315       into the main file.
316     - iconv(1) completion has been improved.
317     - yum(8) completion has been updated for current version of yum.
318     - ant completion will now make use of complete-ant-cmd.pl, if available.
319     - cvs(1) completion has been improved with 'update' and 'stat' completion.
320     - 'aptitude show' now works in the same way as 'apt-cache show'.
321     - make(1) now also completes on file names.
322     - MPlayer will now also complete on .flac, .mpc and .3gp files.
323       Closes: #340452.
324     - wine will now also complete on .exe.so files.
325     - unzip will now also complete on oowriter's .ott files.
326     - xine et al will now complete on .mng files.
327     - The list of programs completing on .dvi files has been expanded.
328     - The range of files on which timidity and evince complete has been
329       expanded. Closes: #351848.
330     - mkisofs completion now defaults to treating results as file names.
331     - $DEBUG has been renamed $BASH_COMPLETION_DEBUG to avoid namespace clashes
332       with other software.
333     - man(1) completion now works correctly on OpenBSD.
334     - svk and Mercurial completion have been added to contribs. Closes: #324169.
335     - Many other small optimisations and fixes. Closes: #325056.
336
337  -- Matthias Klose <doko@debian.org>  Sat,  4 Mar 2006 01:54:25 +0100
338
339 bash (3.1-2) unstable; urgency=low
340
341   * Apply upstream patches 002 - 005.
342
343  -- Matthias Klose <doko@debian.org>  Tue, 10 Jan 2006 00:19:25 +0100
344
345 bash (3.1-0ubuntu3) dapper; urgency=low
346
347   * Document supported ulimit options.
348   * Fix parsing problems with compound assignments
349   * Fix readline callback interface.
350   * Fix ssh command completion (closes: #343312).
351
352  -- Matthias Klose <doko@ubuntu.com>  Fri, 23 Dec 2005 11:31:36 +0100
353
354 bash (3.1-0ubuntu2) dapper; urgency=low
355
356   * command-not-found handler: Print error message, when command not found.
357     Ubuntu #5120.
358   * fix ssh command completion.
359
360  -- Matthias Klose <doko@ubuntu.com>  Sun, 11 Dec 2005 16:14:14 +0100
361
362 bash (3.1-1) unstable; urgency=low
363
364   * New upstream version (final 3.1 release).
365     - Fixed a small memory leak in the programmable completion code.
366       Closes: #338822.
367   * Generate the locales needed for the testsuite, build-depend on locales.
368   * Improve check for existance of /dev/stdin during build. Closes: #333935.
369   * Fix bash_completion, sudo completion does not protect empty arguments.
370     Closes: #329148.
371   * /etc/bash.bashrc: Don't change the xterm title by default, keep the
372     default for /etc/skel/.bashrc. Closes: #313617, #314614.
373
374  -- Matthias Klose <doko@debian.org>  Sat, 10 Dec 2005 00:56:28 +0100
375
376 bash (3.0+3.1rc1-1) unstable; urgency=low
377
378   * New upstream version (3.1-rc1).
379   * Remove patches applied upstream: rl-del-backspace-policy, bad-interp.
380
381  -- Matthias Klose <doko@debian.org>  Fri, 11 Nov 2005 12:59:32 +0000
382
383 bash (3.0+3.1b1-1) unstable; urgency=low
384
385   * New upstream version (3.1-beta1).
386   * Remove bash's dependency on passwd, add one to debianutils (>= 2.15).
387
388  -- Matthias Klose <doko@debian.org>  Thu, 13 Oct 2005 15:49:49 +0200
389
390 bash (3.0+3.1a1-1) unstable; urgency=low
391
392   * New upstream version (3.1-alpha1).
393     - Fix "cd -P" hanging (closes: #316407).
394     - Fixed exit status code so that a suspended job returns 128+signal as its
395       exit status (preventing commands after it in `&&' lists from being
396       executed). Closes: #288319.
397     - The globbing code now uses malloc, with its better failure properties,
398       rather than alloca(). Closes: #238226.
399     - In POSIX mode, if `xpg_echo' option is enabled, the `echo' builtin
400       doesn't try to interpret any options at all, as POSIX requires.
401       Closes: #303649.
402     - Some changes to the display code to improve display and redisplay of
403       multibyte characters. Closes: #309654.
404     - Fixed a bug that caused bash to close fd 2 if an `exec' failed and the
405       shell didn't exit. Closes: #310308.
406     - Fix segmentation fault if execve'd with NULL argv. Closes: #316206.
407     - Fix segfault, if free is called with already freed block argument.
408       Closes: #317324.
409     - Fix garbage in bash(1), section SIGNALS. Closes: #327035.
410     - Fixed vi-mode searching so that failure preserves the current line rather
411       than the last line in the history list. Closes: #297330.
412     - Fix segfault on variable assignment. Closes: #291840.
413     - Fixed parser to generate an error when the pipeline `argument'
414       to `!' or `time' is NULL. Closes: #273324, #342228.
415     - A bare `%' once again expands to the current job when used as a job
416       specifier, updated the help for `%'. Closes: #262095.
417     - Fix tilde expansion for some cases where it was performed
418       inappropriately. Closes: #263023.
419     - Replicate first character of $PS4, not only the first byte.
420       Closes: #288125.
421     - bashref.texi: Remove blank lines from contents. Closes: #307264.
422   * Remove patches applied upstream:
423     - bash30*, wcontinued, man-cdpath, update-multibyte-ifs, histtimeformat,
424       spelingm.
425     - rl-examples, rl-setenv, rl-display, rl-self-insert.
426   * Update patches:
427     - deb-bash-config, man-test, man-test2.
428   * bash(1): Fix /etc/bash.logout file name (closes: #289355).
429   * Document, that bash is configured using --disable-net-redirections.
430     Closes: #313538.
431   * Use `command -v editor`, as an editor, if available. Closes: #296603.
432
433  -- Matthias Klose <doko@debian.org>  Fri,  9 Sep 2005 21:09:46 +0200
434
435 bash (3.0-17) unstable; urgency=low
436
437   * Check that the device files /dev/std{in,out,err} are present at
438     build time. Closes: #327477.
439   * Remove html completion for w3m, users claim w3m to be a general viewer.
440   * /etc/bash.bashrc: Avoid stat on /etc/debian_chroot, if not necessary.
441     Closes: #303712.
442   * debian/patches/wcontinued.dpatch: Update, fixing hangs in
443     bash_completion (Junichi Uekawa). Closes: #318301.
444   * Build-depend on texinfo (>= 4.8). Closes: #316066.
445
446  -- Matthias Klose <doko@debian.org>  Thu, 13 Oct 2005 11:24:21 +0000
447
448 bash (3.0-16ubuntu3) breezy; urgency=low
449
450   * Don't install .bash_logout again, doesn't clear the buffer and
451     ps is not in required.
452
453  -- Matthias Klose <doko@ubuntu.com>  Wed,  5 Oct 2005 13:29:22 +0200
454
455 bash (3.0-16ubuntu2) breezy; urgency=low
456
457   * Fix segmentation fault due to gcc optimization and longjmp. Patch
458     by Jim Paris. Debian #331381.
459   * Don't overwrite PROMPT_COMMAND in /etc/bash.bashrc. Ubuntu #15122.
460     Closes #330889.
461   * Install skeleton .bash_logout to clear the screen, when logging out
462     from the console. Ubuntu #10149.
463
464  -- Matthias Klose <doko@ubuntu.com>  Tue,  4 Oct 2005 18:01:26 +0200
465
466 bash (3.0-16ubuntu1) breezy; urgency=low
467
468   * bash_completion changes:
469     - Add completion for evince.
470     - Fix completion for aptitude (Ubuntu 12549).
471       Closes: #293979, #325045, #327413.
472     - Add completion for *.flac files in mplayer (closes: #304778).
473     - Add completion for *.ott files for unzip and zipinfo (closes: #322481).
474     - Add html completion for w3m.
475
476  -- Matthias Klose <doko@ubuntu.com>  Fri,  9 Sep 2005 20:33:31 +0200
477
478 bash (3.0-16) unstable; urgency=low
479
480   * Update to bash_completion 20050721 (v1.827).
481     - Fix function name in aptitude completion (closes: #304624, #320390).
482   * In PROMPT_COMMAND, use ~ instead of the complete path.
483   * Adjust for dpkg-dev (>= 1.13.9). Closes: #313546.
484
485  -- Matthias Klose <doko@debian.org>  Mon,  5 Sep 2005 18:37:19 +0200
486
487 bash (3.0-15) unstable; urgency=low
488
489   * glibc-2.3.5 defines WCONTINUED, which is available only since
490     Linux 2.6.10.  On older kernels waitpid() returns -1 with errno
491     set to EINVAL if WCONTINUED is supplied in options. Retry without
492     WCONTINUED set in that case.
493
494  -- Matthias Klose <doko@debian.org>  Wed, 25 May 2005 12:38:09 +0000
495
496 bash (3.0-14ubuntu1) breezy; urgency=low
497
498   * Configure the static build --without-bash-malloc.
499
500  -- Matthias Klose <doko@ubuntu.com>  Sat, 21 May 2005 07:28:25 +0000
501
502 bash (3.0-15) unstable; urgency=low
503
504   * Print out bad interpreter names with trailing ^M (DOS line endings).
505     Closes: #282762.
506
507  -- Matthias Klose <doko@debian.org>  Sun, 23 Jan 2005 20:24:58 +0100
508
509 bash (3.0-14) unstable; urgency=low
510
511   * Fix re-read-init-file (C-xC-r) not to read /etc/inputrc twice,
512     but /etc/inputrc and ~/.inputrc. Thanks to Vasco Pedro.
513   * Fix bug in readline's self-insert command (closes: #290103).
514   * Fix bash-builtins package description (closes: #290258).
515   * Add cross build support (closes: #283732).
516   * Update to bash_completion 20050121 (v1.786).
517     - Improve ssh2 known hosts completion. (closes: #282767).
518     - Pass over switches to metacommands like sudo, nice, exec, etc.
519       (closes: #289847)
520     - Trivial fix to allow python to be called with a path component without
521       bash displaying a bad subscript error. (closes: #290748)
522     - unzip should also work on .sxw files. (closes: #286738).
523     - Lots of commands that use _longopts() don't use filenames at all, so
524       these shouldn't be mapped with '-o filenames'. (closes: #283069, which
525       related only to wget).
526     - Make dd treat completions as filenames, which is bad for options, but
527       good for filename arguments to 'if' and 'of'. (closes: #287286).
528     - Fix lvresize errors when running as non-root (closes: #285604).
529
530  -- Matthias Klose <doko@debian.org>  Sat, 22 Jan 2005 23:08:57 +0100
531
532 bash (3.0-13) unstable; urgency=low
533
534   * Update to bash_completion 20050103 (v1.772).
535   * Fix segfault in the ``reverse-search-history'' feature of the readline
536     library, if the search string matches a previously entered command (ie
537     history) and must overflow the current screen width. Closes: #288940.
538
539  -- Matthias Klose <doko@debian.org>  Wed, 12 Jan 2005 08:11:36 +0100
540
541 bash (3.0-12) unstable; urgency=low
542
543   * debian/skel.bashrc: Quote dircolors invocation (closes: #285840).
544
545  -- Matthias Klose <doko@debian.org>  Sun, 19 Dec 2004 17:48:17 +0100
546
547 bash (3.0-11) unstable; urgency=low
548
549   * Adjustments to the skeleton files.
550   * Fix spelling errors in the docs (closes: #281842).
551
552  -- Matthias Klose <doko@debian.org>  Wed, 17 Nov 2004 06:37:48 +0100
553
554 bash (3.0-10) unstable; urgency=low
555
556   * Apply upstream patch 015-016.
557
558  -- Matthias Klose <doko@debian.org>  Thu, 11 Nov 2004 07:15:34 +0100
559
560 bash (3.0-9) unstable; urgency=low
561
562   * Apply upstream patch 001-014.
563   * Document handling of parameters of the test builtin (closes: #173273).
564
565  -- Matthias Klose <doko@debian.org>  Fri, 29 Oct 2004 23:57:19 +0200
566
567 bash (3.0-8) unstable; urgency=low
568
569   * Add a comment to /etc/bash.bashrc that the file is not read by
570     login shells (closes: #271413).
571   * Sync builtin CDPATH documentation with man page (closes: #259767).
572   * Document conditional file expressions acting on the target of
573     symbolic links as well (except -h, -L). Closes: #231267.
574   * Update to bash_completion 20041017 (v1.758).
575     - Unset `have' variable at end of sourcing (closes: #273809).
576     - Fix scp completion breakage when filenames contained an ampersand.
577       Closes: #262354.
578
579  -- Matthias Klose <doko@debian.org>  Sun, 17 Oct 2004 09:31:03 +0200
580
581 bash (3.0-7) unstable; urgency=low
582
583   * Apply upstream patches 001-013, remove patches collected from the net.
584   * Patch bash30-003 restores a measure of backwards compatibility for the
585     `trap signum' syntax (closes: #261948).
586   * Trim skeleton files.
587
588  -- Matthias Klose <doko@debian.org>  Sun, 19 Sep 2004 09:06:36 +0200
589
590 bash (3.0-6) unstable; urgency=low
591
592   * Fixed in bash-3.0:
593     - New option pipefail. If set, the return value of a pipeline is the
594       value of the last (rightmost) command to exit with a non-zero status,
595       or zero if all commands in the pipeline exit successfully.  This option
596       is disabled by default. The two oldest outstanding bash reports are
597       gone (closes: #7047, #10494).
598     - "$( substitution strangeness (closes: #187983).
599     - timestamp support in history (closes: #161057).
600   * Various updates from the net:
601     - Fix a bug in array expansion.
602     - Fix a bug in brace expansion.
603     - Handle multibyte characters in IFS values.
604     - Fix a bug, when pipefail option is set.
605     - History saved-line handling (closes: #253766, #268922).
606     - Fix parameter expansion with UTF-8 and ${#var} or ${var: -1}.
607   * Apply patch to fix non POSIX function name and avoid use of global
608     variables (Stephen Gildea). Closes: #262105.
609   * Add command_not_found_handle in non POSIX interactive shells.
610     Closes: #243015.
611   * Check for /usr/sbin/remove-shell before using it (closes: #265982).
612   * bash-builtins: Install missing header files (closes: #265259).
613   * Clarify documentation about substring expansion (closes: #192831, #203767).
614   * Fix completion on ~/../``/<tab> (closes: #261142).
615   * Clarify documentation about case-insensitive pathname expansion.
616     Closes: #141292.
617   * Apply patch to fix the display of UTF-8 characters.
618     Closes: #224916, #257540.
619
620  -- Matthias Klose <doko@debian.org>  Sat,  4 Sep 2004 10:21:23 +0200
621
622 bash (3.0-5) unstable; urgency=medium
623
624   * Fix segfault and wrong behaviour running the firehol script.
625     Closes: #262438, #262642.
626   * Add  history scrolling patch patch (closes: #263064).
627   * Strip bash binary, leftover from debugging (closes: #263451).
628   * `cd -' printing the directory in non-interactive mode, non-POSIX mode
629     is new behaviour, not a bug (closes: #262619).
630   * Address build failure calling the 'binary' target directly instead of
631     dpkg-buildpackage (closes: #263797).
632   * Remove kfreebsd-gnu hack to disable bash malloc (closes: #263005).
633
634  -- Matthias Klose <doko@debian.org>  Fri,  6 Aug 2004 07:10:24 +0200
635
636 bash (3.0-4) unstable; urgency=low
637
638   * Revert substitution patch trying to fix completion on ~/../``/<tab>.
639     Reopens: #261142. Closes: #261955, #262338, #262602.
640
641  -- Matthias Klose <doko@debian.org>  Sun,  1 Aug 2004 12:36:57 +0200
642
643 bash (3.0-3) unstable; urgency=high
644
645   * Revert the following upstream change (until sarge is released):
646     The historical behavior of `trap' that allows a missing `action' argument
647     to cause each specified signal's handling to be reset to its default is
648     now only supported when `trap' is given a single non-option argument.
649     Addresses: #261948.
650   * Fix line wrapping (closes: #261957).
651
652  -- Matthias Klose <doko@debian.org>  Fri, 30 Jul 2004 16:17:22 +0200
653
654 bash (3.0-2) unstable; urgency=medium
655
656   * Fix typo in bash-minimal's postinst. Closes: #260506.
657   * Fixed in bash-3.0:
658     - pwd builtin exiting with write error. Closes: #243872.
659
660  -- Matthias Klose <doko@debian.org>  Thu, 29 Jul 2004 07:13:13 +0200
661
662 bash (3.0-1) unstable; urgency=medium
663
664   * New upstream release.
665   * Bugs fixed in this release (and the alpha/beta releases and release
666     candidates):
667     - Fixed a bug that caused the prompt to overwrite previous output when the
668       output doesn't contain a newline and the locale supports multibyte
669       characters.  This same change fixes the problem of readline redisplay
670       slowing down dramatically as the line gets longer in multibyte locales.
671       Closed: #179883.
672     - The shell no longer seg faults if the expanded value of $PS4 is null
673       and `set -x' is enabled. Closes: #165533.
674     - Don't define a default DEFAULT_MAIL_DIRECTORY, because it can cause
675       a timeout on NFS mounts. Closes: #211426.
676     - Fixed a bad interaction between alias and completion. Closes: #186218.
677     - Fix initialization of local variables with "$@". Closes: #180290.
678     - Fixed segfault in "read -a foo <<< $(echo)". Closes: #167003.
679     - Fixed the history word tokenizer to handle <( and >( better when used as
680       part of bash. Closes: #165212.
681     - Fixed EINTR signal killing redirection. Closes: #164134.
682     - Fixed infinite loop with IFS="<non-ws-char>" and compgen -W.
683       Closes: #162952.
684     - Fixed the internal logout code so that shells that time out waiting for
685       input (using $TMOUT) run ~/.bash_logout. Closes: #152847.
686     - Speedups to the multibyte character redisplay code. Closes: #197965.
687     - Better error message on wrong kill arguments. Closes: #193570.
688     - Overwriting of prompt. Closes: #176968.
689     - The shell now reports on processes that dump core due to signals when
690       invoked as `-c command'. Closes: #211693.
691     - Fixed ferror beeing called w/o always first calling clearerr
692       results in spurious errors reported. Closes: #195116.
693     - Add missing trailing slash on directory completion. Closes: #178828.
694     - Fix different behaviour for builtin and external commands together
695       with arithmetic expansion. Closes: #173744.
696     - Fixed a bug that caused redirections accompanying a null command
697       to persist in the current shell. Closes: #173148.
698     - Fixed a bug that caused a leading `-' in the shell's name to cause it to
699       not be recognized as a restricted shell. Closes: #170298.
700     - Fix segfault in ill formed paramter expansion. Closes: #162773.
701     - Fixed a bug in brace expansion that caused a quoted `$' preceding an
702       open brace to inhibit brace expansion. Closes: #157954.
703     - Removed the attempts to avoid adding a slash at the end of a completed
704       executable name if there was a directory with the same name in the
705       current directory. Closes: #155134, #189006.
706     - Fix error message for circular alias expansions. Closes: #173588.
707     - Fixed a bug that caused some key bindings set in an inputrc to be ignored
708       at shell startup. Closes: #110969.
709     - Fix segfault on bad array subscripts. Closes: #232653.
710     - Fix "set completion-ignore-case on" breaking some tab completion.
711       Closes: #224303.
712     - Flag an error when a user uses "% DIGITS" instead of "%DIGITS", and
713       don't give him a different job instead. Closes: #173854.
714     - For 'cd filename' say 'not a directory', not 'no such file or directory'
715       when filename exists and is not a directory. Closes: #219958.
716     - Expansion results are the same for ${1:+"$@"} and "$@" if IFS is not
717       the default.
718     - The locale code does a better job of recomputing the various locale
719       variable values when LC_ALL is unset. Closes: #160932.
720     - Fix substitution error triggering an assertion. Closes: #251801.
721   * Documentation updated in this release (and the alpha/beta releases):
722     - Fix documentation about exit status of unset builtin. Closes: #183352.
723     - Clarify documentation for arguments of wait builtin. Closes: #174133.
724     - Document ${!prefix@} expansion. Closes: #168318.
725     - Fix documentation of GLOBIGNORE behaviour. Closes: #168267.
726     - Document the use of $EMACS. Closes: #174744.
727     - Improve documentation of the value of arithmetic expressions.
728       Closes: #168321.
729     - Make docs more explicit about variable indirection in shell parameter
730       expansion. Closes: #167002.
731     - Documentation for values of various assignments updated. Closes: #168331.
732     - In section "Shell Functions", add documentation for syntax,
733       which bash accepts. Closes: #172971.
734     - Fix documentation of the PATH variable. Closes: #155369.
735     - Document SHELL variable in section "Shell Variables". Closes: #249657.
736     - Remove reference to missing section in rbash(1). Closes: #249219.
737   * Fix another segfault in completion code. Closes: #261142.
738
739  -- Matthias Klose <doko@debian.org>  Tue, 27 Jul 2004 21:23:42 +0200
740
741 bash (2.05b-2-22) unstable; urgency=low
742
743   * Brown paperbag ... Fix typo in bash-minimal's postinst.
744
745  -- Matthias Klose <doko@debian.org>  Tue, 20 Jul 2004 23:04:56 +0200
746
747 bash (2.05b-2-21) unstable; urgency=low
748
749   * Remove the pre-dependency on passwd.
750   * Explicitely check for the existance of /usr/sbin/add-shell.
751   * Reassign #257744 to debootstrap to correctly handle the installation.
752
753  -- Matthias Klose <doko@debian.org>  Mon, 19 Jul 2004 22:57:19 +0200
754
755 bash (2.05b-2-20) unstable; urgency=medium
756
757   * Make passwd a pre-dependency (closes: #257744).
758
759  -- Matthias Klose <doko@debian.org>  Sat, 17 Jul 2004 06:56:38 +0200
760
761 bash (2.05b-2-19) unstable; urgency=low
762
763   * Build using gcc, not gcc-3.4 (closes: #259208).
764
765  -- Matthias Klose <doko@debian.org>  Tue, 13 Jul 2004 21:25:28 +0200
766
767 bash (2.05b-2-18) unstable; urgency=low
768
769   * Tighten dependency on passwd (closes: #257717).
770   * Update to bash_completion 20040711 (v1.737).
771     - Fix mutt folder completion (closes: #248635).
772   * Fix tab completion on relative path directories (closes: #189006).
773   * Modify lib/malloc/malloc.c to make it compile with gcc-3.4 (Andreas
774     Jochens). Closes: #258456.
775
776  -- Matthias Klose <doko@debian.org>  Tue, 13 Jul 2004 06:15:46 +0200
777
778 bash (2.05b-2-17) unstable; urgency=low
779
780   * Add dependencies on passwd (closes: #257630).
781
782  -- Matthias Klose <doko@debian.org>  Sun,  4 Jul 2004 22:56:17 +0200
783
784 bash (2.05b-2-16) unstable; urgency=low
785
786   * Handle shells using add-shell/remove-shell (closes: #254476).
787   * Update to bash_completion 20040704 (v1.731).
788     - Add autocompletion for dpkg -P, --purge (closes: #241042, #249934).
789     - Fix mutt folder completion (closes: #248635).
790     - Add autossh to ssh completions (closes: #252090).
791     - Emacs completion does not discard .tar* archives (closes: #252347).
792     - Add MS filename extensions to OpenOffice (closes: #252635).
793     - Add completion for tar.Z files (closes: #254896).
794     - Fix problems with sed-4.1 (closes: #256000).
795     - Fix dpkg completion with multiple arguments (closes: #257544).
796   * Fix formatting in bash(1). Closes: #248344.
797
798  -- Matthias Klose <doko@debian.org>  Sun,  4 Jul 2004 16:07:24 +0200
799
800 bash (2.05b-2-15) unstable; urgency=low
801
802   * Fix a bug that caused a leading `-' in the shell's name to cause it to
803     not be recognized as a restricted shell (closes: #170298).
804   * Fix option in menu file (closes: #162152).
805   * Backout patches/random patch (closes: #242111).
806   * Update to bash_completion 20040331 (v1.700).
807   * Update skeleton files and /etc/bash.bashrc to include the contents
808     of /etc/debian_chroot in the prompt, if the file exists.
809   * Add openoffice completions (closes: #244611).
810   * Remove ee (eeyes) completion (closes: #240668). eeyes isn't distributed
811     anymore.
812   * bash(1): Document ~/.bash_login and ~/.profile in FILES section.
813     Closes: #204766.
814   * Apply patch from http://www.savarese.org/posix/ to improve the mail
815     checking code so it won't check (and possibly cause an NFS file system
816     mount) until MAILPATH or MAIL is given a value. Closes: #211426.
817   * Add missing dependency in debian/rules (closes: #247413).
818
819  -- Matthias Klose <doko@debian.org>  Sat,  8 May 2004 18:36:41 +0200
820
821 bash (2.05b-2-14) unstable; urgency=low
822
823   * Add bash reference manual in PDF format (closes: #202849).
824   * Remove FAQ; the license doesn't allow modification (closes: #231157).
825   * debian/copyright: Name the copyright holders (closes: #233716).
826   * Update to bash_completion 20040214 (v1.690).
827     - Make xspec parsing immune to comments (closes: #226812).
828     - Another fix to sudo completion: "sudo completion is virtually
829       impossible to get right. It's just a question of choosing what
830       aspect of it is the least annoying to leave broken. :-("
831       Closes: #223094.
832     - xine can also complete on .asx files (closes: #231356).
833     - Speedup dpkg completion (closes: #232585).
834     - Fix chsh completion (closes: #232214).
835   * Disable the GNU/kFreeBSD kludge (--without-bash-malloc). Closes: #234137.
836
837  -- Matthias Klose <doko@debian.org>  Sun, 22 Feb 2004 13:31:03 +0100
838
839 bash (2.05b-2-13) unstable; urgency=medium
840
841   * Apply patch to speedup display of characters under multibyte locales.
842     Thanks to Denis Barbier. Closes: #197965.
843   * Update to bash_completion 20040101 (v1.672).
844     - Closes: #215030, #224981.
845     - Include completion for sitecopy in contrib directory (closes: #223294).
846   * Fix typo in man page (closes: #224477).
847   * Don't build bashdb anymore. Not ready for use. Closes: #224573, #224566.
848   * Document /etc/bash.bashrc in bash man page (closes: #216403).
849
850  -- Matthias Klose <doko@debian.org>  Sat, 24 Jan 2004 21:20:25 +0100
851
852 bash (2.05b-2-12) unstable; urgency=low
853
854   * Update to bash_completion 20031022 (v1.644).
855   * Fix "suspend" segfaults in non-interactive shells (closes: #217188).
856   * Rename bashdb's gud.el to gud-bashdb.el (closes: #220002).
857
858  -- Matthias Klose <doko@debian.org>  Mon, 10 Nov 2003 23:53:35 +0100
859
860 bash (2.05b-2-11) unstable; urgency=medium
861
862   * Tighten automake build dependency (closes: #215350).
863   * Add dependency line for bashdb (closes: #215634).
864   * /etc/skel/.bashrc: set xterm's title as we do for PS1 (closes: #176734).
865   * Remove build dependency on readline (closes: #215165).
866   * Update to bash_completion 20031007 (v1.630).
867
868  -- Matthias Klose <doko@debian.org>  Tue, 14 Oct 2003 20:37:23 +0200
869
870 bash (2.05b-2-10) unstable; urgency=low
871
872   * Update to bash_completion 20030911 (v1.624).
873
874  -- Matthias Klose <doko@debian.org>  Mon, 22 Sep 2003 11:43:39 +0200
875
876 bash (2.05b-2-9.1) unstable; urgency=low
877
878   * Added build dependency on texi2html (closes: #211151).
879   * Create site-lisp directory in bashdb target.
880
881  -- Herbert Xu <herbert@debian.org>  Thu, 18 Sep 2003 18:39:51 +1000
882
883 bash (2.05b-2-9) unstable; urgency=low
884
885   * Recompilation fixes segfaults in bash-static (closes: #205185).
886   * Build debugger enabled bash binary (bash-bashdb). Closes: #195877.
887   * Update to bash_completion 20030821 (v1.617). Closes: #203859, #205741.
888   * Adjust config.guess triplet for GNU/FreeBSD (closes: #194182).
889   * Fix package description (closes: #202344).
890
891  -- Matthias Klose <doko@debian.org>  Mon,  8 Sep 2003 23:34:50 +0200
892
893 bash (2.05b-2-8.1) unstable; urgency=low
894
895   * Fixed versioned dependency of bash-builtins (closes: #196421).
896   * Call dh_fixperms in bash-minimal.
897
898  -- Herbert Xu <herbert@debian.org>  Sat,  7 Jun 2003 12:44:18 +1000
899
900 bash (2.05b-2-8) unstable; urgency=low
901
902   * Apply upstream patches 005, 006, 007.
903     006 addresses the LSB 1.3 test suite failures (closes: #184888).
904     007 addresses ~ command working with UTF-8 locales (closes: #179946).
905   * Build a minimal shell in package bash-minimal (closes: #176164).
906     Sort of fix for reports complaining that /bin/sh does have
907     additional features compiled in (closes: #183185).
908   * Build a static shell in package bash-static (closes: #138089).
909   * Update to bash_completion 20030527 (v1.571) (closes: #167852, #171523,
910     #184738, #185711, #189535, #192282).
911   * /etc/skel.profile: Export MANPATH (commented out). Closes: #180717.
912   * Add menu entry for bash (closes: #187596).
913   *
914   * Install info docs as bashref.info, symlink to bash.info (closes: #174674).
915   * Fix segfault with builtin shift, no arguments and "shopt -s shift_verbose".
916     Closes: #159996.
917   * Update config.{sub,guess} (closes: #179737).
918   * Fix apt-cache search completion (closes: #184144).
919   * Configure --without-bash-malloc on GNU/FreeBSD (closes: #194182).
920
921  -- Matthias Klose <doko@debian.org>  Thu, 29 May 2003 17:00:53 +0200
922
923 bash (2.05b-7) unstable; urgency=medium
924
925   * Fix rbash man page (closes: #181248).
926   * On m68k-linux, bash is miscompiled using gcc-3.2 and gcc-snapshot.
927     Revert back to gcc-2.95.
928
929  -- Matthias Klose <doko@debian.org>  Fri, 28 Feb 2003 00:54:22 +0100
930
931 bash (2.05b-6) unstable; urgency=low
932
933   * First upload compiled using gcc-3.2 as the default compiler.
934   * Update to bash_completion 20030126 (v1.520) (closes: #168478, #145481,
935     #150628, #158039, #168700, #169232, #169586, #171161, #171420, #171523,
936     #173096, #177654).
937
938  -- Matthias Klose <doko@debian.org>  Mon, 27 Jan 2003 21:08:19 +0100
939
940 bash (2.05b-5) unstable; urgency=high
941
942   * Build-depend on bison-1.35 (closes: #167635).
943
944  -- Matthias Klose <doko@debian.org>  Mon,  4 Nov 2002 09:30:39 +0100
945
946 bash (2.05b-4) unstable; urgency=low
947
948   * Ignore *~ and *.bak files in /etc/bash_completion.d/ (closes: #161027).
949   * debian/patches/rl-mbutil.dpatch: Fix segfault in mbutil.c.
950   * Update to bash_completion 20021026 (v1.462) (closes: #161671, #162161,
951     #163096, #163097, #164890, #165937).
952   * Apply fix for debian/bash.preinst.c (closes: #162424).
953   * Avoid warning in s390 build (closes: #160731).
954   * /etc/skel.bashrc: Add commented example to set the `checkwinsize'
955     option (maybe closes: #161984).
956   * Install builtins manpage as bash-builtins(7), add an alternative
957     builtins(7) with priority 10 (closes: #166082).
958   * Fix typo in documentation of deprecated arithmethic expansion.
959     Closes: #161386.
960   * rl-8bit-init.dpatch: Apply (closes: #164809).
961   * README.Debian: Removed invalid entry about ssh (closes: #159754).
962
963  -- Matthias Klose <doko@debian.org>  Tue, 24 Sep 2002 12:40:35 +0200
964
965 bash (2.05b-3) unstable; urgency=low
966
967   * Apply upstream patch 003 (Fix completing executable names).
968     Closes: #155134, #159466.
969   * Apply upstream patch 004.
970   * Fix completion by TAB in quoted sequence(`...`) with Multibyte Locale.
971     Patch from Satoshi Koike (closes: #155436).
972   * Update to bash_completion 20020909 (v1.410) (closes: #154595, #155211,
973     #155706).
974   * Don't set umask in /etc/skel/.bash_profile (closes: #155973).
975   * Drop suggestion of grep-dctrl (closes: #156351).
976
977  -- Matthias Klose <doko@debian.org>  Fri,  9 Aug 2002 05:30:24 +0200
978
979 bash (2.05b-2) unstable; urgency=medium
980
981   * Apply upstream patches:
982     - Fix a command completion problem (closes: #154273).
983     - Fix a segfault (closes: #154123).
984     - Fix for repeating an edit in vi mode.
985   * Fix typo in /etc/skel/.bashrc (closes: #153856).
986   * Update to bash_completion 20020727 (v1.390) (closes: #148873, #153045).
987   * Install info docs in "Shells" section (closes: #154618).
988
989  -- Matthias Klose <doko@debian.org>  Fri,  2 Aug 2002 19:24:28 +0200
990
991 bash (2.05b-1) unstable; urgency=low
992
993   * New upstream version:
994     - Fixed a problem with process substitution that resulted in incorrect
995       behavior when the number of process substitutions in an individual
996       command approached 64 (closes: #149229).
997     - Added putenv, setenv, unsetenv to getenv replacement (closes: #149262).
998     - Fixed bug, where bash incorrectly reports failure to execute a script.
999       Closes: #126620, #140819.
1000     - Fixes an `out of memmory in pipe' error (closes: #134004).
1001     - Fixed a bug that could cause the -O expand_aliases invocation option
1002       to not take effect (closes: #122362).
1003     - New code to handle multibyte characters (obsoletes and closes: #25131,
1004       #118724).
1005     - Fixed the /= and %= arithmetic operators to catch division by zero.
1006       Closes: #148950.
1007     - Fixed abort in completion of absolute filenames (closes: #136625).
1008     - Fixed "declare -f"'s handling of here-documents (closes: #127452).
1009     - Documentation for `==' adds hint for POSIX compliance (closes: #137741).
1010     - Not reproducible anymore with new upstream version. Upstream regards
1011       these as fixed (closes: #142906, #143811, #144375).
1012     - Fix bug in `compgen -W' (closes: #143518).
1013     - Fix memory corruption error printing error message (closes: #145229).
1014     - Unreproducible with the new upstream version (closes: #135062).
1015     - Fixed a bug that caused a syntax error when a command was terminated by
1016       EOF (closes: #147258).
1017     - Fixed a problem which caused the display to be messed up when the last
1018       line of a multi-line prompt (possibly containing invisible characters)
1019       was longer than the screen width (closes: #137268).
1020     - The `home' and `end' keys are now bound to beginning-of-line and
1021       end-of-line, respectively, if the corresponding termcap capabilities
1022       are present (closes: #89026, #89034, #98029, #107453, #107897, #116943,
1023       #119491, #128687, #130029).
1024     - Fixed a bug that could cause the -O expand_aliases invocation option
1025       to not take effect (closes: 148505).
1026     - Bash now correctly honors setting LANG to some value when LC_ALL does not
1027       already have a value (closes: #145597).
1028     - The `unset' builtin no longer returns a failure status when asked to
1029       unset a previously-unset variable or function (closes: #98743).
1030     - Changes to make reading and writing the history file a little faster, and
1031       to cope with huge history files without calling abort(3) from xmalloc.
1032       Closes: #61006.
1033   * Fixed in earlier versions of bash:
1034     - Fixed a bug that caused SIGINT to kill shell scripts after the script
1035       called `wait' (closes: #14658).
1036     - Handling of ANSI sequences in PS1 (closes: #60914).
1037     - ctrl+z when running while-loop puts bash in broken state (closes: #98521).
1038   * Fix build error (closes: #151681).
1039   * bash suggests bash-doc (closes: #152353).
1040   * /etc/skel/.bashrc: Only enable color support for ls, when $TERM != dumb.
1041     Closes: #143361.
1042   * Report is missing any information. Bug submitter didn't respond.
1043     Closes: #130051.
1044   * Close a report for a sefault in bash-2.03, which cannot be reproduced
1045     anymore in newer versions (2.05) (closes: #58404).
1046   * Add the README.commands document to the doc directory. Reassign #106170
1047     to doc-linux-text.
1048   * Update to bash_completion 20020716 (v1.383) (closes: #145938).
1049
1050  -- Matthias Klose <doko@debian.org>  Fri, 19 Jul 2002 22:33:25 +0200
1051
1052 bash (2.05a-12) unstable; urgency=low
1053
1054   * Update to bash_completion 20020528 (v1.335) (closes: #141970, #142015,
1055     #142859, #144335, #146152, #146309, #146693).
1056     Put the the contributed completion files into /usr/share/doc.
1057   * Suggest grep-dctrl, which is called by the completion code. Added
1058     note to README.bash_completion, that the completion code depends on it.
1059     Closes: #146152.
1060   * Mention bash_completion in the package description (closes: #146878).
1061   * Fix brace expansion (Fix by Richard Kettlewell <rjk@greenend.org.uk>).
1062     Forwarded. Closes: #144983.
1063
1064  -- Matthias Klose <doko@debian.org>  Thu, 30 May 2002 23:50:40 +0200
1065
1066 bash (2.05a-11) unstable; urgency=medium
1067
1068   * Don't mishandle negative pid in `kill' builtin (closes: #133927, #137742).
1069   * builtins(1) doesn't document `for' (closes: #118755).
1070   * Add /usr/share/bash_completion directory to source package specific
1071     completion files.
1072   * Update to bash_completion 20020408 (v1.264).
1073     Closes: #133109, #139375, #139675, #134713, #141134.
1074   * Add completion to /etc/skel/.bashrc (commented out). Closes: #138921.
1075
1076  -- Matthias Klose <doko@debian.org>  Mon,  8 Apr 2002 20:51:41 +0200
1077
1078 bash (2.05a-10) unstable; urgency=medium
1079
1080   * Init seed of random generator in subshells (patch from Miha Tomsic).
1081   * Update to bash_completion 20020330 (v1.237).
1082     Closes: #138673, #138707, #139110 and #139675.
1083   * Strip bash(1) again (closes: #138902).
1084
1085  -- Matthias Klose <doko@debian.org>  Sun, 31 Mar 2002 08:08:26 +0200
1086
1087 bash (2.05a-9) unstable; urgency=low
1088
1089   * Fix bug reading /etc/bash_completion.d files.
1090
1091  -- Matthias Klose <doko@debian.org>  Sat, 16 Mar 2002 00:54:28 +0100
1092
1093 bash (2.05a-8) unstable; urgency=low
1094
1095   * A last bash_completion bug fix upload (updated to v1.195,
1096     see changelog.bash_completion.gz for details).
1097     All files in /etc/bash_completion.d are read before ~/.bash_completion
1098     is read. Files containing a dot are ignored.
1099     Included completion extensions (closes: #129661, #137725, #137732).
1100
1101  -- Matthias Klose <doko@debian.org>  Tue, 12 Mar 2002 23:25:21 +0100
1102
1103 bash (2.05a-7) unstable; urgency=low
1104
1105   * A bash_completion bug fix upload (updated to v1.180,
1106     see changelog.bash_completion.gz for details). Really closes: #133825.
1107
1108  -- Matthias Klose <doko@debian.org>  Thu,  7 Mar 2002 00:06:14 +0100
1109
1110 bash (2.05a-6) unstable; urgency=medium
1111
1112   * Configure --without-bash-malloc. At least on hppa, this fixes an error,
1113     which shows up when building gcc or kernels:
1114     malloc: /build/buildd/bash-2.05a/unwind_prot.c:284: assertion botched
1115     free: called with unallocated block argument
1116   * A bash_completion bug fix upload (updated to v1.163,
1117     see changelog.bash_completion.gz for details).
1118     Closes: #133111, #133112, #133116, #133825, #134296.
1119   * Updated service completion patch (Ian Macdonald).
1120
1121  -- Matthias Klose <doko@debian.org>  Sat,  2 Mar 2002 00:27:22 +0100
1122
1123 bash (2.05a-5) unstable; urgency=medium
1124
1125   * A bash_completion bug fix upload (updated to v1.93,
1126     see changelog.bash_completion.gz for details).
1127     Closes: #129106, #130167, #129033, #129228, #129451, #129884, #132309,
1128     #132529, #132552, #132553.
1129     Ian even added completion for Quake! Horrible ...
1130   * Include service completion patch.
1131   * README.bash_completion: Fix reference to /etc/bash.bashrc (closes: #129816).
1132
1133  -- Matthias Klose <doko@debian.org>  Wed,  6 Feb 2002 22:22:09 +0100
1134
1135 bash (2.05a-4) unstable; urgency=high
1136
1137   * Fix for causing a segmentation fault when some special shell variables
1138     are declared as array (therefore urgency high).
1139   * Apply patch for function prototypes (closes: #124004, #124362).
1140   * Capitalize `POSIX' in package description (closes: #124439).
1141   * Add (commented) setting of MANPATH to /etc/skel/.bash_profile
1142     (closes: #123792).
1143   * Update builtins(1) (closes: #125673).
1144   * Taken from the current upstream sources: Make the symlinked directory
1145     completion behavior introduced in readline-4.2a a user-settable option.
1146     If `mark-symlinked-directories' is set to `on', the symlinked directory
1147     completion behavior is disabled, and symlinks that point to directories
1148     have a slash appended.
1149   * Add a script for programmable bash completion (version 1.53) from
1150     http://www.caliban.org/bash/index.shtml#completion. Add commented
1151     code into /etc/bash.bashrc and (closes: #127645).
1152   * Install the changelog _and_ the CHANGES file to the doc dir.
1153   * bash(1): mention quoting when assigning to FIGNORE (closes: #115290).
1154
1155  -- Matthias Klose <doko@debian.org>  Sat, 12 Jan 2002 16:00:08 +0100
1156
1157 bash (2.05a-3) unstable; urgency=low
1158
1159   * Include version.h in /usr/include/bash (closes: #120069).
1160   * Link statically with readline and history to speed up link time
1161     (and was done in bash-2.03). Closes: #107160.
1162   * Add comment to set HISTCONTROL in /etc/skel/.bashrc (closes: #118132).
1163
1164  -- Matthias Klose <doko@debian.org>  Sat,  8 Dec 2001 12:29:28 +0100
1165
1166 bash (2.05a-2) unstable; urgency=high
1167
1168   * Update config.{sub,guess} from ftp://ftp.gnu.org/pub/gnu/config/.
1169
1170  -- Matthias Klose <doko@debian.org>  Fri, 16 Nov 2001 19:07:06 +0100
1171
1172 bash (2.05a-1) unstable; urgency=medium
1173
1174   * New upstream release.
1175   * This is mainly a bugfix and code cleanup release (as you can see
1176     from the version number as well). Fixes 64bit issues and index
1177     overflow errors. Fixes the following Debian reports:
1178     - Segmentation fault in script from report (closes: #119250).
1179     - Extensions to the printf command (closes: #72320).
1180     - Accept an empty list of items in a for loop (as ash does).
1181       Closes: #91983.
1182     - A bug that caused redirections with (...) subshells to be performed in
1183       the wrong order was fixed (closes: #97551).
1184     - Correctly handle errors from pipelines in andor lists (closes: #102196).
1185     - Subshells of login shells no longer source ~/.bash_logout when they exit
1186       (closes: #117701).
1187     - Don't pass unset shell variable in the environment (closes: #117673).
1188   * Upstream integrates the following Debian patches:
1189     - debian/patches/mailcheck.dpatch: check for mail in the maildir format.
1190     - debian/patches/gnu-source.dpatch: define GNU_SOURCE and include
1191       strsignal prototype.
1192     - Don't include -I/usr/include in CFLAGS.
1193     - debian/patches/print-cmd.dpatch: Fixed an unassigned variable problem
1194       in the redirection printing code.
1195     - debian/patches/64bit.dpatch: 64-bit uncleanliness.
1196   * Unable to reproduce behaviour with beta1, rc1 and final version from
1197     report (closes: #110483, #110484).
1198   * Point to the bash-doc package for example startup files (closes: #117642).
1199   * The man page is precises: comments start with a word beginning with a `#'.
1200     With '\ #', the doesn't start a word. Closes: #115118.
1201
1202  -- Matthias Klose <doko@debian.org>  Wed, 14 Nov 2001 22:13:21 +0100
1203
1204 bash (2.05a-0rc1) unstable; urgency=low
1205
1206   * New upstream (bugfix) release (release candidate).
1207   * Add README.abs-guide, a pointer to the `Advanced Bash Scripting Guide'.
1208
1209  -- Matthias Klose <doko@debian.org>  Fri,  2 Nov 2001 10:59:11 +0100
1210
1211 bash (2.05a-0beta1) unstable; urgency=low
1212
1213   * New upstream (bugfix) release.
1214   * Configured with --enable-largefile.
1215   * Bugs fixed in this version. Closes: #72320, #91983, #97551, #102196,
1216     #105231, #110483, #110484.
1217   * Remove debian/patches/mailcheck.dpatch, included upstream.
1218   * Closes: #61006. Logging history commands in the history cannot work.
1219   * Not a bug (closes: #100743, #110604).
1220
1221  -- Matthias Klose <doko@debian.org>  Thu, 11 Oct 2001 23:05:20 +0200
1222
1223 bash (2.05-10) unstable; urgency=medium
1224
1225   * Rebuild with released libreadline library (closes: #113182).
1226
1227  -- Matthias Klose <doko@debian.org>  Sun, 23 Sep 2001 01:16:48 +0200
1228
1229 bash (2.05-9) unstable; urgency=medium
1230
1231   * Remove files left from test build (closes: #110307, #109807).
1232   * Apply patches from reports (closes: #110275, #110276).
1233   * Fix include of rbash man page (closes: #113111).
1234
1235  -- Matthias Klose <doko@debian.org>  Sat, 22 Sep 2001 11:26:44 +0200
1236
1237 bash (2.05-8) unstable; urgency=low
1238
1239   * Apply patch (Eric Gillespie) to define GNU_SOURCE and include
1240     strsignal prototype (closes: #109807).
1241   * Fix include of builtins man page (closes: #109917).
1242
1243  -- Matthias Klose <doko@debian.org>  Sun, 26 Aug 2001 08:35:47 +0200
1244
1245 bash (2.05-7) unstable; urgency=high
1246
1247   * Remove config.{cache,status} from source package (#107679).
1248     (high urgency for hurd).
1249   * /etc/skel/.bashrc: Fix dircolors invocation (closes: #107373).
1250     Add commented code to set xterm's title to the prompt.
1251
1252  -- Matthias Klose <doko@debian.org>  Mon,  6 Aug 2001 23:33:41 +0200
1253
1254 bash (2.05-6) unstable; urgency=low
1255
1256   * Apply upstream patches p5, p6.
1257   * Include missing header files in builtins package (closes: #105302).
1258   * Don't list names of built-in commands in NAME section of builtins(1).
1259     (closes: #99532).
1260   * Document deprecated syntax of arithmetic evaluation (closes: #94266,
1261     #95502).
1262   * README.Debian: Document unsetting of SSH_CLIENT (closes: #88032).
1263
1264  -- Matthias Klose <doko@debian.org>  Sat, 21 Jul 2001 18:41:10 +0200
1265
1266 bash (2.05-5) unstable; urgency=low
1267
1268   * The behavior of range specificiers within bracket matching expressions
1269     in the pattern matcher (e.g., [A-Z]) depends on the current locale,
1270     specifically the value of the LC_COLLATE environment variable.
1271     See /usr/share/doc/COMPAT.gz, 14. Closes #95285.
1272   * Tagging reports as 'wontfix' and closing reports:
1273     - exit status of pipes (#7047, #10494).
1274     - completion behaviour on ':' (#78991).
1275     - */text* completion (#21645).
1276   * Documentation of command hashing is documented (#76135).
1277
1278  -- Matthias Klose <doko@debian.org>  Thu, 26 Apr 2001 09:03:37 +0200
1279
1280 bash (2.05-4) unstable; urgency=low
1281
1282   * Apply upstream patches p1-p4 (closes #92455).
1283   * Fixed in bash-2.05-alpha1: closes #47588.
1284
1285  -- Matthias Klose <doko@debian.org>  Wed, 25 Apr 2001 19:32:36 +0200
1286
1287 bash (2.05-3) unstable; urgency=low
1288
1289   * Add 'Replaces: bash-doc (<= 2.05-1)' (closes: #93799).
1290
1291  -- Matthias Klose <doko@debian.org>  Fri, 13 Apr 2001 01:15:19 +0200
1292
1293 bash (2.05-2) unstable; urgency=medium
1294
1295   * Tighten build dependency (fixes #93509). Only an issue for upgrades
1296     from bash-2.05-0, therefore urgency=medium.
1297   * Remove changelog from bash package (also in bash-doc). Reported as
1298     #93446, #93454, #93455.
1299   * Fixed in bash-2.04, wrong example in report (#33822).
1300   * Documented behaviour (ulimit, #72898).
1301   * Use of redirection for #92324.
1302   * sed, awk, ... builtins should be provided by the specific package.
1303     there are other ways to make system scripts faster (ash, perl,
1304     python, ...) (#61648).
1305   * Unable to reproduce #34977 submitted for version 2.02.1, bug submitter
1306     didn't respond to inquiries. Closing ...
1307   * http://metalab.unc.edu/pub/Linux/docs/HOWTO/other-formats/html_single/Text-Terminal-HOWTO.html
1308     as explanation for C-s behaviour (#68387, not sure why I missed this
1309     for so long).
1310   * Part one of the report is Posix.2 behaviour; part 2 (cd-ing relatively
1311     from a subdirectory into a specified root-level directory) already
1312     fixed in bash-2.04. #65316.
1313   * Closing #13645. "The `-l' option should never have been documented, and it
1314     was a mistake to include it in the first place -- it screws up the grammar.
1315     Old Bourne shells and test commands had it because there was no other
1316     way to find the length of a variable's value.  Since bash has
1317     ${#variable}, there's no need for it.  POSIX.2 says, in the rationale,
1318     that implementation is irregular and that the shell supports it directly
1319   * Unable to reproduce #19211 submitted for version 2.01 in current
1320     versions (2.04, 2.05).
1321   * Close #2301, safe creation of temp files is documented in bash(1):
1322     "If the redirection operator is >, and the noclobber option to the set
1323     builtin has been enabled, the redirection will fail if the file whose
1324     name results from the expansion of word exists and is a regular file.
1325     If the redirection operator is >|, or the redirection operator is > and
1326     the noclobber option to the set builtin command is not enabled, the
1327     redirection is attempted even if the file named by word exists."
1328   * Fixed upstream in 2.05: #84743.
1329   * #76596: Bourne-style shells have always accepted multiple directory name
1330     arguments to cd.  If the user doesn't like it, have him define a shell
1331     function (see README.Debian).
1332   * bash already has enabled the system wide /etc/bash.bashrc (#82117).
1333   * #88223: Starting bash with --posix, or -o posix, or as `sh', does make
1334     the entire bash session posix-compliant (with the caveats noted in the
1335     info manual).  Posix-compliant does not mean `behaves exactly like
1336     historical versions of sh', nor does it mean `does only what is in
1337     the standard and nothing more'.
1338
1339     Posix says nothing about brace expansion, so whether or not bash does
1340     brace expansion in posix mode has no bearing on posix compliance.
1341
1342     If you don't want brace expansion, use `set +o braceexpand' or
1343     `set +B' or start bash with the `+B' option.
1344
1345   * Lower temporarily severity of #92455, so that this version can move
1346     to testing. This bug exists in 2.04 as well, so we don't make things
1347     worse.
1348   * Apply upstream patch 1.
1349
1350  -- Matthias Klose <doko@debian.org>  Mon,  9 Apr 2001 23:29:24 +0200
1351
1352 bash (2.05-1) unstable; urgency=low
1353
1354   * New upstream release.
1355   * /etc/skel/.bashrc: fix alias (#92440).
1356
1357  -- Matthias Klose <doko@debian.org>  Mon,  9 Apr 2001 18:24:10 +0200
1358
1359 bash (2.05-0beta2) unstable; urgency=low
1360
1361   * New upstream release 2.05-beta2.
1362   * Fixed upstream: #85234.
1363
1364  -- Matthias Klose <doko@debian.org>  Thu, 29 Mar 2001 23:57:12 +0200
1365
1366 bash (2.05-0beta1) unstable; urgency=low
1367
1368   * New upstream release 2.05-beta1.
1369   * Fixed upstream: #66891, #67519, #68931, #72898, #75104, #75315, #75957,
1370     #76603, #84906.
1371     Reverted behaviour: #60375, #75540.
1372   * /etc/skel/.bash_logout: Removed. Submitted bug report to util-linux.
1373     Fixes #63025, #72327, #83609.
1374   * Depend on makeinfo (fixes #87688).
1375
1376  -- Matthias Klose <doko@debian.org>  Tue,  6 Feb 2001 18:46:40 +0100
1377
1378 bash (2.05-0alpha) unstable; urgency=low
1379
1380   * New upstream release.
1381
1382  -- Matthias Klose <doko@debian.org>  Sun, 26 Nov 2000 17:32:16 +0100
1383
1384 bash (2.04-9) unstable; urgency=low
1385
1386   * Fix build bug.
1387
1388  -- Matthias Klose <doko@debian.org>  Mon, 20 Nov 2000 23:35:03 +0100
1389
1390 bash (2.04-8) unstable; urgency=low
1391
1392   * debian/control: Add bison to Build-Depends (fixes #73667).
1393   * debian/rules: Add config.h to bash-builtins package (fixes #69802).
1394     Strip bash binary (fixes #71252).
1395
1396  -- Matthias Klose <doko@debian.org>  Sat, 18 Nov 2000 14:01:54 +0100
1397
1398 bash (2.04-7) unstable; urgency=low
1399
1400   * debian/skel.bash_logout: Fix to clear all ttys (fixes #67772).
1401   * debian/skel.bash_profile: Fix to include expanded ~/bin in path
1402     (fixes #67714).
1403   * Fix builtins.1 include (fixes #67094, #70007, #71848).
1404   * debian/README.Debian: Document that bash is compiled with
1405     -DSYS_BASHRC (fixes #66939).
1406   * Fix hsuser doc (fixes #69392).
1407
1408  -- Matthias Klose <doko@debian.org>  Mon,  2 Oct 2000 01:26:45 +0200
1409
1410 bash (2.04-6) unstable; urgency=low
1411
1412   * debian/skel.bash_profile: Clarify where to look for for example files
1413     (package bash-doc). Fixes #64311.
1414   * debian/README.Debian: Explain, why bash is configured without
1415     '--enable-net-redirections' (fixes #66352).
1416
1417  -- Matthias Klose <doko@debian.org>  Wed, 28 Jun 2000 19:47:25 +0200
1418
1419 bash (2.04-5) unstable; urgency=low
1420
1421   * debian/patches/alpha-unwind.dpatch: Patch from "Mikolaj J. Habryn"
1422     <fe78734e@eris.rcpt.to>. Should fix #62170, #62690, #65053.
1423   * debian/rules: Configure with --disable-net-redirections (as suggested
1424     in #65172). The patch submitted in the report can be found in
1425     debian/patches/tcp-udp-service-names.dpatch.
1426   * debian/patches/getcwd-error: Fix error message for two levels of
1427     unreadable directories (#64659).
1428
1429  -- Matthias Klose <doko@debian.org>  Mon,  5 Jun 2000 05:59:59 +0200
1430
1431 bash (2.04-4) unstable; urgency=low
1432
1433   * debian/patches/p[5-7].dpatch: Upstream patches.
1434
1435  -- Matthias Klose <doko@debian.org>  Wed,  3 May 2000 01:05:23 +0200
1436
1437 bash (2.04-3) unstable; urgency=low
1438
1439   * debian/patches/p[1-4].dpatch: Upstream patches.
1440   * debian/bash.preinst.c: s/MAX_PATH/PATH_MAX/g (fixes #62323).
1441
1442  -- Matthias Klose <doko@debian.org>  Wed, 26 Apr 2000 19:53:16 +0200
1443
1444 bash (2.04-2) unstable; urgency=low
1445
1446   * debian/patches/pattern-operator.dpatch: Fix pattern operator bug.
1447   * debian/README.Debian: Add FAQ how to get rid off beeps for ambiguous
1448     completions (fixes #59550).
1449
1450  -- Matthias Klose <doko@debian.org>  Sat,  8 Apr 2000 22:06:34 +0200
1451
1452 bash (2.04-1) unstable; urgency=low
1453
1454   * Final release.
1455   * Don't strip bash (debugging #58404 ...).
1456
1457  -- Matthias Klose <doko@debian.org>  Mon, 20 Mar 2000 19:37:44 +0100
1458
1459 bash (2.04-0beta5db1) unstable; urgency=low
1460
1461   * New upstream version, beta 5, Debian build 1.
1462   * Remove six dpatch files with patches now integrated upstream.
1463   * Bugs fixed with this upstream version: #5703, #15165, #21363, #21901,
1464     #33900, #36652, #38804, #41916, #47179, #47990, #50353, #56209, #57544.
1465   * Compiled with NON_INTERACTIVE_LOGIN_SHELLS to run the startup files when
1466     not in posix mode. Fixes #11938, #14287, #25245.
1467   * Still in this version: #27090.
1468   * The `-l' option to test is not included by intent (fixes #13645).
1469     Comment from upstream: "The `-l' option should never have been documented,
1470     and it was a mistake to include it in the first place -- it screws up the
1471     grammar. Old Bourne shells and test commands had it because there was no
1472     other way to find the length of a variable's value.  Since bash has
1473     ${#variable}, there's no need for it.  POSIX.2 says, in the rationale,
1474     that implementation is irregular and that the shell supports it directly.
1475   * Report #26720: perl -e 'print ":;" x 100000' > foo; . ./foo   dumps core.
1476     Comment from upstream: This is not a bash bug; it is a process resource
1477     problem.  The default resource limit for stack size is 8M on my version of
1478     Linux. The call tree created by the parser for the script (100000 calls
1479     to `:') is 99999 nodes deep, and requires that many recursive calls to the
1480     command execution routines.  This overflows the stack, and bash segfaults.
1481     I couldn't reproduce it anywhere but Linux, because the machines I tested
1482     on all have reasonable default stack sizes.  Raising the limit to 16M is
1483     sufficient to cause the script to run successfully (I didn't try anything
1484     between 8M and 16M).
1485   * Report #30460: redirection is different from standard: bash --posix
1486     $ mkdir foo; cd foo; echo anything goes > "this file"
1487     $ for f in *; do tr ay \ o < $f | cat; done
1488     sh: $f: ambiguous redirect
1489     This is POSIX.2 behaviour.
1490   * debian/bash.preinst.c: Check if /bin/sh points to something other than
1491     bash and is not diverted and point to README.Debian how to divert
1492     a file (fixes #34717, #45656).
1493   * debian/patches/random.dpatch: Fix bug in patch (closes #38804).
1494   * debian/README.Debian: Commented behaviour from report #50853.
1495
1496  -- Matthias Klose <doko@debian.org>  Thu, 24 Feb 2000 19:34:10 +0100
1497
1498 bash (2.03-6) frozen unstable; urgency=medium
1499
1500   * debian/bash.preinst.c: Evil kludge, deal with arbitrary name lengths
1501     (fixes #54876).
1502   * Apply NMU (fixes #55887).
1503   * debian/rules: Install debian/bash.conffiles (fixes #57963, #58541).
1504
1505  -- Matthias Klose <doko@debian.org>  Sun, 20 Feb 2000 19:50:48 +0100
1506
1507 bash (2.03-5.1) unstable; urgency=low
1508
1509   * debian/patches/job-control-segfault.dpatch: Patch from Eric Weigel
1510     <ericw@bestnet.org>.  Closes: #55887
1511
1512  -- Adam Heath <doogie@debian.org>  Sat, 22 Jan 2000 15:10:50 -0600
1513
1514 bash (2.03-5) unstable; urgency=low
1515
1516   * Update rl.ctrl-char patch from Dan Jacobowitz.
1517     Fixes #54805, #54639, #54612.
1518   * Add autoconf to Build-Depends (finally, Roman ...)
1519
1520  -- Matthias Klose <doko@debian.org>  Tue, 11 Jan 2000 20:50:31 +0100
1521
1522 bash (2.03-4) unstable; urgency=low
1523
1524   * debian/control: Fix build dependencies (fixes #52777).
1525   * debian/rules: Cleanup.
1526   * debian/patches/rl-ctrl-char.dpatch: Don't assume char is signed by
1527     default (fixes #53252).
1528   * Build with libncurses5-dev (fixes #54165).
1529   * Fix changelog symlink in bash-doc package (fixes #54240).
1530   * debian/README.Debian: Add paragraph for writing prompts.
1531   * debian/README.Debian: Add paragraph about hashing of moved commands
1532     (and closing #36877).
1533   * Install more verbose skeleton files (closes #39728).
1534   * The `-l' option to test is not included by intent (fixes #13645).
1535     Comment from upstream: "The `-l' option should never have been documented,
1536     and it was a mistake to include it in the first place -- it screws up the
1537     grammar. Old Bourne shells and test commands had it because there was no
1538     other way to find the length of a variable's value.  Since bash has
1539     ${#variable}, there's no need for it.  POSIX.2 says, in the rationale,
1540     that implementation is irregular and that the shell supports it directly.
1541   * Report #26720: perl -e 'print ":;" x 100000' > foo; . ./foo   dumps core.
1542     Comment from upstream: This is not a bash bug; it is a process resource
1543     problem.  The default resource limit for stack size is 8M on my version of
1544     Linux. The call tree created by the parser for the script (100000 calls
1545     to `:') is 99999 nodes deep, and requires that many recursive calls to the
1546     command execution routines.  This overflows the stack, and bash segfaults.
1547     I couldn't reproduce it anywhere but Linux, because the machines I tested
1548     on all have reasonable default stack sizes.  Raising the limit to 16M is
1549     sufficient to cause the script to run successfully (I didn't try anything
1550     between 8M and 16M).
1551   * Report #30460: redirection is different from standard: bash --posix
1552     $ mkdir foo; cd foo; echo anything goes > "this file"
1553     $ for f in *; do tr ay \ o < $f | cat; done
1554     sh: $f: ambiguous redirect
1555     This is POSIX.2 behaviour.
1556   * debian/bash.preinst.c: Check if /bin/sh points to something other than
1557     bash and is not diverted and point to README.Debian how to divert
1558     a file (fixes #34717, #45656).
1559
1560  -- Matthias Klose <doko@debian.org>  Fri,  7 Jan 2000 07:19:00 +0100
1561
1562 bash (2.03-3) unstable; urgency=low
1563
1564   * Moved /etc/profile to base-files package (closes #52987).
1565   * debian/skel.bash_profile: Use umask 022 as in debian/etc.profile
1566     (closes #53020).
1567   * debian/patches/secure-build.dpatch: Build bash without using guessable
1568     file names in /tmp (closes #36027).
1569   * debian/patches/bashbug-editor.dpatch: Use editor command, not emacs
1570     (closes #32576, #32577).
1571   * Fixed in 2.03 or before: #16013, #20455, #30803 (according to upstream
1572     author, bug submitter does not respond).
1573   * #44015 not a bug. Bash is more liberal than POSIX specifies, but function
1574     names that are not identifiers is something that may go away in the future.
1575   * #40242 not a bug: Non-interactive bash shells have always unset PS1,
1576     so scripts and so on can test for it.
1577   * Report #21645: */text* completion doesn't work anymore. According to the
1578     upstream author, this feature was removed in bash-2.01.1.  The TAB
1579     completion only succeeds with globbing characters if there is a single
1580     completion.  It caused too many problems otherwise.
1581   * Define DONT_REPORT_SIGPIPE: We don't want to see `Broken pipe' messages
1582     when a job like `cat jobs.c | exit 1' is executed. Fixes part of #7047,
1583     #10259, #10433 and #10494. Comment from the upstream author: "The default
1584     bash behavior with respect to the exit status of a pipeline will not
1585     change.  Changing it as suggested in the discussion of #10494 would render
1586     bash incompatible with every other shell out there.". Closed these reports.
1587   * debian/etc.bash.bashrc: Set checkwinsize.
1588
1589  -- Matthias Klose <doko@debian.org>  Sun, 19 Dec 1999 15:58:43 +0100
1590
1591 bash (2.03-2) unstable; urgency=low
1592
1593   * Apply privmode patch (do not drop privileges, if called as /sh.
1594     Closes #52586).
1595
1596  -- Matthias Klose <doko@debian.org>  Mon, 13 Dec 1999 22:25:22 +0100
1597
1598 bash (2.03-1) unstable; urgency=low
1599
1600   * New maintainer.
1601   * New upstream version (closes: #34077, #35642, #46916). For a terse
1602     description of new features and bug fixes see /usr/share/doc/bash/NEWS.gz.
1603   * Fixed in upstream release (closes: #14229, #16856, #21363, #22498, #28849,
1604     #29863, #37971, #38411, #40930, #49702). #37971 either here or in libc6.
1605     #30803.
1606   * Separate out documentation and examples to bash-doc package.
1607   * Do not build shared readline libs from this source. According to the
1608     upstream author: "It's not appropriate to build shared libraries from
1609     the readline shipped with bash.  That is designed to be linked directly
1610     into bash."
1611   * Link statically with included libreadline. It's intended, because
1612     potato does not have a libreadline4 yet. Wait for bash-2.04 and
1613     it's version of libreadline.
1614   * debian/README.Debian: Sort of FAQ suggested by Guy Maor.
1615   * debian/copyright: Updated URL.
1616   * debian/rules: Introduced some variables for packages and directories.
1617   * debian/control: Updated package names. Add Build-Depends.
1618   * Point to /usr/doc/share in man pages (rbash.1, builtins.1).
1619   * Make /usr/doc compatibility links (all but libreadline.postinst, which
1620     is a C file).
1621   * debian/patches/conf-update.dpatch: New config files from automake
1622     (closes #33745).
1623   * debian/patches/bashbug-editor.dpatch: Use EDITOR variable
1624     (closes #32576, #32577).
1625   * debian/etc.profile: Fixed comment that /etc/profile is used for Bourne
1626     shell and Bourne compatible shells (closes: #3459).
1627   * debian/patches/tempnam.dpatch: Applied patch from report #35975
1628     (closes: #35975).
1629   * bash is not responsible for setting $USER in login shells (closes: #36103).
1630   * Compile with -DSYS_BASHRC defined. /etc/bash.bashrc is empty by default
1631     (closes #27055).
1632   * Fixed with boot-floppies 2.1.3 (closes: #22517).
1633   * debian/patches/mailcheck.dpatch: Add maildir support. Patch from
1634     Miquel van Smoorenburg <miquels@cistron.nl> (closes #38794).
1635   * Patches from NMU are applied (should close #43096).
1636   * debian/control: Make builtins depend on source version of bash.
1637   * Build for i386, not i486.
1638   * Report #28811: "dpkg segfaults trying to install bash. Logging in then
1639     produces segfault. Still having to run 2.00.0(1)". Not reproducable.
1640   * Report #15165: "If the last command in the pipeline is killed by a signal,
1641     bash does not report it even though $? contains the correct value".
1642     Not reproducable.
1643   * Report #21645: "If you type `rm */text*<TAB>', previous versions would
1644     complete text given that they're under the same directory. 2.01.1-1
1645     doesn't do that anymore.". Not documented anywhere. It seems, this was
1646     a bug disguised as a feature ;-)
1647   * Report #36027: "During compiling bash package, files with hardcoded names
1648     are created in /tmp. In a malicious multi-user environment, this allows
1649     attacks to the user's files and possibly allow creating trojan packages.
1650     If the compiling user is root...".
1651     Submitter cannot be reached. autoconf/automake issues? Reassign to general?
1652   * Report #16700: "bash terminated when I asked it "mailq -v", while in an
1653     xterm, with a sysload of approx 1"; not reproducable. Submitter offers
1654     core file.
1655   * Report #37637: Not reproduceable (should close #37637).
1656   * Report #37275: A dpkg error? Or just another reason to completely link
1657     bash statically?
1658   * Report #34978, #42858: The prerm now is a binary pragram.
1659     #34977 as well? #36016 (patch)?
1660   * Report #43737: Non bug. Behaviour changed from 1.4 to 2.0 (closes: #43737).
1661   * Report #36459: Non bug (closes #36459).
1662   * Report #19211: Wanted behaviour?
1663   * Report #11938: The included patch is applied upstream (closes: #11938).
1664   * Report #10699, #45656: Todo: See #34717 ...
1665   * Report #35127: Apply included patch. TODO: test and forward upstream.
1666   * Report #41082: Obsoleted patches (closes: #35130, #41802).
1667   * Reports tested and still in this version (should be forwarded ...):
1668     #2301, #21901, #26619, #26720, #27090, #30460, #33900, #34833,
1669     #36877
1670     #38804, #41916 (update docs?),
1671     #46901, #47990.
1672   * Report #47849: You *must* reset OPTIND to 1 before reusing getopts.
1673   * Report #45841: This is a POSIX.2/XPG5 requirement.
1674   * Report #35979, #45379: set -e works on simple commands only.
1675     (command) is not a simple command.
1676   * Report #38244: -x and -v and all of the rest of the options are documented
1677     in the `set' builtin section.  The OPTIONS section of the man page refers
1678     to `set'.
1679   * Report #37654: When in a pipeline, `tty' prints `not a tty'.  This is why
1680     grep is looking for `not' in file `a'.  Try `w | echo $(tty)'.
1681   * Report #33822: This is a locale problem.  The de_DE locale gives lower case
1682     and upper case letters the same collating weight.  POSIX.2 warns that
1683     range expressions are not portable across locales.
1684   * Report #28789, #22291: resizing xterm bash doesn' t update window limits.
1685     Use `shopt -s checkwinsize'. (closes: #28789, #22291).
1686   * Report #39728: Suggestion to add something to /etc/skel files. A matter
1687     of taste. Added comments where to find `fancy' startup files.
1688
1689   * Work needed: #33822 (huh?), #42916 and #44015 (update docs, dashs in
1690     identifiers).
1691
1692   * Not tested: (#7047, #10259, #10433, #10494), #14287 (how to test?),
1693     #14658 (how to test?), #16013, #16797, #20455 (alpha arch), #20821,
1694     #22632, #26571, #29610, #35994 (powerpc arch),
1695     #36652, #40242, #47179.
1696
1697  -- Matthias Klose <doko@debian.org>  Sat,  4 Dec 1999 17:03:47 +0100
1698
1699 bash (2.02.1-1.8) unstable; urgency=low
1700
1701   * Applied Anthonies patch and recompiled as the libc5 version did
1702     not compile for him (closes: #34717, #43050, #43096, #10699).
1703   * Bumped the version number of libreadline and recompiled,
1704     hopefully in time before the dinstall run ;)
1705
1706  -- Torsten Landschoff <torsten@debian.org>  Sat, 18 Sep 1999 19:26:20 +0200
1707
1708 bash (2.02.1-1.7) unstable; urgency=low
1709
1710   * Non-maintainer release.
1711   * Make bash not Pre-Depend on itself. That is, make bash's preinst
1712     something other than a /bin/sh script; in this case a reasonably
1713     simple binary.
1714   * Remove /bin/sh from the .deb, and reinstate it in the postinst if
1715     it's not already present. Hence make the postinst a /bin/bash script
1716     instead of a /bin/sh script.
1717
1718  -- Anthony Towns <ajt@debian.org>  Sat, 28 Aug 1999 01:09:08 +1000
1719
1720 bash (2.02.1-1.6) unstable; urgency=low
1721
1722   * Non-maintainer release.
1723   * Link bash statically with libreadline. Closes: #42858.
1724
1725  -- Thomas Quinot <thomas@debian.org>  Fri, 13 Aug 1999 21:47:35 +0200
1726
1727 bash (2.02.1-1.5) unstable; urgency=low
1728
1729   * Non-maintainer release.
1730   * Updated to standards version 3.0.0.
1731   * Fixed dependency on libreadlineg2. Closes: #35130, #39280, #41802.
1732
1733  -- Thomas Quinot <thomas@debian.org>  Thu, 29 Jul 1999 13:05:26 +0200
1734
1735 bash (2.02.1-1.4) unstable; urgency=low
1736
1737   * Non-maintainer release.
1738   * Make libreadlineg2 conflict with bash (<< 2.02.1-1.2)
1739
1740  -- Joel Klecker <espy@debian.org>  Thu, 25 Mar 1999 09:40:39 -0800
1741
1742 bash (2.02.1-1.3) unstable; urgency=low
1743
1744   * Non-maintainer release.
1745   * Recompile against ncurses 4.2-3.2 for versioned dependency.
1746   * Add (>= 2.1-13.1) depend to readline shlibs.
1747
1748  -- Joel Klecker <espy@debian.org>  Thu, 18 Mar 1999 12:33:28 -0800
1749
1750 bash (2.02.1-1.2) unstable; urgency=low
1751
1752   * Non-maintainer release.
1753   * Recompile against glibc 2.1 for libreadline.
1754
1755  -- Joel Klecker <espy@debian.org>  Fri,  5 Mar 1999 09:36:54 -0800
1756
1757 bash (2.02.1-1.1) unstable; urgency=low
1758
1759   * Non-maintainer upload.
1760   * Replaced config.{sub,guess} with newer ones for ARM.
1761
1762  -- Jim Pick <jim@jimpick.com>  Mon, 22 Feb 1999 23:57:53 -0800
1763
1764 bash (2.02.1-1) unstable; urgency=low
1765
1766   * libreadline 2.1-13
1767   * Upstream upgrade, closes: #26582
1768   * Bugs fixed upstream: closes: #21511, #24004.
1769   * Rules, control fixes for hurd, powerpc, alpha closes: #29123, #29395,
1770     #24931, #31289.
1771   * Included paren-matching feature in readline, closes: #27707.
1772   * Removed convert-meta comment from etc/inputrc, closes: #23035.
1773   * Use system random instead of lousy builtin one, closes: #22104.
1774
1775  -- Guy Maor <maor@debian.org>  Mon, 15 Feb 1999 12:57:53 -0800
1776
1777 bash (2.01.1-4.1) unstable; urgency=low
1778
1779   * Non-maintainer upload.
1780   * libreadline 2.1-12
1781   * Rebuild with ncurses4.0 to avoid packages linked with libreadline
1782     depending on two versions of ncurses; reported by Martin Mitchell
1783     <martin@debian.org>. [#27762]
1784   * debian/rl.shlibs: bump versioned dependency to >= 2.1-12.
1785   * debian/rules (build): add --with-curses to avoid ever linking with
1786     termcap; reported by, ehm, Guy Maor <maor@debian.org>. [#25118]
1787
1788  -- James Troup <james@nocrew.org>  Tue, 20 Oct 1998 03:24:03 +0100
1789
1790 bash (2.01.1-3.1) frozen unstable; urgency=low
1791
1792   * Non-maintainer release.
1793   * Build with ncurses3.0-altdev, so libreadline2 doesn't depend on libc6.
1794   * Use <architecture>-linux instead of <arch>-debian-linux.
1795
1796  -- Joel Klecker <jk@espy.org>  Tue, 14 July 1998 16:26:43 -0700
1797
1798 bash (2.01.1-3) unstable frozen; urgency=medium
1799
1800   * libreadline 2.1-10
1801   * Make libreadlineg2's postinst a c program, like libreadline2.
1802   * Check return code from tempfile in bashbug, closes: #22349.
1803   * glibc 2.1 patch, closes #22532.
1804   * remove . from /etc/profile PATH, closes #22738.
1805
1806  -- Guy Maor <maor@ece.utexas.edu>  Mon, 25 May 1998 22:41:06 -0700
1807
1808 bash (2.01.1-2) unstable frozen; urgency=high
1809
1810   * libreadline 2.1-9.
1811   * Predepend on libreadlineg2 >= 2.1-8, closes: #20572.
1812
1813  -- Guy Maor <maor@ece.utexas.edu>  Wed,  8 Apr 1998 01:07:10 -0700
1814
1815 bash (2.01.1-1) frozen unstable; urgency=low
1816
1817   * libreadline 2.1-8.
1818   * Upstream upgrade, closes: #13762, #14446, #18296.
1819   * Fixed /etc/inputrc, closes: #19745, #19075, #13643, #18004, #17256,
1820     #15345, #14672, #15213, #15345, #15638, #18004, #16797, #15638, #19241.
1821   * Applied patch to read End, Delete, closes: #20053.
1822   * Don't build libc5 packages on alpha & powerpc, closes: #13761, #15538,
1823     #15829.
1824   * Add sh(1) - symlink to bash(1), close: #15659.
1825   * Fix unsafe requests in rbash(1), builtins(1), closes: #19086.
1826   * bashbug uses tempfile, closes: #19781.
1827   * fixed fc -l segfault, closes: #13726.
1828
1829  -- Guy Maor <maor@ece.utexas.edu>  Sat, 28 Mar 1998 19:34:15 -0800
1830
1831 bash (2.01-5) unstable; urgency=low
1832
1833   * libreadline 2.1-7
1834   * libreadline tries INPUTRC if it's set, else _both_ /etc/inputrc and
1835     ~/.inputrc
1836   * A better /etc/inputrc.
1837
1838  -- Guy Maor <maor@ece.utexas.edu>  Thu, 25 Sep 1997 11:38:41 -0500
1839
1840 bash (2.01-4) unstable; urgency=low
1841
1842   * libreadline 2.1-6
1843   * bash-builtin examples moved to correct place.
1844   * libreadline tries /etc/inputrc if ~/.inputrc doesn't exist.
1845   * set -a; set +a problem seems to be fixed (8390)
1846
1847  -- Guy Maor <maor@ece.utexas.edu>  Wed, 24 Sep 1997 14:36:02 -0500
1848
1849 bash (2.01-3) unstable; urgency=low
1850
1851   * libreadline 2.1-5
1852   * Bash depended on wrong version of libreadlineg2. (#12150, #12316)
1853   * Put current version in libreadlineg2 shlibs file.
1854   * Honor TMPDIR by using tempnam(3) (#9201).
1855
1856  -- Guy Maor <maor@ece.utexas.edu>  Sun, 24 Aug 1997 23:31:19 -0500
1857
1858 bash (2.01-2) unstable; urgency=low
1859
1860   * libreadline 2.1-4
1861   * Make bash predepend on libreadlineg2 (>=2.01-1) so as not to break
1862     systems which installed James's releases.
1863   * Fix references to shell runtime code in libreadline.so and libhistory.so.
1864   * Fix declare -p dumping core on empty temp variable (#12017).
1865   * make_quoted_replacement() checks for empty rl_filename_quote_characters
1866     (12051).
1867   * readline/readline.h - rl_dispatching should be extern (#11049).
1868   * Added libreadline2g-dbg.
1869
1870  -- Guy Maor <maor@ece.utexas.edu>  Sat, 16 Aug 1997 13:38:37 -0500
1871
1872 bash (2.01-1) unstable; urgency=low
1873
1874   * libreadline 2.1-3
1875   * Maintainer release of 2.01.  (2.01 fixes 3815, 4783, 7782, 8439, 10416,
1876     10598, 10604, 11806).
1877   * Cleaned and corrected rules, Makefiles, control files. (7580, 11406).
1878   * Reimplemented SHELL compile time as runtime check.  Backward compatible
1879     with old bash (10916).
1880   * Added rbash man page (8645).
1881   * ldconfig run in postinst, compiled as libc5 (10176)
1882   * :( set -a;set +a problem still there, but acts differently.
1883
1884  -- Guy Maor <maor@ece.utexas.edu>  Thu, 14 Aug 1997 15:35:23 -0500
1885
1886 bash (2.01-0.1) unstable; urgency=high
1887
1888   * libreadline 2.1-2.2
1889   * libreadline2 now has a preinst script which ensures that ld.so.1
1890     knows about /lib/libc5-compat and /usr/lib/libc5-compat.  Before this
1891     change, trying to install with a libc (< 5.4.23-4) broke bash.
1892   * libreadlineg2 no longer has version dependant shlibs file [#10742].
1893
1894  -- James Troup <jjtroup@comp.brad.ac.uk>  Mon, 23 Jun 1997 22:00:18 +0100
1895
1896 bash (2.01-0) unstable; urgency=medium
1897
1898   * libreadline 2.1-2.1
1899   * Non-maintainer release
1900   * New upstream version [#10416, #10598, #10604, #8390]
1901   * Rebuilt for glibc; now provides libreadline2g{,-dev} and
1902     libreadline2{,-altdev}.
1903   * Not all of Guy's changes are implemented, noticeably a security
1904     improvement in execute-cmds.c and his alteration of libreadline's
1905     compile time dependance on -DSHELL to run time dependance.
1906
1907  -- James Troup <jjtroup@comp.brad.ac.uk>  Thur, 19 June 1997 19:13:34 +0100
1908
1909 bash (2.0-3) unstable; urgency=medium
1910
1911   * libreadline 2.1-2
1912   * #include <sys/types.h> in general.h needed for alpha build (#7658)
1913   * Don't drop suid/sgid bits if invoked as sh (#7796)
1914   * Applied patch to fix time in for loop (#7436)
1915   * Split off bash-builtins with examples & necessary headers
1916   * Juggled libreadline2 documentation around (#7275)
1917
1918  -- Guy Maor <maor@ece.utexas.edu>  Mon, 10 Mar 1997 12:45:06 -0600
1919
1920 bash (2.0-2) unstable; urgency=low
1921
1922   * Added NEWS, COMPAT to /usr/doc/bash
1923
1924  -- Guy Maor <maor@ece.utexas.edu>  Fri, 7 Feb 1997 17:35:21 -0600
1925
1926 bash (2.0-1) unstable; urgency=low
1927
1928   * Upstream upgrade.
1929   * .bash_history created 600 by default.
1930   * Security improvements when creating files in /tmp
1931   * Reimplemented SHELL run-time check with backward 2.0 compatibility
1932
1933  -- Guy Maor <maor@ece.utexas.edu>  Wed, 29 Jan 1997 03:31:47 -0600
1934
1935 bash (1.14.7-2) frozen unstable; urgency=low
1936
1937   * libhistory.so had wrong soname (fixes bug 5381).
1938
1939  -- Guy Maor <maor@ece.utexas.edu>  Sat, 16 Nov 1996 11:07:08 -0600
1940
1941 bash (1.14.7-1) frozen unstable; urgency=low
1942
1943   * New upstream version converted to new source format.
1944     libreadline2, libreadline2-dev produced from bash source.
1945   * Made libreadline SHELL define into a runtime check with rl_shell,
1946     history_shell flags, 4 hooks.
1947   * echo checks write errors (fixes 818).
1948   * default unreadable .bash_history in /etc/skel (fixes 1549).
1949
1950  -- Guy Maor <maor@ece.utexas.edu>  Sat, 9 Nov 1996 05:07:31 -0600