| 1 |
Revision history for Perl extension Compress::LZV1 |
| 2 |
|
| 3 |
- corrected small typoes in the documentation. |
| 4 |
|
| 5 |
0.04 Tue May 9 19:47:08 CEST 2000 |
| 6 |
- moved lzv1 source files to lzv1 subdirectory to avoid naming clash |
| 7 |
on *sigh* some filesystems, and added compatibility for pre-5.6 perls |
| 8 |
(reported and fixed by Mike Blazer <blazer@mail.nevalink.ru>) |
| 9 |
|
| 10 |
0.03 Mon Apr 10 09:15:14 CEST 2000 |
| 11 |
- fixed alignment problem. since the hit is not too much, just |
| 12 |
avoid it if !x86 && !gcc ;) |
| 13 |
|
| 14 |
0.02 Fri Apr 7 08:04:06 CEST 2000 |
| 15 |
- replaced license by the GPL, since the original code is GPL'd. |
| 16 |
- this version actually comes with the compression code ;) |
| 17 |
|
| 18 |
0.01 Fri Apr 7 01:01:11 CEST 2000 |
| 19 |
- original version; created by cp -rp. |
| 20 |
|