From 94f6af1cb79b4249e4d83b675b17404286d5acdf Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Fri, 14 Jul 2023 13:24:18 +0200 Subject: [PATCH] v2.4.23 --- ChangeLog | 2 ++ configure.ac | 2 +- src/md_version.h | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 91b94bd..8c2cfe0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +v2.4.23 +---------------------------------------------------------------------------------------------------- * New directive `MDMatchNames all|servernames` to allow more control over how MDomains are matched to VirtualHosts. * New directive `MDChallengeDns01Version`. Setting this to `2` will provide diff --git a/configure.ac b/configure.ac index a3d086e..4be854d 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ # AC_PREREQ([2.69]) -AC_INIT([mod_md], [2.4.22], [stefan@eissing.org]) +AC_INIT([mod_md], [2.4.23], [stefan@eissing.org]) LT_PREREQ([2.2.6]) LT_INIT() diff --git a/src/md_version.h b/src/md_version.h index 71a76d8..4605735 100644 --- a/src/md_version.h +++ b/src/md_version.h @@ -27,7 +27,7 @@ * @macro * Version number of the md module as c string */ -#define MOD_MD_VERSION "2.4.22-git" +#define MOD_MD_VERSION "2.4.23-git" /** * @macro @@ -35,7 +35,7 @@ * release. This is a 24 bit number with 8 bits for major number, 8 bits * for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203. */ -#define MOD_MD_VERSION_NUM 0x020416 +#define MOD_MD_VERSION_NUM 0x020417 #define MD_ACME_DEF_URL "https://acme-v02.api.letsencrypt.org/directory" #define MD_TAILSCALE_DEF_URL "file://localhost/var/run/tailscale/tailscaled.sock"