blob: 4c495f877ad826e57618614e08f08b6a9f894af5 [file] [log] [blame]
Lasse Collin2edbec52012-07-05 08:19:09 +03001
2XZ for Java release notes
3=========================
4
Lasse Collin1acd6f32013-01-29 12:00:51 +020051.2 (2013-01-29)
6
7 * Use fields instead of reallocating frequently-needed temporary
8 objects in the LZMA encoder.
9
10 * Fix the contents of xz-${version}-sources.jar.
11
12 * Add OSGi attributes to xz.jar.
13
Lasse Collin2edbec52012-07-05 08:19:09 +0300141.1 (2012-07-05)
15
16 * The depthLimit argument in the LZMA2Options constructor is
17 no longer ignored.
18
19 * LZMA2Options() can no longer throw UnsupportedOptionsException.
20
21 * Fix bugs in the preset dictionary support in the LZMA2 encoder.
22
231.0 (2011-10-22)
24
25 * The first stable release
26