Change log for bash package in Debian

7691 of 91 results
Superseded in wheezy-release
Superseded in sid-release
bash (4.2-2) unstable; urgency=low


  * Fix command-not-found location. Closes: #529313.
  * Print a replacement error message if command-not-found was removed
    after bashrc was loaded. Closes: #631023. LP: #561155.
  * skel.bashrc: Document and prepare enabling the globstar feature (Fabian
    Greffrath). Closes: #627926.
  * Apply upstream patches 021 - 024.

 -- Matthias Klose <email address hidden>  Fri, 30 Mar 2012 19:20:04 +0200
Superseded in wheezy-release
Superseded in sid-release
bash (4.2-1) unstable; urgency=low


  [ Matthias Klose ]
  * New upstream version.
  * Apply upstream patches 001 - 020.
  * Fix parsing of double doublequotes. LP: #780441.
  * /etc/bash.bashrc:
    - Fix quoting issue calling command-not-found. LP: #754859. Closes: #587185.
  * Don't cache the value of brk between sbrk calls (Samuel Thibault).
    Closes: #614815.
  * Remove the bashdb and bash-completion packaging rules and files.
  * Just link with libtinfo instead of libncurses if available.
  * Make lintian happy.
  * Use quilt to apply patches.
  * Fix build error with -Werror=format-security (Pierre Chifflier).
    Closes: #641350.
  * Fix build for the binary target, without calling the build target.
    Closes: #602159.
  * Fix cross builds (Steve McIntyre). Closes: #629929.

  [ Jonathan Nieder ]
  * Update copyright file. Many files that were GPL-2+ were relicensed
    under GPL-3+ in bash 4.0-rc1. Closes: #632177.
  * debian/rules: Use "rm -rf" instead of rmdir to remove usr/share/info
    directory in "with_gfdl = no" build. This prevents build failures when
    using the unmodified upstream tarball.
  * bash.preinst: Tidy up a little.
    - Remove codepath that would rename .bash_profile → .profile if .profile
      was unmodified from the gutsy → hardy transition. Closes: #602244
    - Remove commented experiment from bash-completion transition.
    - Remove misleading "dpkg --assert-support-predepends" check.
      Closes: #602456.
    - Move utility functions to a separate bash.preinst-lib.c and corresponding
      declarations to bash.preinst.h.
  * Remove /bin/sh symlink and /usr/share/man/man1/sh.1.gz from bash package
    contents. Closes: #602483.
    - debian/rules: Do not install /bin/sh and sh.1.gz symlinks.
    - bash.preinst:
      - Make sure /bin/sh is present and points to an executable, forcibly
        creating symlinks /bin/sh -> bash and /usr/share/man/man1/sh.1.gz ->
        bash.1.gz if not.
      - Divert /bin/sh and sh.1.gz on behalf of dash if we are upgrading from
        a bash version with /bin/sh in the files list and bash's copy of
        /bin/sh is not already diverted. This ensures unpacking bash will not
        cause /bin/sh to go missing.
  * bash.postinst: Simplify comment that contained an implementation detail
    about how /bin/sh is provided.
  * Use dpkg-buildflags to retrieve compiler options, including hardening flags.
    Build-Depends: dpkg-dev (>= 1.16.1) (Steve Langasek). Closes: #629929.
  * Pass --host to configure only when cross-compiling, --build always, as
    recommended in autotools documentation (Steve Langasek).

  * Merge from Ubuntu (closes: #648578):
    - /etc/skel/.bashrc:
      - Don't set HISTCONTROL twice. Thanks to Kevin Knerr. LP: #465500.
      - Set HISTFILESIZE to 2000 and HISTSIZE to 1000. LP: #544542.
      - README.Debian: Remove obsolete entry "Why is bash configured
        with --disable-net-redirections?"

 -- Matthias Klose <email address hidden>  Wed, 30 Nov 2011 07:29:05 +0100
Deleted in experimental-release (Reason: None provided.)
bash (4.2-1~exp1) experimental; urgency=low


  [ Matthias Klose ]
  * New upstream version.
  * Apply upstream patches 001 - 010.
  * Fix parsing of double doublequotes. LP: #780441.
  * /etc/bash.bashrc:
    - Fix quoting issue calling command-not-found. LP: #754859. Closes: #587185.
  * Don't cache the value of brk between sbrk calls (Samuel Thibault).
    Closes: #614815.
  * Remove the bashdb and bash-completion packaging rules and files.
  * Just link with libtinfo instead of libncurses if available.
  * Make lintian happy.

  [ Jonathan Nieder ]
  * Update copyright file. Many files that were GPL-2+ were relicensed
    under GPL-3+ in bash 4.0-rc1. Closes: #632177.
  * debian/rules: Use "rm -rf" instead of rmdir to remove usr/share/info
    directory in "with_gfdl = no" build. This prevents build failures when
    using the unmodified upstream tarball.
  * bash.preinst: Tidy up a little.
    - Remove codepath that would rename .bash_profile → .profile if .profile
      was unmodified from the gutsy → hardy transition. Closes: #602244
    - Remove commented experiment from bash-completion transition.
    - Remove misleading "dpkg --assert-support-predepends" check.
      Closes: #602456.
    - Move utility functions to a separate bash.preinst-lib.c and corresponding
      declarations to bash.preinst.h.
  * Remove /bin/sh symlink and /usr/share/man/man1/sh.1.gz from bash package
    contents. Closes: #602483.
    - debian/rules: Do not install /bin/sh and sh.1.gz symlinks.
    - bash.preinst:
      - Make sure /bin/sh is present and points to an executable, forcibly
        creating symlinks /bin/sh -> bash and /usr/share/man/man1/sh.1.gz ->
        bash.1.gz if not.
      - Divert /bin/sh and sh.1.gz on behalf of dash if we are upgrading from
        a bash version with /bin/sh in the files list and bash's copy of
        /bin/sh is not already diverted. This ensures unpacking bash will not
        cause /bin/sh to go missing.
  * bash.postinst: Simplify comment that contained an implementation detail
    about how /bin/sh is provided.

 -- Matthias Klose <email address hidden>  Sun, 11 Sep 2011 17:52:30 +0200
Superseded in wheezy-release
Published in squeeze-release
Superseded in sid-release
bash (4.1-3) unstable; urgency=low


  * Apply upstream patches 003, 004, 005.
  * Fix crash in declare builtin.
  * /etc/skel/.bashrc:
    - Enable sourcing of ~/.bash_aliases by default. Closes: #569798.
    - Find command-not-found script. Closes: #529313.
  * README.Debian:
    - Remove references to --disable-net-redirections, bash-minimal.
    - Mention that the upstream changelog can be found in the bash-doc
      package. Closes: #551019.

 -- Matthias Klose <email address hidden>  Sat, 10 Apr 2010 10:35:29 +0200
Superseded in squeeze-release
Superseded in sid-release
bash (4.1-2) unstable; urgency=low


  * Apply upstream patches 001, 002.

 -- Matthias Klose <email address hidden>  Fri, 12 Mar 2010 02:08:45 +0100
Superseded in squeeze-release
Superseded in sid-release
bash (4.1-1) unstable; urgency=low


  * New upstream version 4.1.
  * Stop building the bash-minimal package, not needed anymore with
    dash being the default shell.

 -- Matthias Klose <email address hidden>  Sat, 02 Jan 2010 13:49:24 +0100
Superseded in squeeze-release
Superseded in sid-release
bash (4.0-7) unstable; urgency=medium


  * Re-add the sh and sh(1) symlinks. Closes: #546516.

 -- Matthias Klose <email address hidden>  Mon, 14 Sep 2009 08:11:58 +0200
Superseded in sid-release
bash (4.0-6) unstable; urgency=medium


  * Pre-depend on dash, instead of just depending on it.
    Closes: #546504, #546516, #546518.
  * Update and set homepage attribute. Closes: #546377, #546381.

 -- Matthias Klose <email address hidden>  Sun, 13 Sep 2009 13:35:38 +0200
Superseded in sid-release
bash (4.0-5) unstable; urgency=low


  * Re-add dependency on dash, lost with the upload of 4.0.
  * Don't configure with --disable-net-redirections.
  * Fix name of system wide bash_logout in bash(1). Closes: #546200.
  * Stop shipping the sh and sh(1) symlinks. Closes: #545103.
  * Apply upstream patches 029 - 033.

 -- Matthias Klose <email address hidden>  Sun, 13 Sep 2009 12:55:54 +0200
Superseded in squeeze-release
Superseded in sid-release
bash (4.0-4) unstable; urgency=low


  * Apply upstream patches 024 - 028.
    - patch 028 closes: #519165. bash-4.0 reverted to the historical
      shell behavior of raising an error when $@ or $* was expanded
      after `set -u' had been executed and there were no positional
      parameters.  The Posix working group has since clarified the
      standard's position on the issue, and $@ and $* are now the only
      variables, parameters, or special parameters that do not raise an
      error when unset if set -u is enabled.
  * Enable net redirections, now that bash isn't the default shell
    anymore.
  * Changes to the skeletoon .bashrc:
    - Fix example lines in /etc/bash.bashrc to enable bash completion.
      Closes: #523706, #522857.
    - Don't export HISTCONTROL in bashrc. Closes: #540371.
    - Support user dircolors settings in ~/.dircolors. Closes: #506213.

 -- Matthias Klose <email address hidden>  Sun, 23 Aug 2009 16:09:36 +0200
Superseded in squeeze-release
Superseded in sid-release
bash (3.2-6) unstable; urgency=medium


  * bash. Depend on dash to install dash as a required package.

 -- Matthias Klose <email address hidden>  Mon, 20 Jul 2009 23:56:24 +0000
Superseded in experimental-release
bash (4.0-3) experimental; urgency=low


  * Apply upstream patches 011 - 024.

 -- Matthias Klose <email address hidden>  Sun, 17 May 2009 15:29:21 +0200
Superseded in experimental-release
bash (4.0-2) experimental; urgency=low


  * Apply upstream patches 001 - 010. Closes: #518289.
  * Fix insecure temp file handling in examples scripts. Closes: #509279.
  * /etc/skel.bashrc: Only source bash_completion, if posix mode is turned
    off. Closes: #498474.

 -- Matthias Klose <email address hidden>  Sat, 21 Mar 2009 15:06:46 +0100
Superseded in experimental-release
bash (4.0-1) experimental; urgency=low


  * New upstream version 4.0.

 -- Matthias Klose <email address hidden>  Sun, 01 Mar 2009 10:56:15 +0100
Superseded in squeeze-release
Superseded in sid-release
bash (3.2-5) unstable; urgency=low


  * Apply upstream fixes 040 - 048.

 -- Matthias Klose <email address hidden>  Sun, 01 Mar 2009 10:20:52 +0100
Superseded in squeeze-release
Superseded in sid-release
Published in lenny-release
bash (3.2-4) unstable; urgency=low


  * bash-minimal, bash-static: Only call `add-shell' on new installations.
  * Only call remove-shell on package removal or purge.

 -- Matthias Klose <email address hidden>  Mon, 12 May 2008 18:49:07 +0200
7691 of 91 results