Release Notes for TrueZIP 6.6
(April 3rd, 2007)
Introduction
Legend | |
---|---|
New | Introduces a new feature. |
Fixed | Introduces a bug fix of an existing feature. |
Enhanced | Introduces the enhancement of an existing feature. This update is fully backwards compatible. |
Changed | Introduces the change of an existing feature. This update may cause backwards incompatibilities . |
Deprecated | Introduces the deprecation of an existing feature. |
List of Updates (Change Log)
Following is an overview of all updates in this release which affect the public API. Please note that internal refactorings are not listed. For a full list of updates, please refer to the CVS repository and diff to the tag TrueZIP-6_5_4.
Updates in the Package de.schlichtherle.io.archive.tar
- Fixed: TarEntry now initializes the size property with UNKNOWN and protects the time property against erratical subclassing.
- Enhanced: The TarDriver class now accept a single integer argument in a newly added constructor to set the compression level.
Updates in the Package de.schlichtherle.io.archive.zip
- Enhanced: Removed redundant IOException declaration from constructor signature in OdfOutputArchive.
- Enhanced: All driver classes now accept a single integer argument in a newly added constructor to set the compression level.
Updates in the Package de.schlichtherle.util
- New: The class CanonicalStringSet is the general purpose base class for de.schlichtherle.io.util.SuffixSet.