Change logs for posh source package in Jaunty

  • posh (0.6.17) unstable; urgency=high
    
      * Fix another set -x segfault.  closes: #515278.
      * Update POSH_VERSION variable properly.  closes: #515832.
      * Fix signal-handling segfault.  closes: #515834.
    
    posh (0.6.16) unstable; urgency=medium
    
      * Fix segfault in XTRACE.  closes: #515278.
    
    posh (0.6.15) unstable; urgency=low
    
      * Vcs-* header fixes from Todd Zullinger
      * Treat IFS as a field separator instead of a field terminator.
        closes: #512438.
    
     -- Devid Antonio Filoni <email address hidden>   Thu,  19 Feb 2009 17:50:42 +0000
  • posh (0.6.14) unstable; urgency=low
    
      * exec.c: Don't keep assignments in the execution of functions, since
        POSIX seems to forbid it.  closes: #485463.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  15 Dec 2008 10:21:04 +0000
  • posh (0.6.13) unstable; urgency=medium
    
      * Cast first arguments to eval().
    
    posh (0.6.12) unstable; urgency=low
    
      * Silence some warnings.
      * Rely on sysconf() existing.
      * Steal some timer stuff from mksh.
      * Use int32_t instead of INT32.
    
    posh (0.6.11) unstable; urgency=low
    
      * Get rid of useless WAIT_T typedef.
      * Drop support for systems without waitpid() and sigprocmask().
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  05 Nov 2008 10:45:56 +0000
  • posh (0.6.10) unstable; urgency=low
    
      * Revert to globit for performance reasons.  closes: #485607.
      * Also bring back xstrcmp and drop fnmatch for the globit change.
      * Bump to Standards-Version 3.8.0.
    
    posh (0.6.9) unstable; urgency=medium
    
      * Steal mksh eval code to fix bad substitution error error.
        closes: #484936.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  04 Jul 2008 08:44:39 +0100