We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa2505 commit 1a4498fCopy full SHA for 1a4498f
CHANGELOG
@@ -1,3 +1,12 @@
1
+** Version 0.12.2 (2024-03-12)
2
+
3
+- Update project URL
4
+- Deprecate Monkeysphere integration
5
+- Convert README to Markdown
6
+- Replace leftover pkg-config references with pkgconf
7
+- Remove unused struct member (vhost_cb_rec in gnutls_hooks.c)
8
+- Small improvements for Doxygen API documentation build
9
10
** Version 0.12.1 (2023-02-23)
11
12
- Security fix (CVE-2023-25824): Remove an infinite loop in blocking
configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([mod_gnutls],[0.12.1])
+AC_INIT([mod_gnutls],[0.12.2])
OOO_CONFIG_NICE(config.nice)
MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION
AC_CONFIG_SRCDIR([src/mod_gnutls.c])
0 commit comments