Skip to content

Commit

Permalink
Gromox 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelh committed Mar 9, 2023
1 parent 523a883 commit 6ef606f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([gromox], [2.5])
AC_INIT([gromox], [2.6])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([build-aux])
AC_PREFIX_DEFAULT([/usr])
Expand Down
5 changes: 3 additions & 2 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Development 2.5.72
==================
Gromox 2.6 (2023-03-10)
=======================

Fixes:

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

Behavioral changes:
Expand Down
2 changes: 1 addition & 1 deletion doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies are needed:
* jsoncpp
* libHX >= 4.12
* libiconv (OpenBSD only)
* libvmime >= 0.9.2.175
* libvmime >= 0.9.2.160 (commit c6904bd7cf03f6cca92cf0d15aec02e7850e0276)
* libxml2 (we use this for HTML parsing)
* libzstd
* MariaDB Connector/C or compatible
Expand Down

0 comments on commit 6ef606f

Please sign in to comment.