[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted bash 3.0-1 (i386 source all)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 27 Jul 2004 21:23:42 +0200
Source: bash
Binary: bashdb bash-builtins bash bash-minimal bash-static bash-doc
Architecture: source i386 all
Version: 3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klose <doko@debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Description: 
 bash       - The GNU Bourne Again SHell
 bash-builtins - Bash loadable builtins - headers & examples
 bash-doc   - Documentation and examples for the The GNU Bourne Again SHell
 bash-minimal - The GNU Bourne Again SHell (minimal version)
 bash-static - The GNU Bourne Again SHell (static version)
Closes: 110969 152847 155134 155369 157954 160932 162773 162952 164134 165212 165533 167002 167003 168267 168318 168321 168331 170298 172971 173148 173588 173744 173854 174133 174744 176968 178828 180290 183352 186218 189006 193570 195116 197965 211426 211693 219958 224303 232653 249219 249657 251801 261142
Changes: 
 bash (3.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Bugs fixed in this release (and the alpha/beta releases and release
     candidates):
     - Fixed a bug that caused the prompt to overwrite previous output when the
       output doesn't contain a newline and the locale supports multibyte
       characters.  This same change fixes the problem of readline redisplay
       slowing down dramatically as the line gets longer in multibyte locales.
       Closed: #179883.
     - The shell no longer seg faults if the expanded value of $PS4 is null
       and `set -x' is enabled. Closes: #165533.
     - Don't define a default DEFAULT_MAIL_DIRECTORY, because it can cause
       a timeout on NFS mounts. Closes: #211426.
     - Fixed a bad interaction between alias and completion. Closes: #186218.
     - Fix initialization of local variables with "$@". Closes: #180290.
     - Fixed segfault in "read -a foo <<< $(echo)". Closes: #167003.
     - Fixed the history word tokenizer to handle <( and >( better when used as
       part of bash. Closes: #165212.
     - Fixed EINTR signal killing redirection. Closes: #164134.
     - Fixed infinite loop with IFS="<non-ws-char>" and compgen -W.
       Closes: #162952.
     - Fixed the internal logout code so that shells that time out waiting for
       input (using $TMOUT) run ~/.bash_logout. Closes: #152847.
     - Speedups to the multibyte character redisplay code. Closes: #197965.
     - Better error message on wrong kill arguments. Closes: #193570.
     - Overwriting of prompt. Closes: #176968.
     - The shell now reports on processes that dump core due to signals when
       invoked as `-c command'. Closes: #211693.
     - Fixed ferror beeing called w/o always first calling clearerr
       results in spurious errors reported. Closes: #195116.
     - Add missing trailing slash on directory completion. Closes: #178828.
     - Fix different behaviour for builtin and external commands together
       with arithmetic expansion. Closes: #173744.
     - Fixed a bug that caused redirections accompanying a null command
       to persist in the current shell. Closes: #173148.
     - Fixed a bug that caused a leading `-' in the shell's name to cause it to
       not be recognized as a restricted shell. Closes: #170298.
     - Fix segfault in ill formed paramter expansion. Closes: #162773.
     - Fixed a bug in brace expansion that caused a quoted `$' preceding an
       open brace to inhibit brace expansion. Closes: #157954.
     - Removed the attempts to avoid adding a slash at the end of a completed
       executable name if there was a directory with the same name in the
       current directory. Closes: #155134, #189006.
     - Fix error message for circular alias expansions. Closes: #173588.
     - Fixed a bug that caused some key bindings set in an inputrc to be ignored
       at shell startup. Closes: #110969.
     - Fix segfault on bad array subscripts. Closes: #232653.
     - Fix "set completion-ignore-case on" breaking some tab completion.
       Closes: #224303.
     - Flag an error when a user uses "% DIGITS" instead of "%DIGITS", and
       don't give him a different job instead. Closes: #173854.
     - For 'cd filename' say 'not a directory', not 'no such file or directory'
       when filename exists and is not a directory. Closes: #219958.
     - Expansion results are the same for ${1:+"$@"} and "$@" if IFS is not
       the default.
     - The locale code does a better job of recomputing the various locale
       variable values when LC_ALL is unset. Closes: #160932.
     - Fix substitution error triggering an assertion. Closes: #251801.
   * Documentation updated in this release (and the alpha/beta releases):
     - Fix documentation about exit status of unset builtin. Closes: #183352.
     - Clarify documentation for arguments of wait builtin. Closes: #174133.
     - Document ${!prefix@} expansion. Closes: #168318.
     - Fix documentation of GLOBIGNORE behaviour. Closes: #168267.
     - Document the use of $EMACS. Closes: #174744.
     - Improve documentation of the value of arithmetic expressions.
       Closes: #168321.
     - Make docs more explicit about variable indirection in shell parameter
       expansion. Closes: #167002.
     - Documentation for values of various assignments updated. Closes: #168331.
     - In section "Shell Functions", add documentation for syntax,
       which bash accepts. Closes: #172971.
     - Fix documentation of the PATH variable. Closes: #155369.
     - Document SHELL variable in section "Shell Variables". Closes: #249657.
     - Remove reference to missing section in rbash(1). Closes: #249219.
   * Fix another segfault in completion code. Closes: #261142.
Files: 
 2f2eba9e0b8e9b93f2d60419da28e922 723 base required bash_3.0-1.dsc
 9a8f12c04b986153067feb5c2a45358d 2417294 base required bash_3.0.orig.tar.gz
 de8972cefe7afd0dfce15d2702435329 150894 base required bash_3.0-1.diff.gz
 6592d9428a6911897a9eb748dbaf9e5d 712420 doc optional bash-doc_3.0-1_all.deb
 3886b7508abe7d1a1b97a3a3b0bd8557 779374 base required bash_3.0-1_i386.deb
 74157912f4bfb86341dcbd81c82d6a5c 97090 utils optional bash-builtins_3.0-1_i386.deb
 2f367281aed47de16afcd1ab34af54bb 623220 shells optional bash-static_3.0-1_i386.deb
 c5b56cb97a9f5ee5b8cf90bfdb532676 179612 shells optional bash-minimal_3.0-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBBzmZStlRaw+TLJwRAoehAKCSFfwKUJ0OMlPjDiHwzAZI/6AuXgCggRwK
b9btgR27PSl4q9bsa/ch+00=
=PEVC
-----END PGP SIGNATURE-----


Accepted:
bash-builtins_3.0-1_i386.deb
  to pool/main/b/bash/bash-builtins_3.0-1_i386.deb
bash-doc_3.0-1_all.deb
  to pool/main/b/bash/bash-doc_3.0-1_all.deb
bash-minimal_3.0-1_i386.deb
  to pool/main/b/bash/bash-minimal_3.0-1_i386.deb
bash-static_3.0-1_i386.deb
  to pool/main/b/bash/bash-static_3.0-1_i386.deb
bash_3.0-1.diff.gz
  to pool/main/b/bash/bash_3.0-1.diff.gz
bash_3.0-1.dsc
  to pool/main/b/bash/bash_3.0-1.dsc
bash_3.0-1_i386.deb
  to pool/main/b/bash/bash_3.0-1_i386.deb
bash_3.0.orig.tar.gz
  to pool/main/b/bash/bash_3.0.orig.tar.gz



Reply to: