aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2013-10-26 13:25:02 +0300
committerLasse Collin <lasse.collin@tukaani.org>2013-10-26 13:25:02 +0300
commit2193837a6a597cd3bf4e9ddf49421a5697d8e155 (patch)
treee3bc6904b3bebc30cb5eba0859d2de59ee6b45be /NEWS
parentUpdate TODO. (diff)
downloadxz-2193837a6a597cd3bf4e9ddf49421a5697d8e155.tar.xz
Update NEWS for 5.1.3alpha.
Diffstat (limited to '')
-rw-r--r--NEWS35
1 files changed, 35 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 70fbda86..4125d5f6 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,41 @@
XZ Utils Release Notes
======================
+5.1.3alpha (2013-10-26)
+
+ * All fixes from 5.0.5
+
+ * liblzma:
+
+ - Fixed a deadlock in the threaded encoder.
+
+ - 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 native threads on Windows and the ability
+ to detect the number of CPU cores.
+
+ * xz:
+
+ - Fixed a race condition in the signal handling. It was
+ possible that e.g. the first SIGINT didn't make xz exit
+ if reading or writing blocked and one had bad luck. The fix
+ is non-trivial, so as of writing it is unknown if it will be
+ backported to the v5.0 branch.
+
+ - Made the progress indicator work correctly in threaded mode.
+
+ - Threaded encoder now works together with --block-list=SIZES.
+
+ - Added preliminary support for --flush-timeout=TIMEOUT.
+ It can be useful for (somewhat) real-time streaming. For
+ now the decompression side has to be done with something
+ else than the xz tool due to how xz does buffering, but this
+ should be fixed.
+
+
5.1.2alpha (2012-07-04)
* All fixes from 5.0.3 and 5.0.4