Skip to content

Commit

Permalink
Prepare for 2.09
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarr committed Apr 26, 2005
1 parent 905edd5 commit 72e2d17
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions Changes
@@ -1,3 +1,18 @@
Authen-SASL 2.09 -- Tue Apr 26 06:55:10 CDT 2005

Enhancements
* authname support in Authen::SASL::Perl::DIGEST_MD5
* flexible plugin selection in Authen::SASL using import()
i.e. use Authen::SASL qw(Authen::SASL::Cyrus);
* new documentation for
- Authen::SASL::Perl::ANONYMOUS
- Authen::SASL::Perl::CRAM_MD5
- Authen::SASL::Perl::EXTERNAL
- Authen::SASL::Perl::LOGIN
- Authen::SASL::Perl::PLAIN
- Authen::SASL::Perl
* updates in the tests

Authen-SASL 2.08 -- Tue May 25 11:24:21 BST 2004

Bug Fixes
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -11,6 +11,7 @@ lib/Authen/SASL.pod
lib/Authen/SASL/CRAM_MD5.pm
lib/Authen/SASL/EXTERNAL.pm
lib/Authen/SASL/Perl.pm
lib/Authen/SASL/Perl.pod
lib/Authen/SASL/Perl/ANONYMOUS.pm
lib/Authen/SASL/Perl/CRAM_MD5.pm
lib/Authen/SASL/Perl/DIGEST_MD5.pm
Expand Down
2 changes: 1 addition & 1 deletion lib/Authen/SASL.pm
Expand Up @@ -8,7 +8,7 @@ use strict;
use vars qw($VERSION @Plugins);
use Carp;

$VERSION = "2.08_01";
$VERSION = "2.09";

@Plugins = qw(
Authen::SASL::Cyrus
Expand Down

0 comments on commit 72e2d17

Please sign in to comment.