File tree Expand file tree Collapse file tree 5 files changed +26
-8
lines changed Expand file tree Collapse file tree 5 files changed +26
-8
lines changed Original file line number Diff line number Diff line change 1- AC_INIT ( [ gromox] , [ 1.18 ] )
1+ AC_INIT ( [ gromox] , [ 1.19 ] )
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- 1.18.138
2- ========
1+ 1.19 (2022-04-14)
2+ =================
33
44Enhancements:
55
@@ -12,12 +12,18 @@ Enhancements:
1212* mkprivate, mkpublic and mkmidb now recognize the -U option to upgrade SQLite
1313 database schemas
1414* mbop: new utility
15- * rebuild: add progress indicator
15+ * rebuild: added progress indicator
16+ * zcore: new config directive "zcore_max_obh_per_session"
17+ * emsmdb: new config directives "emsmdb_max_obh_per_session",
18+ "emsmdb_max_cxh_per_user" to allow higher resource use when a lot of stores
19+ are used by an Outlook profile (warning W-1580).
1620
1721Fixes:
1822
1923* emsmdb: no longer send folder named properties in ICS streams
2024* mapi_lib: resolve use-after-free in idset::remove
25+ * http: cure a crash in pdu_processor_auth_bind_ack when NTLMSSP authentication
26+ is attempted
2127* exmdb_client: when the exmdb server is not reachable, fail immediately rather
2228 than timeout
2329* Change SQLite db schema to use BLOB column type/affinity instead of NONE,
@@ -27,13 +33,14 @@ Fixes:
2733* lib: autodetect iso-2022-jp-ms (un)availability in iconv to resolve
2834 conversion problems with RFC 2047 encoded-words using iso-2022-jp
2935
30- Changes :
36+ Behavioral changes :
3137
3238* rebuild: no longer performs implicit schema updates; see
3339 gromox-mkprivate/mkpublic/mkmidb -U, or the exmdb_schema_upgrades directive
3440 for replacement.
3541* rebuild: no longer performs db unload/reload; this operation moved to
3642 gromox-mbop.
43+ * zcore: move socket creation after privilege drop
3744
3845
39461.18 (2022-03-19)
Original file line number Diff line number Diff line change @@ -15,7 +15,10 @@ Default: \fI/usr/share/gromox\fP
1515.TP
1616\fB \- U \fP
1717Rather than creating the SQLite file, upgrade it. (The \- f option has no
18- effect.)
18+ effect.) mkmidb does not coordinate with mkmidb(8gx) and data corruption is
19+ possible if both try to edit the file at the same time. You should let
20+ mkmidb(8gx) do upgrades instead, via the "midb_schema_upgrades" directive, or
21+ at the very least, stop midb when using mkmidb \- U.
1922.TP
2023\fB \- c \fP \fI config \fP
2124Read configuration directives from the given file. If this option is not
Original file line number Diff line number Diff line change @@ -15,7 +15,11 @@ Default: \fI/usr/share/gromox\fP
1515.TP
1616\fB \- U \fP
1717Rather than creating the SQLite file, upgrade it. (The \- f option has no
18- effect.)
18+ effect.) mkprivate does not coordinate with exmdb_provider(4gx) and data
19+ corruption is possible if both try to edit the file at the same time. You
20+ should let exmdb_provider(4gx) do upgrades instead, via the
21+ "exmdb_schema_upgrades" directive, or at the very least, stop
22+ http(8gx)/exmdb_provider when using mkprivate \- U.
1923.TP
2024\fB \- c \fP \fI config \fP
2125Read configuration directives from the given file. If this option is not
Original file line number Diff line number Diff line change @@ -15,7 +15,11 @@ Default: \fI/usr/share/gromox\fP
1515.TP
1616\fB \- U \fP
1717Rather than creating the SQLite file, upgrade it. (The \- f option has no
18- effect.)
18+ effect.) mkpublic does not coordinate with exmdb_provider(4gx) and data
19+ corruption is possible if both try to edit the file at the same time. You
20+ should let exmdb_provider(4gx) do upgrades instead, via the
21+ "exmdb_schema_upgrades" directive, or at the very least, stop
22+ http(8gx)/exmdb_provider when using mkpublic \- U.
1923.TP
2024\fB \- c \fP \fI config \fP
2125Read configuration directives from the given file. If this option is not
You can’t perform that action at this time.
0 commit comments