mirror of https://github.com/getdnsapi/getdns.git
getdns-1.7.2 quickfix stubby release
This commit is contained in:
parent
8aa19255b8
commit
3a71bd350e
|
@ -13,7 +13,7 @@ endif ()
|
|||
|
||||
set(PACKAGE "getdns")
|
||||
set(PACKAGE_NAME "getdns")
|
||||
set(PACKAGE_VERSION "1.7.1")
|
||||
set(PACKAGE_VERSION "1.7.2")
|
||||
set(PACKAGE_BUGREPORT "team@getdnsapi.net")
|
||||
set(PACKAGE_URL "https://getdnsapi.net")
|
||||
|
||||
|
@ -25,7 +25,7 @@ set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}${RELEASE_CANDIDATE}")
|
|||
set(PACKAGE_TARNAME "${PACKAGE}-${PACKAGE_VERSION}${RELEASE_CANDIDATE}")
|
||||
|
||||
set(GETDNS_VERSION "${PACKAGE_VERSION}${RELEASE_CANDIDATE}")
|
||||
set(GETDNS_NUMERIC_VERSION 0x01070100)
|
||||
set(GETDNS_NUMERIC_VERSION 0x01070200)
|
||||
set(API_VERSION "December 2015")
|
||||
set(API_NUMERIC_VERSION 0x07df0c00)
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
* 2022-08-19: Version 1.7.2
|
||||
* Updated to Stubby 0.4.2 quickfix release
|
||||
|
||||
* 2022-08-19: Version 1.7.1
|
||||
* Always send the `dot` ALPN when using DoT
|
||||
* Strengthen version determination for Libidn2 during cmake processing
|
||||
|
|
2
stubby
2
stubby
|
@ -1 +1 @@
|
|||
Subproject commit 212e78d424f50d093be8a908042542c30ff570b2
|
||||
Subproject commit d4eff9bf415a968b1849c99720d51af98a10bdee
|
Loading…
Reference in New Issue