Skip to content

Commit f33ca4c

Browse files
committed
Gromox 1.13
1 parent 8b5fc25 commit f33ca4c

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-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.12])
1+
AC_INIT([gromox], [1.13])
22
AC_CONFIG_AUX_DIR([build-aux])
33
AC_CONFIG_MACRO_DIR([build-aux])
44
AC_PREFIX_DEFAULT([/usr])

doc/changelog.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
1.13 (2022-01-17)
2+
=================
3+
4+
Enhancements:
5+
6+
* pff2mt: support reading multi-value variable-length property types,
7+
and obscure single-value types.
8+
* pff2mt: support reading receivefolders for Inbox mapping
9+
(only OST files have the desired info)
10+
11+
Fixes:
12+
13+
* midb: Avoid storing the primary email address in midb.sqlite3, and instead
14+
derive it from SQL.
15+
(pop3 used to reject DELE commands after the email address of a user was
16+
changed.)
17+
18+
Changes:
19+
20+
* The adaptor(8gx) daemon has been removed following its earlier obsoletion.
21+
* telnet console support has been removed.
22+
23+
124
1.12 (2022-01-09)
225
=================
326

0 commit comments

Comments
 (0)