Skip to content

Commit b635975

Browse files
committed
Gromox 0.19
1 parent 3139d8f commit b635975

File tree

2 files changed

+13
-1
lines changed

2 files changed

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

doc/changelog.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
0.19 (2021-03-30)
2+
=================
3+
Changes:
4+
* exmdb_provider: allow reduction of cache_interval down to 1s
5+
Fixes:
6+
* dbop: classes.filter column was not created on dbop -C
7+
* exchange_emsmdb: fix integer multiplication overflow during quota check
8+
* exchange_emsmdb: fix ftstream_parser_create running into EISDIR error
9+
* exchange_emsmdb: fix read from uninitialized variable
10+
* php-ews: send error messages to error log rather than stdout
11+
12+
113
0.18 (2021-03-26)
214
=================
315
Changes:

0 commit comments

Comments
 (0)