-
Notifications
You must be signed in to change notification settings - Fork 251
/
Changelog.txt
50 lines (40 loc) · 1.78 KB
/
Changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
********************************************
ZT Zip Changelog
********************************************
1.17 (28th Jan 2024)
* Exclude rebel.xml file from release artefact
* Added ProGuard rule to preserve org.zeroturnaround.zip.extra.ZipExtraField.<init>
1.15 (4th Mar 2022)
* Changed to ignore bad extra field entry error for permission extraction
1.14 (10th Feb 2020)
* Added removeEntries that copies to OutputStream
* Added createEmpty
1.13 (2nd May 2018)
* Fixed a possible security vulnerability reported by Snyk Security Research Team
* Fixed same-zip bug for transformEntry method
1.12 (1st August 2017)
* Fixed a resource leakage with ZipInputStream
* Fixed a NoSuchMethodError on Android platforms
1.11 (31st January 2017)
* Added iterate and unpack methods that accept a Charset
1.10 (28th October 2016)
* Added user configurable compression level to packEntries()
* Added more overloaded methods to the pack() method for convenience
* Bumped embedded Apache Commons from 1.4 to 2.2
1.9 (20th November 2015)
* Bumped minimal supported Java version to Java 5
* Added support for Java 7 POSIX file permissions
* Added ability to create and update byte-array backed ZIP streams
* Added ability to specify/replace compression level of ZipEntry
* Added BackslashUnpacker for broken (Windows) ZIP archives
* Fixed not closing InputStream after processing each ZipEntrySource
* Fixed buffering when creating and updating ZIP streams
1.8 (7th July 2014)
* Removed dependency on commons-io
* ZipUtil.pack more memory efficient for large directories
* Fixed preserving compressed state of copied entries
* Fixed packing files from a directory based on an accept filter
* Improved Charset support
1.6-SNAPSHOT (17th September 2012)
* Started to write a changelog
* Added public CI, https://travis-ci.org/