Skip to content

Commit c46e490

Browse files
committed
Gromox 0.26
1 parent 6f885c6 commit c46e490

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-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], [0.25])
1+
AC_INIT([gromox], [0.26])
22
AC_CONFIG_AUX_DIR([build-aux])
33
AC_CONFIG_MACRO_DIR([build-aux])
44
AC_PREFIX_DEFAULT([/usr])

doc/changelog.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
0.26 (2021-07-03)
2+
=================
3+
4+
Fixes:
5+
6+
* exmdb_provider: cure "SELECT count(idx) ..." error messages
7+
* exmdb_provider: fix nonfunctional recursive deletion of folders
8+
9+
Changes:
10+
11+
* config parser: reduce potency of the '#' character in config files /
12+
'#' only introduces a comment if it is at the start of line now.
13+
This allows for using '#' in the credentials for MySQL/LDAP.
14+
15+
Enhancements:
16+
17+
* pffimport: skip over broken attachments rather than abort
18+
* pffimport: new -p option to dump properties in more detail
19+
* pffimport: translation of named properties is now implemented
20+
* pffimport: contacts, notes, tasks are now handled
21+
* pffimport: new -s option to splice PFF folders into existing mailbox
22+
* exmdb_provider: requests to set the read flag are now honored
23+
* authmgr, ldap_adaptor, mysql_adaptor: config is now reloaded on SIGHUP
24+
25+
126
0.25 (2021-05-09)
227
=================
328

0 commit comments

Comments
 (0)