Thread
Thread Index
-
libzip-0.9.2 released,
Thomas Klausner
(2010/01/31 23:50:10)
Message
Hi!
I've just released libzip-0.9.2, a week after the 0.9.1 release.
The changes in the last two versions were:
0.9.2 [2010/01/31]
* Avoid passing uninitialized data to deflate().
* Fix memory leak when closing zip archives.
0.9.1 [2010/01/24]
* Fix infinite loop on reading some broken files.
* Optimization in time conversion (don't call localtime()).
* Clear data descriptor flag in central directory, fixing Open Office files.
* Allow more than 64k entries.
In the mercurial repository, a major API change is happening on head
(very slowly, though). This includes removal of off_t and size_t for
better portability and a restructuring of the code as stacks to allow
supporting encryption and compression in a useful manner.
Cheers,
Thomas
Made by MHonArc.
|