Skip to content

Commit

Permalink
getdns-1.7.2 quickfix stubby release
Browse files Browse the repository at this point in the history
  • Loading branch information
wtoorop committed Aug 19, 2022
1 parent 8aa1925 commit 3a71bd3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]")
set(PACKAGE_URL "https://getdnsapi.net")

Expand All @@ -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)

Expand Down
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion stubby
Submodule stubby updated 3 files
+1 −1 CMakeLists.txt
+4 −0 ChangeLog
+8 −2 src/configfile.c

0 comments on commit 3a71bd3

Please sign in to comment.