diff --git a/RELEASE_NOTES b/RELEASE_NOTES index c23d2b1..eef6809 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,6 +1,7 @@ 1.3.11: ------- +- [BUGFIX] Refactored the smtp timeout check - Obsoleted the LDAP port parameter. Specify the ldap host in the form of protocol://hostname:port, eg. ldaps://ldap.yourdomain.com:636 diff --git a/VERSION b/VERSION index 0c00f61..17e63e7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.10 +1.3.11 diff --git a/src/config.h b/src/config.h index 5810c5b..9856a55 100644 --- a/src/config.h +++ b/src/config.h @@ -9,7 +9,7 @@ #include "piler-config.h" #include "params.h" -#define BUILD 998 +#define BUILD 1001 #define HOSTID "mailarchiver"