Skip to content

Commit

Permalink
mod_gnutls version 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
airtower-luna committed Mar 12, 2024
1 parent 4fa2505 commit 1a4498f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
** Version 0.12.2 (2024-03-12)

- Update project URL
- Deprecate Monkeysphere integration
- Convert README to Markdown
- Replace leftover pkg-config references with pkgconf
- Remove unused struct member (vhost_cb_rec in gnutls_hooks.c)
- Small improvements for Doxygen API documentation build

** Version 0.12.1 (2023-02-23)

- Security fix (CVE-2023-25824): Remove an infinite loop in blocking
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down

0 comments on commit 1a4498f

Please sign in to comment.