aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2016-11-27 13:09:10 +0200
committerLasse Collin <lasse.collin@tukaani.org>2016-11-27 13:09:10 +0200
commit4f4e917c7a333744f12396abbfa95ff78517b18b (patch)
tree89a6464e94c89c682a1e9044c890e586565be6d6
parentd470a6d9501cd1112478b0af906b175805f5ccd2 (diff)
downloadxz-java-4f4e917c7a333744f12396abbfa95ff78517b18b.tar.gz
Add NEWS for 1.6.
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 88ecd75..c491973 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,19 @@
XZ for Java release notes
=========================
+1.6 (2016-11-27)
+
+ * Fix LZMA2Options.getInputStream to work with a preset dictionary.
+
+ * Make it possible to disable verification of integrity checks in
+ XZ decompression. It should almost never be used but may be useful
+ in some rare situations. This feature is available via new
+ constructors in XZInputStream, SingleXZInputStream, and
+ SeekableXZInputStream.
+
+ * Add LZMAOutputStream for encoding to raw LZMA (i.e. LZMA1) streams
+ and to the legacy .lzma format.
+
1.5 (2014-03-08)
* Fix a wrong assertion in BCJ decoders.