File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1- AC_INIT ( [ gromox] , [ 0.25 ] )
1+ AC_INIT ( [ gromox] , [ 0.26 ] )
22AC_CONFIG_AUX_DIR ( [ build-aux] )
33AC_CONFIG_MACRO_DIR ( [ build-aux] )
44AC_PREFIX_DEFAULT ( [ /usr] )
Original file line number Diff line number Diff line change 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+
1260.25 (2021-05-09)
227=================
328
You can’t perform that action at this time.
0 commit comments