Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
zt-zip/Changelog.txt
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
39 lines (32 sloc)
1.45 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ******************************************** | |
| ZT Zip Changelog | |
| ******************************************** | |
| 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/ |