.
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=208
This commit is contained in:
21
bash.changes
21
bash.changes
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 11:23:11 UTC 2015 - werner@suse.de
|
||||
|
||||
- Add upstream patch bash43-039
|
||||
Using the output of `declare -p' when run in a function can result in variables
|
||||
that are invisible to `declare -p'. This problem occurs when an assignment
|
||||
builtin such as `declare' receives a quoted compound array assignment as one of
|
||||
its arguments.
|
||||
- Add upstream patch bash43-040
|
||||
There is a memory leak that occurs when bash expands an array reference on
|
||||
the rhs of an assignment statement.
|
||||
- Add upstream patch bash43-041
|
||||
There are several out-of-bounds read errors that occur when completing command
|
||||
lines where assignment statements appear before the command name. The first
|
||||
two appear only when programmable completion is enabled; the last one only
|
||||
happens when listing possible completions.
|
||||
- Add upstream patch bash43-042
|
||||
There is a problem when parsing command substitutions containing `case'
|
||||
commands within pipelines that causes the parser to not correctly identify
|
||||
the end of the command substitution.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 1 08:31:09 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
Reference in New Issue
Block a user