From 5b29178311c5ca477dc18329d3decd216abb5db3 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 15 Oct 2024 13:20:17 +0200 Subject: [PATCH] Gromox 2.35 --- configure.ac | 2 +- doc/changelog.rst | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index d5a0aad24..c17b8862a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([gromox], [2.34]) +AC_INIT([gromox], [2.35]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([build-aux]) AC_PREFIX_DEFAULT([/usr]) diff --git a/doc/changelog.rst b/doc/changelog.rst index ac53da339..4046d6d32 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,11 +1,17 @@ -Development 2.34.15 (2024-10-14) -================================ +Gromox 2.35 92024-10-15) +======================== Fixes: * alias_resolve: resolve nullptr deref crash * ews: resolve nullptr deref crash * mapi_lib: fix out-of-bounds access in PROBLEM_ARRAY::transform +* mapi_lib: rop_util_get_gc_value used the wrong mask, which caused + "Change commit failed because the object was changed separately" + +Changes: + +* exmdb: let PR_ACCESS include permissions from all group memberships Gromox 2.34 (2024-10-08)