Skip to content

Commit 371ddc3

Browse files
committed
Gromox 1.18
1 parent ea8b371 commit 371ddc3

File tree

2 files changed

+8
-4
lines changed

2 files changed

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

doc/changelog.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
1.17.120
2-
========
1+
1.18 (2022-03-19)
2+
=================
33

44
Enhancements:
55

@@ -18,9 +18,13 @@ Fixes:
1818

1919
* exmdb_provider: Abort asynchronous search folder population when the very
2020
search folder has been closed.
21+
* exmdb_providier: do not close idle databases that still have active
22+
notification listeners
2123
* nsp: Fix janky row seeking and crashing when using the name search feature in
2224
Outlook's Address Book dialog.
2325
* mysql_adaptor: Lookup of rooms and equipments by maildir has been restored.
26+
* midb had erroneously processed only the first command for every network read
27+
* exmdb_client again groups notify connections per PID
2428

2529
Changes:
2630

@@ -29,7 +33,7 @@ Changes:
2933
highlighted line forwards.
3034

3135

32-
1.17 (2021-03-09)
36+
1.17 (2022-03-09)
3337
=================
3438

3539
Enhancements:

0 commit comments

Comments
 (0)