Skip to content

Commit

Permalink
getdns-1.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wtoorop committed Jun 4, 2021
1 parent 2a01145 commit 1f2aa58
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ 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 "-rc.1")
set(RELEASE_CANDIDATE "")

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 0x010600C1)
set(GETDNS_NUMERIC_VERSION 0x01070000)
set(API_VERSION "December 2015")
set(API_NUMERIC_VERSION 0x07df0c00)

Expand Down Expand Up @@ -69,7 +69,7 @@ set(API_NUMERIC_VERSION 0x07df0c00)
# getdns-1.5.1 had libversion 11:1:1
# getdns-1.5.2 had libversion 11:2:1
# getdns-1.6.0 had libversion 11:3:1
# getdns-1.7.0 will have libversion 12:0:2
# getdns-1.7.0 has libversion 12:0:2
set(GETDNS_VERSION_CURRENT 12)
set(GETDNS_VERSION_REVISION 0)
set(GETDNS_VERSION_AGE 2)
Expand Down
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* 2021-06-??: Version 1.7.0
* 2021-06-04: Version 1.7.0
* Make TLS Handshake timeout max 4/5th of timeout for the query,
just like connection setup timeout was, so fallback transport
have a chance too when TCP connection setup is less well
Expand All @@ -20,6 +20,7 @@
#320 .
* Eventloop extensions back to the old names libgetdns_ext_event,
libgetdns_ext_ev and libgetdns_ext_uv.
* Compilation warning fixes. Thanks Andreas!

* 2020-02-28: Version 1.6.0
* Issues #457, #458, #461: New symbols with libnettle >= 3.4.
Expand Down
2 changes: 1 addition & 1 deletion stubby
Submodule stubby updated 2 files
+1 −1 CMakeLists.txt
+1 −1 ChangeLog

0 comments on commit 1f2aa58

Please sign in to comment.