Skip to content

Commit 0dfe52c

Browse files
committed
Gromox 1.23
1 parent 639a26e commit 0dfe52c

File tree

2 files changed

+7
-6
lines changed

2 files changed

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

doc/changelog.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
1.22.10
2-
=======
1+
1.23 (2022-05-13)
2+
=================
33

44
Fixes:
55

66
* exmdb_provider: fix search opening the exmdb store with wrong flags
77
and skipping 200 messages during the search operation
88
* exmdb_provider: speed up Online Mode searches by 14 to 18-fold
9+
* mt2exm: avoid crash when an import message has no properties at all
910

1011
Enhancements:
1112

12-
* exmdb_provider: add a config directive "exmdb_search_pacing"
13+
* exmdb_provider: add a config directive ``exmdb_search_pacing``
1314

1415
Changes:
1516

16-
* kdb2mt: skip IPM.Microsoft.FolderDesign.NamedView rather than
17-
IPM.MessageManager
17+
* kdb2mt: skip ``IPM.Microsoft.FolderDesign.NamedView`` rather than
18+
``IPM.MessageManager`` messages
1819

1920

2021
1.22 (2022-05-12)

0 commit comments

Comments
 (0)