Skip to content

Commit c1d541e

Browse files
committed
Gromox 1.19
1 parent 26b7e3c commit c1d541e

File tree

5 files changed

+26
-8
lines changed

5 files changed

+26
-8
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], [1.18])
1+
AC_INIT([gromox], [1.19])
22
AC_CONFIG_AUX_DIR([build-aux])
33
AC_CONFIG_MACRO_DIR([build-aux])
44
AC_PREFIX_DEFAULT([/usr])

doc/changelog.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
1.18.138
2-
========
1+
1.19 (2022-04-14)
2+
=================
33

44
Enhancements:
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

1721
Fixes:
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

3946
1.18 (2022-03-19)

doc/gromox-mkmidb.8gx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ Default: \fI/usr/share/gromox\fP
1515
.TP
1616
\fB\-U\fP
1717
Rather 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 \fIconfig\fP
2124
Read configuration directives from the given file. If this option is not

doc/gromox-mkprivate.8gx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ Default: \fI/usr/share/gromox\fP
1515
.TP
1616
\fB\-U\fP
1717
Rather 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 \fIconfig\fP
2125
Read configuration directives from the given file. If this option is not

doc/gromox-mkpublic.8gx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ Default: \fI/usr/share/gromox\fP
1515
.TP
1616
\fB\-U\fP
1717
Rather 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 \fIconfig\fP
2125
Read configuration directives from the given file. If this option is not

0 commit comments

Comments
 (0)