Skip to content

Commit c88ad73

Browse files
committed
Gromox 2.5
1 parent b9bf361 commit c88ad73

File tree

2 files changed

+7
-3
lines changed

2 files changed

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

doc/changelog.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Development 2.4.91
2-
==================
1+
Gromox 2.5 (2023-03-06)
2+
=======================
33

44
Fixes:
55

@@ -15,6 +15,7 @@ Fixes:
1515
Enhancements:
1616

1717
* authmgr: Alternate username support
18+
* mt2exm: add --skip-notif, --skip-rules options
1819

1920
Behavioral changes:
2021

@@ -23,6 +24,9 @@ Behavioral changes:
2324
number) extended rules".
2425
* The build no longer depends on the gumbo-parser library
2526
(a HTML parser); instead, it now uses libxml2 to do the same.
27+
* daemons: disable client-side TLS renegotiation in OpenSSL 1.x and LibreSSL
28+
(OpenSSL 3.x defaults to this behavior already)
29+
* php_mapi: block opcache from being present in the same process
2630

2731

2832
Gromox 2.4 (2023-02-26)

0 commit comments

Comments
 (0)