Skip to content

Commit 3447105

Browse files
committed
Gromox 1.3
1 parent b27c1c4 commit 3447105

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([gromox], [1.2])
1+
AC_INIT([gromox], [1.3])
22
AC_CONFIG_AUX_DIR([build-aux])
33
AC_CONFIG_MACRO_DIR([build-aux])
44
AC_PREFIX_DEFAULT([/usr])

doc/changelog.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
1.3 (2021-09-29)
2+
================
3+
4+
Fixes:
5+
6+
* kdb2mt: put FAI messages in the right place & transfer read flag
7+
* zcore: stop accidental truncation of autoreply.cfg
8+
* mda_local: fix an uninitialized buffer read that caused OOF
9+
replies not to be generated
10+
* exmdb_provider: cure bug that prevented deletion of mails in Public Folders
11+
12+
Changes:
13+
14+
* delivery & imap: the log priority of some messages has been raised
15+
to more sensible levels.
16+
* mkprivate, mkpublic, mkmidb: install tools to sbindir
17+
* autodiscover: support users without a PR_DISPLAY_NAME
18+
19+
Enhancements:
20+
21+
* http: add config directive "http_debug"
22+
* exmdb_provider: add a config directive "enable_dam"
23+
24+
125
1.2 (2021-09-01)
226
================
327

0 commit comments

Comments
 (0)