Skip to content

Commit 1eb6fcc

Browse files
committed
v2.5.0
1 parent 1115388 commit 1eb6fcc

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v2.5.0
2+
----------------------------------------------------------------------------------------------------
3+
* Added support for ACME profiles. See README on how to use them.
4+
* restored fixed to #336 and #337 which got lost in a sync with Apache svn
15
* Add Issue Name/Uris to certificate information in md-status handler
26
* MDomains with static certificate files have MDRenewMode "manual", unless
37
"always" is configured.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515

1616
AC_PREREQ([2.69])
17-
AC_INIT([mod_md], [2.4.31], [[email protected]])
17+
AC_INIT([mod_md], [2.5.0], [[email protected]])
1818

1919
LT_PREREQ([2.2.6])
2020
LT_INIT()

src/md_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
* @macro
2828
* Version number of the md module as c string
2929
*/
30-
#define MOD_MD_VERSION "2.4.31-git"
30+
#define MOD_MD_VERSION "2.5.0-git"
3131

3232
/**
3333
* @macro
3434
* Numerical representation of the version number of the md module
3535
* release. This is a 24 bit number with 8 bits for major number, 8 bits
3636
* for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203.
3737
*/
38-
#define MOD_MD_VERSION_NUM 0x02041f
38+
#define MOD_MD_VERSION_NUM 0x020500
3939

4040
#define MD_ACME_DEF_URL "https://acme-v02.api.letsencrypt.org/directory"
4141
#define MD_TAILSCALE_DEF_URL "file://localhost/var/run/tailscale/tailscaled.sock"

0 commit comments

Comments
 (0)