[Bps-public-commit] djabberd branch, master, created. 3a63060af8c05c4dcf7248565a8dcea0202b4ffb

Alex M Vandiver alexmv at bestpractical.com
Wed Oct 14 11:11:53 EDT 2009


The branch, master has been created
        at  3a63060af8c05c4dcf7248565a8dcea0202b4ffb (commit)

- Log -----------------------------------------------------------------
commit 5dbb1ae2bdbd5b87f307d71d2ff18bc77d912dfe
Author: Martin Atkins <mart at degeneration.co.uk>
Date:   Wed Oct 14 11:14:00 2009 +0100

    Add the SASL modules to MANIFEST.

diff --git a/DJabberd/MANIFEST b/DJabberd/MANIFEST
index 7e52927..7209dff 100644
--- a/DJabberd/MANIFEST
+++ b/DJabberd/MANIFEST
@@ -60,6 +60,7 @@ lib/DJabberd/Stanza/DialbackResult.pm
 lib/DJabberd/Stanza/DialbackVerify.pm
 lib/DJabberd/Stanza/StartTLS.pm
 lib/DJabberd/Stanza/StreamFeatures.pm
+lib/DJabberd/Stanza/SASL.pm
 lib/DJabberd/Stats.pm
 lib/DJabberd/StreamStart.pm
 lib/DJabberd/StreamVersion.pm
@@ -69,6 +70,10 @@ lib/DJabberd/Util.pm
 lib/DJabberd/VHost.pm
 lib/DJabberd/XMLElement.pm
 lib/DJabberd/XMLParser.pm
+lib/DJabberd/SASL/Connection/AuthenSASL.pm
+lib/DJabberd/SASL/Manager/AuthenSASL.pm
+lib/DJabberd/SASL/AuthenSASL.pm
+lib/DJabberd/SASL.pm
 Makefile.PL
 MANIFEST
 MANIFEST.SKIP

commit 3a63060af8c05c4dcf7248565a8dcea0202b4ffb
Author: Martin Atkins <mart at degeneration.co.uk>
Date:   Wed Oct 14 11:14:29 2009 +0100

    Set version for developer preview release.

diff --git a/DJabberd/lib/DJabberd.pm b/DJabberd/lib/DJabberd.pm
index a168fdb..498199e 100644
--- a/DJabberd/lib/DJabberd.pm
+++ b/DJabberd/lib/DJabberd.pm
@@ -42,7 +42,7 @@ use Socket qw(IPPROTO_TCP TCP_NODELAY SOL_SOCKET SOCK_STREAM);
 use Carp qw(croak);
 use DJabberd::Util qw(tsub as_bool as_num as_abs_path as_bind_addr);
 
-our $VERSION = '0.84';
+our $VERSION = '0.85_01';
 
 our $logger = DJabberd::Log->get_logger();
 our $hook_logger = DJabberd::Log->get_logger("DJabberd::Hook");

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list