ANNOUNCE: iteratee-compress 0.1.2

Iteratee-compress provides compressing and decompressing enumerators including flushing. Currently only gzip is provided but at bzip and LZMA are planned. This is bug-fixing release Changes from previous version: - Fix infinite loop/segfault bug - Fix bug in which part of the output was lost - Support for iteratee 0.5 and 0.6 Next goals: - BZip support - LZMA support - Generic interface for flushing To think about: - Should inner iteratee be able to request flushing? Regards

On Sun, 2010-11-28 at 15:24 +0000, Maciej Piechotka wrote:
Iteratee-compress provides compressing and decompressing enumerators including flushing. Currently only gzip is provided but at bzip and LZMA are planned.
This is bug-fixing release
Changes from previous version: - Fix infinite loop/segfault bug - Fix bug in which part of the output was lost - Support for iteratee 0.5 and 0.6
Next goals: - BZip support - LZMA support - Generic interface for flushing
To think about: - Should inner iteratee be able to request flushing?
Regards
I'm sorry for double-posting. I'm not quite sure how did it happend. Regards
participants (1)
-
Maciej Piechotka