--- Compress-LZF/Changes 2006/09/27 15:52:47 1.22 +++ Compress-LZF/Changes 2007/11/30 10:37:41 1.29 @@ -1,5 +1,26 @@ Revision history for Perl extension Compress::LZF +3.1 Fri Nov 30 11:35:47 CET 2007 + - update to liblzf-3.1. + +2.0 Tue Nov 13 22:49:57 CET 2007 + - update to liblzf-3.0. + +1.9 Fri Nov 2 13:34:21 CET 2007 + - require perl 5.008. + - updated to liblzf version 2.1. + +1.8 Wed Apr 18 14:40:20 CEST 2007 + - properly downgrade all scalars to octet form when + required. + - strings potentially containing non-latin1 characters + get frozen via the serialiser. + +1.71 Fri Feb 16 23:09:04 CET 2007 + - fix memory leak when feeding illegal data to decompress. + - allocate hash dynamically - slower, but having 256k of stack + is not ubiquitiously available. + 1.7 Wed Sep 27 17:52:39 CEST 2006 - fix buffer overflows in decompress header.