Skip to content

Commit

Permalink
Gromox 2.35
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelh committed Oct 15, 2024
1 parent 4066f8d commit 5b29178
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
10 changes: 8 additions & 2 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 5b29178

Please sign in to comment.