Skip to content

Commit 1a4498f

Browse files
committed
mod_gnutls version 0.12.2
1 parent 4fa2505 commit 1a4498f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
** Version 0.12.1 (2023-02-23)
211

312
- Security fix (CVE-2023-25824): Remove an infinite loop in blocking

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.69])
2-
AC_INIT([mod_gnutls],[0.12.1])
2+
AC_INIT([mod_gnutls],[0.12.2])
33
OOO_CONFIG_NICE(config.nice)
44
MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION
55
AC_CONFIG_SRCDIR([src/mod_gnutls.c])

0 commit comments

Comments
 (0)