Release Notes for TrueZIP 6.3.2

Introduction

This is a maintenance release.

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_3.

  1. Enhanced: The nzip utility main class has two new commands: "isArchive" prints whether a file system node is a prospective archive file and "length" prints the length of a file system node. These commands may be useful in scripts.
  2. Changed: The classes InputArchiveBusyException and OutputArchiveBusyException are now subclasses of FileBusyException in order to simplify the cause chain: Previously, a FileBusyException may have had an (In|Out)putArchiveBusyException as its cause.
  3. Fixed & Enhanced: Updated the Javadoc of some classes.