v2.05, 04.03.2016
- make Crypt:ECB work under perl-5.8.* again
- some changes actually made in v2.00 haven't been mentioned in the changelog
- add some more block ciphers to the test suite
- minor changes in test.pl
- minor documentation update
v2.00, 19.02.2016
- better compatibility with current Crypt::CBC:
- allow passing options like Crypt::CBC does (new and old styles)
- allow passing an existing cipher object (RT ticket #112020)
- added padding styles, including custom padding
- adding 'null' padding fixes RT ticket #80456
- added methods for accessing keysize and blocksize of a cipher
- removed caching; the feature did finally not seem to make much sense
- removed constants indicating the padding mode (PADDING_AUTO, PADDING_NONE)
- use Test::More (thanks to Xavier Guimard for providing a patch, RT ticket #82301)
- changed internal attribute names (foo -> _foo and Foo -> foo)
- much more internal code cleanup
- updated documentation
v1.45, 16.07.2008
- fixed test.pl so it will not stumble over an already installed Crypt::CBC
- fixed bug in t/70-funcstyle.t which could in some cases let tests wrongly fail
- test scripts: changed indentation, updated list of known ciphers
v1.40, 07.01.2005
- the '0' block problem still had survived in functions encrypt and decrypt... fixed
- some code cleanup
- changed versioning scheme to be more CPAN-like
v1.3, 06.01.2005
- no code changes, just some minor documentation update
v1.2, 06.01.2005
- fixed problems with blocks consisting of a '0'
v1.1, 23.12.2000
- first release