Skip to content

Commit 31cf784

Browse files
committed
Gromox 2.24
1 parent a69b508 commit 31cf784

File tree

2 files changed

+17
-1
lines changed

2 files changed

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

doc/changelog.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Gromox 2.24 (2024-02-10)
2+
========================
3+
4+
Fixes:
5+
6+
* email_lib: the last byte of a MIME part was erroneously deleted
7+
* emsmdb: repair garbage memory read when creating a stream on a PT_STRING8
8+
property
9+
* ews: repair a potential lack of results with the ResolveNames operation
10+
when searching by email address
11+
12+
Enhancements:
13+
14+
* ews: add t:AlternateIdType attribute
15+
16+
117
Gromox 2.23 (2024-02-05)
218
========================
319

0 commit comments

Comments
 (0)