Accepting request 617060 from home:AndreasStieger:branches:Base:System

xz 5.2.4

OBS-URL: https://build.opensuse.org/request/show/617060
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=97
This commit is contained in:
2018-06-15 11:20:06 +00:00
committed by Git OBS Bridge
parent 18c858c467
commit f6edf4de72
6 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Jun 15 11:11:38 UTC 2018 - astieger@suse.com
- xz 5.2.4:
* liblzma:
- Allow 0 as memory usage limit instead of returning
LZMA_PROG_ERROR. Now 0 is treated as if 1 byte was specified,
which effectively is the same as 0.
- Use "noexcept" keyword instead of "throw()" in the public
headers when a C++11 (or newer standard) compiler is used.
- Added a portability fix for recent Intel C Compilers.
* xz:
- Fix "xz --list --robot missing_or_bad_file.xz" which would
try to print an unitialized string and thus produce garbage
output. Since the exit status is non-zero, most uses of such
a command won't try to interpret the garbage output.
- "xz --list foo.xz" could print "Internal error (bug)" in a
corner case where a specific memory usage limit had been set.
-------------------------------------------------------------------
Mon Mar 19 15:41:58 CET 2018 - kukuk@suse.de