File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
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
1
5
* Add Issue Name/Uris to certificate information in md-status handler
2
6
* MDomains with static certificate files have MDRenewMode "manual", unless
3
7
"always" is configured.
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.4.31 ] ,
[ [email protected] ] )
17
+ AC_INIT ( [ mod_md] ,
[ 2.5.0 ] ,
[ [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.4.31 -git"
30
+ #define MOD_MD_VERSION "2.5.0 -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 0x02041f
38
+ #define MOD_MD_VERSION_NUM 0x020500
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