File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1- AC_INIT ( [ gromox] , [ 2.14 ] )
1+ AC_INIT ( [ gromox] , [ 2.15 ] )
22AC_CONFIG_AUX_DIR ( [ build-aux] )
33AC_CONFIG_MACRO_DIR ( [ build-aux] )
44AC_PREFIX_DEFAULT ( [ /usr] )
Original file line number Diff line number Diff line change 1- Development 2.14.66
2- ===================
1+ Gromox 2.15 (2023-10-18)
2+ ========================
33
44Fixes:
55
99* exmdb: explicitly rollback SQLite transactions when the commit operation
1010 failed, to resolve cases of ``cannot start a transaction within a
1111 transaction ``
12+ * exmdb: ACE entries for anonymous were misreported to clients
1213
1314Enhancements:
1415
@@ -26,6 +27,15 @@ Changes:
2627* Delete unused columns and indexes from the ``associations `` MariaDB table;
2728 (grommunio-admin-api should be updated to >= 1.12)
2829
30+ Last-minute notes:
31+
32+ * When gromox-dbop attempts to upgrade to table schema version 127, an SQL
33+ query is issued to set a new PRIMARY KEY on a table. It has been brought to
34+ our attention that somewhat older MariaDB server versions (namely 10.4.13,
35+ 10.4.22) contain a bug/not_implemented_feature which makes this query never
36+ succeed. The issue is resolved in MariaDB 10.6.15 (as used by the Grommunio
37+ Appliance) and newer versions. Details are still under investigation.
38+
2939
3040Gromox 2.14 (2023-10-04)
3141========================
Original file line number Diff line number Diff line change 11..
22 SPDX-License-Identifier: CC-BY-SA-4.0 or-later
3- SPDX-FileCopyrightText: 2021-2022 grommunio GmbH
3+ SPDX-FileCopyrightText: 2023 grommunio GmbH
44
55Dependency installation
66=======================
@@ -21,7 +21,7 @@ dependencies are needed:
2121* libzstd >= 1.4
2222* MariaDB Connector/C or compatible
2323* OpenLDAP or similar headers
24- * OpenSSL or compatible
24+ * OpenSSL or compatible with SHA-3 support
2525* perl5
2626* SQLite3
2727* tinyxml2 >= 8 (we use this for all things XML)
You can’t perform that action at this time.
0 commit comments