Update bash 5.1 to patch level 16
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=338
This commit is contained in:
18
bash.changes
18
bash.changes
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 14 11:57:21 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Update bash 5.1 to patch level 16
|
||||
* Add official patch bash51-013
|
||||
Bash did not always perform tilde expansion following an unquoted colon on
|
||||
the rhs of an assignment statement in posix mode.
|
||||
* Add official patch bash51-014
|
||||
Bash may produce corrupted input if a multibyte character spans a 512-byte
|
||||
boundary while reading the output of a command substitution.
|
||||
* Add official patch bash51-015
|
||||
There are some characters (e.g., cyrillic) that can't be displayed using
|
||||
certain single-byte encodings (e.g., cp1251) because the negative signed
|
||||
int is interpreted as EOF and not displayed.
|
||||
* Add official patch bash51-016
|
||||
Multiple `!' tokens should toggle negation of an expression in a [[
|
||||
conditional command, instead of simply negating the expression.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 3 13:59:00 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user