Skip to content

Commit 6ef606f

Browse files
committed
Gromox 2.6
1 parent 523a883 commit 6ef606f

File tree

3 files changed

+5
-4
lines changed

3 files changed

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

doc/changelog.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Development 2.5.72
2-
==================
1+
Gromox 2.6 (2023-03-10)
2+
=======================
33

44
Fixes:
55

@@ -19,6 +19,7 @@ Fixes:
1919
* mapi_lib: rectify emission of \cf code in htmltortf
2020
* delivery: reduce number of default worker threads to number of client
2121
connections to temporarily address "too many connections"
22+
* delivery: retain queue messages on processing errors
2223
* mlist_expand: resolve null dereference during mlist_expand
2324

2425
Behavioral changes:

doc/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies are needed:
1616
* jsoncpp
1717
* libHX >= 4.12
1818
* libiconv (OpenBSD only)
19-
* libvmime >= 0.9.2.175
19+
* libvmime >= 0.9.2.160 (commit c6904bd7cf03f6cca92cf0d15aec02e7850e0276)
2020
* libxml2 (we use this for HTML parsing)
2121
* libzstd
2222
* MariaDB Connector/C or compatible

0 commit comments

Comments
 (0)