mirror of https://github.com/getdnsapi/getdns.git
Do custom 1.7.4-rc1 release for Windows
This commit is contained in:
parent
83bbb57b00
commit
47e5ee4a27
|
@ -13,13 +13,13 @@ endif ()
|
|||
|
||||
set(PACKAGE "getdns")
|
||||
set(PACKAGE_NAME "getdns")
|
||||
set(PACKAGE_VERSION "1.7.3")
|
||||
set(PACKAGE_VERSION "1.7.4")
|
||||
set(PACKAGE_BUGREPORT "team@getdnsapi.net")
|
||||
set(PACKAGE_URL "https://getdnsapi.net")
|
||||
|
||||
# Dont forget to put a dash in front of the release candidate!!!
|
||||
# That is how it is done with semantic versioning!
|
||||
set(RELEASE_CANDIDATE "")
|
||||
set(RELEASE_CANDIDATE "-rc1")
|
||||
|
||||
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}${RELEASE_CANDIDATE}")
|
||||
set(PACKAGE_TARNAME "${PACKAGE}-${PACKAGE_VERSION}${RELEASE_CANDIDATE}")
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
* 2023-??-??: Version 1.7.4
|
||||
* 2023-07-26: Version 1.7.4-rc1
|
||||
* Multiple fixes for Windows build
|
||||
* Merge PR #538 (thanks AstralStorm) to fix Windows API issues
|
||||
* Update Stubby to 0.4.4rc1 to fix Windows build issues there (thanks
|
||||
AstralStorm)
|
||||
* Fix typo in FindLibuv.cmake
|
||||
* Issue #536: Broken trust anchor files are silently ignored
|
||||
Thanks Stéphane Bortzmeyer
|
||||
|
||||
|
|
Loading…
Reference in New Issue