File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ v2.4.15
2+ ----------------------------------------------------------------------------------------------------
3+ * Fixed a bug leading to failed transfers for OCSP stapling information
4+ when more than 6 certificates needed updates in the same run.
5+
16v2.4.14
27----------------------------------------------------------------------------------------------------
38 * Added support for tailscale (https://tailscale.com) certificates to have
Original file line number Diff line number Diff line change 1414#
1515
1616AC_PREREQ ( [ 2.69] )
17- AC_INIT ( [ mod_md] ,
[ 2.4.14 ] ,
[ [email protected] ] ) 17+ AC_INIT ( [ mod_md] ,
[ 2.4.15 ] ,
[ [email protected] ] ) 1818
1919LT_PREREQ([ 2.2.6] )
2020LT_INIT()
Original file line number Diff line number Diff line change 2727 * @macro
2828 * Version number of the md module as c string
2929 */
30- #define MOD_MD_VERSION "2.4.14 -git"
30+ #define MOD_MD_VERSION "2.4.15 -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 0x02040e
38+ #define MOD_MD_VERSION_NUM 0x02040f
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"
You can’t perform that action at this time.
0 commit comments