File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change
1
+ v2.5.2
2
+ ----------------------------------------------------------------------------------------------------
1
3
* Fixed TLS-ALPN-01 challenges when multiple `MDPrivateKeys` are specified
2
4
with EC keys before RSA ones. Fixes #377.
3
5
* Fixed missing newlines in the status page output. [andreasgroth]
Original file line number Diff line number Diff line change 14
14
#
15
15
16
16
AC_PREREQ ( [ 2.69] )
17
- AC_INIT ( [ mod_md] ,
[ 2.5.1 ] ,
[ [email protected] ] )
17
+ AC_INIT ( [ mod_md] ,
[ 2.5.2 ] ,
[ [email protected] ] )
18
18
19
19
LT_PREREQ([ 2.2.6] )
20
20
LT_INIT()
Original file line number Diff line number Diff line change 27
27
* @macro
28
28
* Version number of the md module as c string
29
29
*/
30
- #define MOD_MD_VERSION "2.5.1 -git"
30
+ #define MOD_MD_VERSION "2.5.2 -git"
31
31
32
32
/**
33
33
* @macro
34
34
* Numerical representation of the version number of the md module
35
35
* release. This is a 24 bit number with 8 bits for major number, 8 bits
36
36
* for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203.
37
37
*/
38
- #define MOD_MD_VERSION_NUM 0x020501
38
+ #define MOD_MD_VERSION_NUM 0x020502
39
39
40
40
#define MD_ACME_DEF_URL "https://acme-v02.api.letsencrypt.org/directory"
41
41
#define MD_TAILSCALE_DEF_URL "file://localhost/var/run/tailscale/tailscaled.sock"
You can’t perform that action at this time.
0 commit comments