forked from zeroturnaround/zt-zip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog.txt
35 lines (26 loc) · 1.09 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
********************************************
ZT Zip Changelog
********************************************
1.11
* Added iterate and unpack methods that accept a Charset
1.10
* 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
* 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
* 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
* Started to write a changelog
* Added public CI, https://travis-ci.org/