Change logs for bash source package in Buster

  • bash (5.0-4) unstable; urgency=medium
    
      * wait builtin: avoid hanging on inherited children. Closes: #920455.
    
     -- Matthias Klose <email address hidden>  Thu, 18 Apr 2019 06:12:36 +0200
  • bash (5.0-3) unstable; urgency=medium
    
      * Apply upstream patch 003.
      * Fix clear_console locking up video when X is running and logging out
        from a plain text console. Closes: #810660. LP: #1822184.
    
     -- Matthias Klose <email address hidden>  Thu, 04 Apr 2019 04:30:33 +0200
  • bash (5.0-2) unstable; urgency=medium
    
      * Apply upstream patches 001 and 002. Closes: #919439.
      * Merge back the 4.4.18-3.1 upload. Closes: #889757.
    
     -- Matthias Klose <email address hidden>  Thu, 24 Jan 2019 11:01:16 +0100
  • bash (5.0-1) unstable; urgency=medium
    
      * New upstream release.
    
     -- Matthias Klose <email address hidden>  Mon, 14 Jan 2019 16:27:51 +0100
  • bash (4.4.18-3.1) unstable; urgency=medium
    
      * Non-maintainer upload.
      * Move man2html dependency to B-D-I and use the thinner -base variant.
        Closes: #889757.
    
     -- Helmut Grohne <email address hidden>  Sun, 17 Jun 2018 21:15:06 +0200
  • bash (4.4.18-3) unstable; urgency=medium
    
      * Apply upstream patches 020 - 023. Fixing:
        - In circumstances involving long-running scripts that create and reap many
          processes, it is possible for the hash table bash uses to store exit
          statuses from asynchronous processes to develop loops. This patch fixes
          the loop causes and adds code to detect any future loops.
        - A SIGINT received inside a SIGINT trap handler can possibly cause the
          shell to loop.
        - There are cases where a failing readline command (e.g., delete-char at
          the end of a line) can cause a multi-character key sequence to `back up'
          and attempt to re-read some of the characters in the sequence.
        - When sourcing a file from an interactive shell, setting the SIGINT handler
          to the default and typing ^C will cause the shell to exit.
    
     -- Matthias Klose <email address hidden>  Fri, 01 Jun 2018 21:05:11 +0200
  • bash (4.4.18-2) unstable; urgency=medium
    
      * Revert the changes from the last upload.
      * Configure the normal build --without-bash-malloc as well.
        See http://lists.nongnu.org/archive/html/qemu-devel/2018-03/msg04700.html
        for the qemu fix.  Closes: #865599. LP: #1751011.
      * Apply upstream patch 019.
    
     -- Matthias Klose <email address hidden>  Wed, 04 Apr 2018 20:04:48 +0200
  • bash (4.4.18-1.1) unstable; urgency=high
    
      * Non-maintainer upload.
      * Build again with -no-pie as dropping it broke bash when run under
        qemu-user (with the same symptoms as #842037). Closes: #889869
        Re-opens: #865599
    
     -- Raphaƫl Hertzog <email address hidden>  Tue, 13 Feb 2018 11:17:39 +0100
  • bash (4.4.18-1) unstable; urgency=medium
    
      * bash 4.4.18 release (bash 4.4 patchlevel 18).
      * bash: Remove dependency on dash. Closes: #537913.
      * Update config.guess and config.sub. Closes: #882474.
      * skel.profile: Add $HOME/.local/bin if it exists. Closes: #839155.
      * Stop building with -no-pie. Closes: #865599, #859263.
      * /etc/bash.bashrc: Don't overwrite PS1 if SUDO_PS1 is set. Closes: #789811.
      * Make the build reproducible. Closes: #806945.
        - Use the system provided man2html to generate the htm docs.
        - Set PGRP_PIPE unconditionally on Linux.
      * Fix typo in German help (Carsten Leonhardt). Closes: #831282.
    
     -- Matthias Klose <email address hidden>  Tue, 06 Feb 2018 12:20:45 +0100
  • bash (4.4-5) unstable; urgency=medium
    
      * Apply upstream patch 012.
    
     -- Matthias Klose <email address hidden>  Mon, 15 May 2017 12:45:32 -0700