Change logs for bash source package in Gutsy

  • bash (3.2-0ubuntu11) gutsy; urgency=low
    
      * Move CWRU/changelog from the bash to the bash-doc package (we already
        have the CHANGES files).
      * Support safe-upgrade and full-upgrade in aptitude auto completion.
        (Benjamin Rubin). LP: #128575.
    
      [ Daniel Hahler]
      * Apply upstream patches 018 - 025 (LP: #147946), fixes for:
        - 018: Fix losing saved status of a background job and fix
          infinite loop after creating and waiting for 4096 jobs.
        - 019: Properly report error status when rl_read_key returns -1,
          fixes cause of input loops.
        - 020: Fix state consistency in some cases of error processing,
          when jumping back to the top-level processing loop from
          a builtin command.
        - 021: When the parser read a backslash-escaped character that would
          be treated internally as an escape, it would double the number
          of escape characters.
        - 022: POSIX specifies that the `read' builtin invoked from an interative
          shell must prompt with $PS2 when a line is continued using a backslash
          while reading from a terminal.
        - 023: When an error occurs during the pattern removal word expansion,
          the shell can free unallocated memory or free memory multiple times.
        - 024: Fix calculation of screen position when performing a redisplay in
          which the new text uses more space, but fewer bytes.
        - 025: Fix dropping each 511th character of buffered input, e.g. when
          pasting a large amount of data.
    
     -- Matthias Klose <email address hidden>   Fri, 05 Oct 2007 15:31:40 +0200
  • bash (3.2-0ubuntu10) gutsy; urgency=low
    
      * Trigger rebuild for hppa
    
     -- LaMont Jones <email address hidden>   Fri, 28 Sep 2007 10:34:31 -0600
  • bash (3.2-0ubuntu9) gutsy; urgency=low
    
      * debian/etc.bash.bashrc:
        - updated for new location of command-not-found
        - fix parsing of commands that look like arguments (LP: #124301)
    
     -- Michael Vogt <email address hidden>   Mon, 27 Aug 2007 08:53:07 +0200
  • bash (3.2-0ubuntu8) gutsy; urgency=low
    
      * Apply upstream patch 014 - 017, fixes for:
        - Mishandling word splitting under certain circumstances when IFS is
          null (IFS=).
        - Fix unlinking FIFOs under certain circumstances, when using FIFOs
          for process substitution.
        - Fixes for displaying long prompts.
      * textex -> texlive transition.
    
     -- Matthias Klose <email address hidden>   Thu, 17 May 2007 11:39:42 +0200
  • bash (3.2-0ubuntu7) feisty; urgency=low
    
      * Apply upstream patch 011 - 013, fixes for:
        - 011: Under certain circumstances (loopback mounts), the bash getcwd does
          not return correct results.  This patch allows the use of the Solaris
          libc getcwd even though it doesn't dynamically allocate memory.
        - 012: Some systems (AIX 4.x) don't implement the PRI_xxx macros correctly,
          causing syntax errors when attempting to compile bash on those systems.
          This patch adds support for the PRI_MACROS_BROKEN define.
        - 013: Readline neglects to reallocate the array it uses to keep track
          of wrapped screen lines when increasing its size.  This will eventually
          result in segmentation faults when given sufficiently long input.
    
     -- Matthias Klose <email address hidden>   Fri,  6 Apr 2007 15:34:09 +0200