Branch 'pykolab-0.4' - 3 commits - configure.ac pykolab/auth

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Wed May 16 18:14:41 CEST 2012


 configure.ac             |    4 ++--
 pykolab/auth/__init__.py |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 0930e0570120e8dbd427c88481c139cfae6d9e03
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Wed May 16 13:56:05 2012 +0100

    Release 0.4.6-2

diff --git a/configure.ac b/configure.ac
index 8781026..8acca10 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_INIT([pykolab], 0.4.6)
-AC_SUBST([RELEASE], 1)
+AC_SUBST([RELEASE], 2)
 
 AC_CONFIG_SRCDIR(pykolab/constants.py.in)
 


commit fdde1167d5926fa863597a3e5248c47436c7402b
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Wed May 16 13:55:43 2012 +0100

    Correct indent block

diff --git a/pykolab/auth/__init__.py b/pykolab/auth/__init__.py
index 44f87ba..ad8491b 100644
--- a/pykolab/auth/__init__.py
+++ b/pykolab/auth/__init__.py
@@ -55,7 +55,7 @@ class Auth(pykolab.base.Base):
             optionally, the realm.
         """
 
-        if len(login) == 3:
+        #if len(login) == 3:
             # The realm has not been specified. See if we know whether or not
             # to use virtual_domains, as this may be a cause for the realm not
             # having been specified seperately.


commit e133085627c269647879691c401a6cf1d951a90b
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Wed May 16 13:38:42 2012 +0100

    Release 0.4.6

diff --git a/configure.ac b/configure.ac
index ad6995a..8781026 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pykolab], 0.4.5)
+AC_INIT([pykolab], 0.4.6)
 AC_SUBST([RELEASE], 1)
 
 AC_CONFIG_SRCDIR(pykolab/constants.py.in)





More information about the commits mailing list