Release of 1.3.11

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2021-02-23 07:26:47 +01:00
parent 1283e33e50
commit 5c2ceb178b
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
1.3.11: 1.3.11:
------- -------
- [BUGFIX] Refactored the smtp timeout check
- Obsoleted the LDAP port parameter. Specify the ldap host in the form - Obsoleted the LDAP port parameter. Specify the ldap host in the form
of protocol://hostname:port, eg. ldaps://ldap.yourdomain.com:636 of protocol://hostname:port, eg. ldaps://ldap.yourdomain.com:636

View File

@ -1 +1 @@
1.3.10 1.3.11

View File

@ -9,7 +9,7 @@
#include "piler-config.h" #include "piler-config.h"
#include "params.h" #include "params.h"
#define BUILD 998 #define BUILD 1001
#define HOSTID "mailarchiver" #define HOSTID "mailarchiver"