| Version | Date | Description |
|---|---|---|
| 1.3.2 | 2007-May-16 |
| Type | Changes | By |
|---|---|---|
![]() | Some tests, which are implicitly assuming a Unix-like file
system, are now skipped on Windows. Fixes IO-115 . | jochen |
![]() | Created the FileCleaningTracker, basically a non-static
version of the FileCleaner, which can be controlled by
the user. Fixes IO-116 . | jochen |
![]() | EndianUtils - both readSwappedUnsignedInteger(...) methods could
return negative numbers due to int/long casting. Fixes IO-117 . Thanks to Hiroshi Ikeda. | bayard |