120011217 Crypt-Tea-1.30 Tiny Encryption Algorithm in Perl & JavaScript
220020121 1.31 some bugs fixed, Htauth hooks & outdated subs stripped
320020310 1.32
420020325 1.33 Bug fixed in JS ascii decoding
520020403 1.34 Htauth hooks removed into CGI::Htauth.pm
620020523 1.35 mv Tea.raw Tea.pm for CPAN, include test.html
720020601 1.36 fixed 'require Tea.raw' bug in test_script
820020603 1.40 Makefile.PL uses MakeMaker, new Install
920020620 1.41 my $de0, $de1 bug fixed in line 182 of Tea.pm
1020020626 1.42 Install gets default locations right
1120020917 1.43 JS portability bug fixed in ascii2bytes, a[i] to a.charAt(i)
1220020919 1.44 JS portability bug fixed in specifying 32-bit integers
1320030701 FreeBSD bug corrected ($^O now gives freebsd)
1420030901 eliminate octal number literals from the JS
1520040224 Crypt::Tea is now also named Crypt::Tea_PPJS, q.v.
1620040809 'perl Install' works better on solaris without Term::Size
1720040922 1.45 + changed to - to avoid URL-encoding, with backward compatibility
1820040928 2.00 uses - in ascii for URL-resistance
1920040930 2.01 test.html ascii2bytes should return 216 not 217
2020041005 2.02 test.pl displays correct version
2120041011 2.03 JS tea_code and tea_decode now work on Konqueror5.0
2220041127 2.04 consistentised Term::Clui in Install
2320041218 2.05 documentation of the JS end of FORM submission
2420041221 2.06 more doc adjustments, added examples/tea_demo.cgi
2520041223 2.07 eliminate octals from JS strings, for ECMAscript-3
2620050105 EXPORT_OK and ALL introduced for str2ascii and ascii2str
2720050113 2.08 test.pl uses Test::Simple
2820050114 2.09 algorithm cut out of MANIFEST, sub ascii2str gets no warnings
2920050115 XS tea_code & tea_decode doubles speed; drop Install
3020050116 Crypt-Tea_JS-2.10 Move to New version of the Tea algorithm
3120050215 2.11 fixed test.html asciidigest test, fixed EXPORT_OK doc
3220050314 2.12 use bytes in str2binary, with workaround for pre-5.6 perl
3320050323 2.13 utf8 detection and encoding in encrypt, binarydigest and test.pl
3420051005 2.14 -ve ints cut out of test.pl, to cope with 64bit machines
3520060410 2.15 Tea_JS.xs syntax refined to avoid warnings with gcc 4.1.0
3620060823 2.16 pack 'c*' changed to pack 'C*'
3720060824 2.17 cut out ppport.h to avoid a compile warning
3820060828 2.18 64-bit bug fixed in Tea_JS.xs
3920060829 2.19 for speed, 64-bit bug-fix only included on 64-bit machines
4020081010 2.20 examples/tea_demo.cgi updated into the Ajax era
4120081011 2.21 correspondingly updated the JAVASCRIPT section in the doc
4220100516 2.22 include js in tarball; now installs with cpan
4320111011 2.23 uses XSLoader, and reverts to PurePerl if the C library missing
44