[tryton-debian-vcs] tryton-modules-ldap-authentication branch debian-jessie-3.4 updated. debian/3.4.1-1-4-ga8d2393

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Sun May 24 12:18:38 UTC 2015


The following commit has been merged in the debian-jessie-3.4 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-ldap-authentication.git;a=commitdiff;h=debian/3.4.1-1-4-ga8d2393

commit a8d23938c4a1bd864dbda1d8475eb230415f829f
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat May 23 21:23:06 2015 +0200

    Releasing debian version 3.4.2-1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/debian/changelog b/debian/changelog
index 2303b58..9ee237b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-ldap-authentication (3.4.2-1) unstable; urgency=medium
+
+  * Wrapping and sorting control files (wrap-and-sort -bts).
+  * Setting the branch in the watch file to the fixed version 3.4.
+  * Merging upstream version 3.4.2.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Sat, 23 May 2015 21:23:06 +0200
+
 tryton-modules-ldap-authentication (3.4.1-1) unstable; urgency=medium
 
   * Correcting NEWS for the now included migration in tryton-server.
commit 22554a7e41ee0d99a4f17e756111e22e68928d79
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat May 23 21:23:05 2015 +0200

    Merging upstream version 3.4.2.

diff --git a/CHANGELOG b/CHANGELOG
index b0c8923..f7ca80d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.4.2 - 2015-05-22
+* Bug fixes (see mercurial logs for details)
+
 Version 3.4.1 - 2015-02-26
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index be04963..ef52f9e 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_ldap_authentication
-Version: 3.4.1
+Version: 3.4.2
 Summary: Tryton module to authenticate users through LDAP
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/res.py b/res.py
index e31f512..d393de3 100644
--- a/res.py
+++ b/res.py
@@ -44,7 +44,7 @@ def ldap_connection():
         scheme, port = 'ldap', 389
     conn = ldap.initialize('%s://%s:%s/' % (
             scheme, uri.hostname, uri.port or port))
-    if config.getboolean(section, 'active_directory', 'False'):
+    if config.getboolean(section, 'active_directory', False):
         conn.set_option(ldap.OPT_REFERRALS, 0)
     if 'tls' in uri.scheme:
         conn.start_tls_s()
diff --git a/tryton.cfg b/tryton.cfg
index 5b29448..b72884d 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.4.1
+version=3.4.2
 depends:
     ir
     res
diff --git a/trytond_ldap_authentication.egg-info/PKG-INFO b/trytond_ldap_authentication.egg-info/PKG-INFO
index e9aa2db..f91ce97 100644
--- a/trytond_ldap_authentication.egg-info/PKG-INFO
+++ b/trytond_ldap_authentication.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-ldap-authentication
-Version: 3.4.1
+Version: 3.4.2
 Summary: Tryton module to authenticate users through LDAP
 Home-page: http://www.tryton.org/
 Author: Tryton
-- 
tryton-modules-ldap-authentication



More information about the tryton-debian-vcs mailing list