| commit | 4dc0c861345c8ce95283b7b3afc30599847ba873 | [log] [tgz] |
|---|---|---|
| author | Lasse Collin <lasse.collin@tukaani.org> | Sat Mar 08 12:45:37 2014 +0200 |
| committer | Lasse Collin <lasse.collin@tukaani.org> | Sat Mar 08 12:45:37 2014 +0200 |
| tree | e6cde6e5ce89db953413b4b68b04e8ba4e5cbbf0 | |
| parent | 9ee0c10a02479e32ce4d7dc254e7b0e32a397f3f [diff] [blame] |
Add NEWS for 1.5.
diff --git a/NEWS b/NEWS index 3b87884..88ecd75 100644 --- a/NEWS +++ b/NEWS
@@ -2,6 +2,13 @@ XZ for Java release notes ========================= +1.5 (2014-03-08) + + * Fix a wrong assertion in BCJ decoders. + + * Use a field instead of reallocating a temporary one-byte buffer + in read() and write() implementations in several classes. + 1.4 (2013-09-22) * Add LZMAInputStream for decoding .lzma files and raw LZMA streams.