dash/dash.changes
Lars Vogdt 0521d315a4 Accepting request 86994 from shells
- remove libeditline dependency again as libeditline lives in /usr

- update to version 0.5.7
  - optimize dash -c "command" to avoid a fork
  - improve LINENO support
  - dotcmd should exit with zero when doing nothing
  - replace GPL noclobberopen code with the FreeBSD version
  - do not split the result of tilde expansion
  - use exit status 127 when the script to run does not exist
  - document optional open parenthesis for case patterns
  - use faccessat if available
- added dash-0.5.7-do-not-close-stderr.patch in order to prevent
  stderr from being closed when /dev/tty fails to open (backported
  from upstream git)
- added
  dash-remove-backslash-before-in-double-quotes-in-variable.patch
  which removes a backslash before } in double-quotes in variable
  as it prevents the closing brace from terminating the
  substitution (from FreeBSD/Debian)

- Remove redundant tags/sections from specfile
  (cf. packaging guidelines)

OBS-URL: https://build.opensuse.org/request/show/86994
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dash?expand=0&rev=8
2011-10-07 08:29:27 +00:00

54 lines
1.9 KiB
Plaintext

-------------------------------------------------------------------
Thu Oct 6 22:04:40 UTC 2011 - gber@opensuse.org
- remove libeditline dependency again as libeditline lives in /usr
-------------------------------------------------------------------
Thu Oct 6 17:50:16 UTC 2011 - gber@opensuse.org
- update to version 0.5.7
- optimize dash -c "command" to avoid a fork
- improve LINENO support
- dotcmd should exit with zero when doing nothing
- replace GPL noclobberopen code with the FreeBSD version
- do not split the result of tilde expansion
- use exit status 127 when the script to run does not exist
- document optional open parenthesis for case patterns
- use faccessat if available
- added dash-0.5.7-do-not-close-stderr.patch in order to prevent
stderr from being closed when /dev/tty fails to open (backported
from upstream git)
- added
dash-remove-backslash-before-in-double-quotes-in-variable.patch
which removes a backslash before } in double-quotes in variable
as it prevents the closing brace from terminating the
substitution (from FreeBSD/Debian)
-------------------------------------------------------------------
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
(cf. packaging guidelines)
-------------------------------------------------------------------
Mon Jul 19 10:57:38 UTC 2010 - guido+opensuse.org@berhoerster.name
- update to version 0.5.6.1
- bugfixes
-------------------------------------------------------------------
Fri Feb 19 11:47:33 UTC 2010 - guido+opensuse.org@berhoerster.name
- cleaned up specfile
-------------------------------------------------------------------
Sat Feb 13 12:00:22 UTC 2010 - guido+opensuse.org@berhoerster.name
- do not provide ash
-------------------------------------------------------------------
Sat Feb 13 11:06:54 UTC 2010 - guido+opensuse.org@berhoerster.name
- initial packaging of dash