SHA256
6
0
forked from pool/bash
2009-12-04 09:41:03 +00:00
committed by Git OBS Bridge
parent e6303d58de
commit b7da73b716
3 changed files with 47 additions and 73 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Dec 4 10:40:02 CET 2009 - werner@suse.de
- Fix bug in bash-4.0-security.patch (bnc#559877)
-------------------------------------------------------------------
Thu Oct 29 15:23:20 CET 2009 - werner@suse.de
- Update to newest patch level 35
* bash incorrectly interprets wildcarded path components between
a **/ and the last /
* bash incorrectly treated single and double quotes as
delimiters rather than introducing quoted strings when
splitting the line into words for programmable completion
functions
-------------------------------------------------------------------
Wed Sep 30 13:24:57 CEST 2009 - werner@suse.de