Change logs for dash source package in Wheezy

  • dash (0.5.7-3) unstable; urgency=low
    
    
      [ Christian Perrier ]
      * Non-maintainer upload.
      * Fix pending l10n issues. Debconf translations:
      * French (Julien Patriarca).  Closes: #638821
      * Indonesian (Mahyuddin Susanto).  Closes: #657111
      * Polish (Michał Kułach).  Closes: #658180
      * Romanian (Andrei POPESCU).  Closes: #660615
      * Turkish (Mert Dirik).  Closes: #661513
    
      [ Gerrit Pape ]
      * debian/control: Standards-Version: 3.9.3.0.
    
     -- Gerrit Pape <email address hidden>  Thu, 01 Mar 2012 00:09:45 +0000
  • dash (0.5.7-2) unstable; urgency=high
    
    
      * debian/diff/:
        - 0004-BUILTIN-Fix-test-x-as-root...diff: new; teach "test -x"
          as root not to return true for nonexecutable files on
          platforms where faccessat() does return true in this case,
          such as glibc-bsd in squeeze (thx Christoph Egger, closes:
          #640334).
        - 0005-SHELL-Disable-sh-c-...diff: back out the optimization
          that makes dash -c "script" avoid a fork().  It caused
          several packages to fail to build from source (thx Stéphane
          Glondu, closes: #642922).
    
     -- Jonathan Nieder <email address hidden>  Mon, 26 Sep 2011 16:39:38 -0500
  • dash (0.5.7-1) unstable; urgency=low
    
    
      * new upstream release.
        * optimize dash -c "script" to notice the last command and
          exec it without forking (thx Jilles Tjoelker; closes:
          #436466).  This change is inspired by a similar trick in
          ksh, bash, and zsh and can be useful in commands passed to
          system(), popen(), and Makefiles, where "exec" is usually
          not explicitly used.
        * remove spurious space in descriptions of PS1, PS2, PS4 (thx
          Kalle Olavi Niemitalo; closes: #624715).
        * test builtin: use faccessat if available (closes: #539909,
          #556521) so ACLs and other corner cases can be handled
          correctly.
      * debian/diff/:
        - remove patches applied upstream (i.e. all except 0045, 0046).
        - 0045-SHELL-print-n-upon-EOF-...diff: rename to 0001-*.
        - 0046-PARSER-Remove-backslash-...diff: rename to 0002-*.
        - 0003-VAR-Disable-LINENO-support.diff: new; remove LINENO
          support (closes: #582952, reopens: #540685).
      * debian/po/sk.po: [INTL:sk] Slovak debconf templates (thx
        Slavko; closes: #611556).
      * debian/po/nl.po: [INTL:nl] Dutch debconf templates (thx
        Jeroen Schot; closes: #624172).
    
     -- Jonathan Nieder <email address hidden>  Wed, 17 Aug 2011 00:30:30 -0500
  • dash (0.5.5.1-7.4) unstable; urgency=low
      * Non-maintainer upload.  * dash.preinst: Do not error out if /bin/sh or its manpage is    not already present (thx Brian Potkin; closes: #606756).  * dash.postinst: Cope with missing files.  Atomically replace    /bin/sh and its manpage rather than removing and re-creating them    (thx Adam D. Barratt). -- Jonathan Nieder <email address hidden>  Tue, 14 Dec 2010 01:33:42 -0600