Skip to content

Commit 62e2ca6

Browse files
committed
Gromox 2.26
1 parent 1a8ddc8 commit 62e2ca6

File tree

2 files changed

+24
-1
lines changed

2 files changed

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

doc/changelog.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
Gromox 2.26 (2024-03-11)
2+
========================
3+
4+
Fixes:
5+
6+
* exmdb: Fix restriction mismatching on ``PR_PARENT_SVREID`` &
7+
``PR_PARENT_ENTRYID``, which had caused reminders to go off even after
8+
appointments were moved to the wastebasket.
9+
* exmdb_local: rectify wrong/empty ``From:`` lines in bounce messages
10+
* ews: fix segfault when loading public folder item
11+
* zcore: repaired thumbnail retrieval, which used the wrong directory
12+
13+
Enhancements:
14+
15+
* mbop: add subcommands for manipulating websettings_persistent
16+
17+
Changes:
18+
19+
* zcore: store websettings_persistent directly in the store rather than
20+
the zcore shadow store object (automatic migration is in place)
21+
* kdb2mt: avoid importing ``PR_EC_WEBAPP_PERSISTENT_SETTINGS_JSON``
22+
23+
124
Gromox 2.25 (2024-02-29)
225
========================
326

0 commit comments

Comments
 (0)