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

Comparing Convert-UUlib/Changes (file contents):
Revision 1.54 by root, Wed Dec 15 00:10:59 2010 UTC vs.
Revision 1.57 by root, Wed Mar 28 14:40:26 2012 UTC

1Revision history for Perl extension Convert::UUlib. 1Revision history for Perl extension Convert::UUlib.
2
31.4 Sun May 29 17:17:01 CEST 2011
4 - avoid a classical buffer overflow in case a progress
5 message is too long.
6 - this release adds dependencies for snprintf/vsnprintf.
7 - some uuencode encoders do not generate a final "space" line
8 before the "end" marker, so do not rely on the line to be there.
2 9
31.34 Tue Dec 14 22:20:00 CET 2010 101.34 Tue Dec 14 22:20:00 CET 2010
4 - fix a one-byte-past-end-write buffer overflow in UURepairData 11 - fix a one-byte-past-end-write buffer overflow in UURepairData
5 (reported, analysed and testcase provided by Marco Walther). 12 (reported, analysed and testcase provided by Marco Walther).
6 - quoted-printable decoding was completely broken, try a fix. 13 - quoted-printable decoding was completely broken, try a fix.
39 46
401.12 Mon Oct 13 14:11:01 CEST 2008 471.12 Mon Oct 13 14:11:01 CEST 2008
41 - use the yencode filesize as additional matching criterium 48 - use the yencode filesize as additional matching criterium
42 to avoid false matches. 49 to avoid false matches.
43 - made the example decoder more verbose w.r.t. error handling. 50 - made the example decoder more verbose w.r.t. error handling.
44 - removed potentially confusing decide_temp calls from 51 - removed potentially confusing decode_temp calls from
45 example decoder. 52 example decoder.
46 53
471.11 Fri Jun 13 15:32:30 CEST 2008 541.11 Fri Jun 13 15:32:30 CEST 2008
48 - don't ask. 55 - don't ask.
49 56

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines