Announce: Commons-IO 1.3.2
"Jochen Wiedmann" <[email protected]> Tue, 3 Jul 2007 22:05:41 +0200
| Newsgroups | gmane.comp.jakarta.announcements |
|---|---|
| Message-ID | <[email protected]> |
Hi,
the Jakarta Commons Team (or Apache Commons Team, nowadays) is glad to
announce the release of Commons IO 1.3.2. Commons IO is a library of
low-level utilities to assist with developing IO functionality. This
is a bug fix release with the following changes:
- Some tests, which are implicitly assuming a Unix-like file system,
are now skipped
on Windows. Fixes IO-115.
- Created the FileCleaningTracker, basically a non-static version of
the FileCleaner,
which can be controlled by the user. Fixes IO-116.
- EndianUtils - both readSwappedUnsignedInteger(...) methods could
return negative
numbers due to int/long casting. Fixes IO-117. Thanks to Hiroshi Ikeda.
Commons-IO 1.3.2 is available from
http://jakarta.apache.org/site/downloads/downloads_commons-io.cgi
Jochen