ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Compress-LZF/Changes
(Generate patch)

Comparing Compress-LZF/Changes (file contents):
Revision 1.4 by root, Sun Mar 3 04:45:18 2002 UTC vs.
Revision 1.21 by root, Fri Jul 7 15:47:10 2006 UTC

1Revision history for Perl extension Compress::LZF 1Revision history for Perl extension Compress::LZF
2
31.65 Fri Jul 7 17:42:12 CEST 2006
4 - upgrade to liblzf-1.6.
5
61.6 Sat Oct 1 03:34:11 CEST 2005
7 - now really allow non-Storable serialisers.
8
91.52 Sat Oct 1 03:23:52 CEST 2005
10 - changed mstore to net_mstore default.
11
121.51 Thu Apr 14 18:59:03 CEST 2005
13 - upped compress size limit from 64MB to 2GB (reported
14 by Jan Sundberg, who actually ran into the limit :).
15 - *blush*, changed Zev-Limpel to Lempel-Ziv... funny that
16 nobody spotted thta braino.
17
181.5 Tue Mar 8 21:04:23 CET 2005
19 - upgraded to liblzf-1.5 (faster, slightly worse compression).
20
211.401 Thu Mar 3 18:00:52 CET 2005
22 - upgraded to liblzf-1.401.
23 - change of contact address.
24
251.4 Wed Dec 15 08:09:33 CET 2004
26 - upgraded to liblzf-1.4.
27
281.0 Mon May 3 20:25:07 CEST 2004
29 - yet another minor reference copying vs. inc bug.
30
310.1046 Fri Jan 17 08:14:30 CET 2003
32 - added debian files, realized that debians package management
33 is quite useless.
34
350.1045 Thu Sep 5 23:54:11 CEST 2002
36 - always make a stringified copy of the argument for
37 sfreeze, so the assertion "sfreeze makes a string out
38 of it's argument" holds even for integers.
39 - "simple" objects now include PVIV and PVNV.
40
410.1044 Thu Sep 5 06:44:13 CEST 2002
42 - MINOR: add set_serializer interface.
43
440.1043 Sat May 18 23:40:01 CEST 2002
45 - bugfix when freezing non-SVt_PV-PV's.
46 - thanks to all cpan-testers ;)
47
480.1042 Fri May 17 22:09:08 CEST 2002
49 - removed some debugging code that kept sfreeze from properly
50
510.1041 Wed Apr 10 05:12:47 CEST 2002
52 - sthaw now returns a copy of it's argument instead of the argument
53 itself in the pass-through case, as this is the required semantics
54 for perl.
55
560.104 Tue Mar 26 18:48:02 CET 2002
57 - fix more logic bugs. never wrote functions with such contorted
58 logic :( maybe I should just ignore the idea of saving single bytes
59 whereever possible to make this module much cleaner...
2 60
30.103 Sun Mar 3 05:39:00 CET 2002 610.103 Sun Mar 3 05:39:00 CET 2002
4 - try to handle magical objects that are no references 62 - try to handle magical objects that are no references
5 by creating a referebce to them and passing this ref to 63 by creating a referebce to them and passing this ref to
6 storable. 64 storable.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines