2009-07-31 20:43:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 30 16:13:43 CEST 2009 - cwh@suse.de
|
|
|
|
|
|
|
|
- 2.05 - Thu May 14 18:37:07 PDT 2009
|
|
|
|
- Fixed bug in _get_cipher_type() where it was not memoizing the
|
|
|
|
Crypt::CBC objects.
|
|
|
|
- Fixed https://rt.cpan.org/Ticket/Display.html?id=45207
|
|
|
|
Hash keys for configuration values were wrong in several places.
|
|
|
|
- Improved test coverage a little.
|
|
|
|
|
|
|
|
- 2.04 - Fri Nov 28 15:41:33 PST 2008
|
|
|
|
Incorporated bug fix for authen_ses_key() provided by
|
|
|
|
Carl Gustafsson. authen_ses_key() was not properly handling
|
|
|
|
any extra_session_info - the fix is to get $hashed_string with
|
|
|
|
my $hashed_string = pop @rest;
|
|
|
|
|
|
|
|
Also releasing the work done between April 26, 2005 and February 4, 2007,
|
|
|
|
plus bug fix for authen_ses_key
|
|
|
|
- Added basic framework for unit tests.
|
|
|
|
- Factored out some of the DBI code into new methods:
|
|
|
|
- _dbi_connect()
|
|
|
|
- _get_crypted_password()
|
|
|
|
|
|
|
|
- Changes to satisfy Perl::Critic, e.g.
|
|
|
|
- Removed function prototypes (they are ignored for methods.)
|
|
|
|
- Cleaned up regular expressions: use /x, etc.
|
|
|
|
|
2007-01-15 23:29:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 25 13:22:32 CEST 2006 - cwh@suse.de
|
|
|
|
|
|
|
|
- renamed from perl-Apache-AuthCookieDBI
|
|
|
|
|