SHA256
6
0
forked from pool/bash
2013-01-08 15:01:04 +00:00
committed by Git OBS Bridge
parent 103fbc9497
commit 316940b07c
3 changed files with 14 additions and 3 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jan 8 14:57:17 UTC 2013 - werner@suse.de
- Update bash 4.2 to patch level 42
* Missing I/O errors if output redirection applied to builtin
commands when the file descriptor was closed
* Process substitution incorrectly inherited a flag that
inhibited using the temporary environment for variable lookups
if it was providing the filename to a redirection.
* Compilation failed after specifying the `minimal config' option
-------------------------------------------------------------------
Mon Nov 5 12:41:57 UTC 2012 - werner@suse.de