| Lasse Collin | 2edbec5 | 2012-07-05 08:19:09 +0300 | [diff] [blame] | 1 | |
| 2 | XZ for Java release notes |
| 3 | ========================= |
| 4 | |
| Lasse Collin | 1acd6f3 | 2013-01-29 12:00:51 +0200 | [diff] [blame] | 5 | 1.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 Collin | 2edbec5 | 2012-07-05 08:19:09 +0300 | [diff] [blame] | 14 | 1.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 | |
| 23 | 1.0 (2011-10-22) |
| 24 | |
| 25 | * The first stable release |
| 26 | |