--- Compress-LZF/Changes 2004/12/15 07:10:27 1.18 +++ Compress-LZF/Changes 2007/11/02 12:36:14 1.26 @@ -1,5 +1,45 @@ Revision history for Perl extension Compress::LZF +1.81 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. + +1.65 Fri Jul 7 17:42:12 CEST 2006 + - upgrade to liblzf-1.6. + +1.6 Sat Oct 1 03:34:11 CEST 2005 + - now really allow non-Storable serialisers. + +1.52 Sat Oct 1 03:23:52 CEST 2005 + - changed mstore to net_mstore default. + +1.51 Thu Apr 14 18:59:03 CEST 2005 + - upped compress size limit from 64MB to 2GB (reported + by Jan Sundberg, who actually ran into the limit :). + - *blush*, changed Zev-Limpel to Lempel-Ziv... funny that + nobody spotted thta braino. + +1.5 Tue Mar 8 21:04:23 CET 2005 + - upgraded to liblzf-1.5 (faster, slightly worse compression). + +1.401 Thu Mar 3 18:00:52 CET 2005 + - upgraded to liblzf-1.401. + - change of contact address. + 1.4 Wed Dec 15 08:09:33 CET 2004 - upgraded to liblzf-1.4.