diff --git a/xz-5.0.7.tar.gz b/xz-5.0.7.tar.gz deleted file mode 100644 index 789d472..0000000 --- a/xz-5.0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4d2165553b9d0d82fd08bc2eacddeb48ebeb862a5686a603f8c044a2e52c93f -size 1317771 diff --git a/xz-5.0.7.tar.gz.sig b/xz-5.0.7.tar.gz.sig deleted file mode 100644 index a6cbcca..0000000 Binary files a/xz-5.0.7.tar.gz.sig and /dev/null differ diff --git a/xz-5.2.0.tar.gz b/xz-5.2.0.tar.gz new file mode 100644 index 0000000..9ad73c0 --- /dev/null +++ b/xz-5.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231ef369982240bb20ed7cffa52bb12a4a297ce6871f480ab85e8a7ba98bf3d6 +size 1445562 diff --git a/xz-5.2.0.tar.gz.sig b/xz-5.2.0.tar.gz.sig new file mode 100644 index 0000000..3a541d7 Binary files /dev/null and b/xz-5.2.0.tar.gz.sig differ diff --git a/xz.changes b/xz.changes index 6916c55..06f4f11 100644 --- a/xz.changes +++ b/xz.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Thu Dec 25 20:23:28 UTC 2014 - andreas.stieger@gmx.de + +- xz 5.2.0: + * liblzma: + - Added support for multi-threaded compression + - Made the uses of lzma_allocator const correct. + - Added lzma_block_uncomp_encode() to create uncompressed + .xz Blocks using LZMA2 uncompressed chunks. + - Added support for LZMA_IGNORE_CHECK. + - A few speed optimizations were made. + - Added support for symbol versioning. It is enabled by default + on GNU/Linux, other GNU-based systems, and FreeBSD. + * xz: + - Fixed a race condition in the signal handling + - Multi-threaded decompression can be enabled with the + --threads (-T) option. + - New command line options in xz: --single-stream, + --block-size=SIZE, --block-list=SIZES, + --flush-timeout=TIMEOUT, and --ignore-check. + - xz -lvv now shows the minimum xz version that is required to + decompress the file. Currently it is 5.0.0 for all supported + .xz files except files with empty LZMA2 streams require 5.0.2. + * xzdiff and xzgrep now support .lzo files if lzop is installed. + The .tzo suffix is also recognized as a shorthand for .tar.lzo. + +------------------------------------------------------------------- +Thu Dec 25 20:17:06 UTC 2014 - andreas.stieger@gmx.de + +- xz 5.0.8: + * Fixed an old bug in xzgrep that affected OpenBSD and probably + a few other operating systems too. + * Updated French and German translations. + * Minor build system update + ------------------------------------------------------------------- Fri Dec 19 09:43:36 UTC 2014 - meissner@suse.com diff --git a/xz.spec b/xz.spec index 57168b0..468c76d 100644 --- a/xz.spec +++ b/xz.spec @@ -32,7 +32,7 @@ %define do_profiling 0 %endif Name: xz -Version: 5.0.7 +Version: 5.2.0 Release: 0 Summary: A Program for Compressing Files License: LGPL-2.1+ and GPL-2.0+