Skip to content

Commit d98d307

Browse files
committed
New 1.7.3 release with quickfix 1.4.3 stubby release
1 parent c8df60e commit d98d307

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ endif ()
1313

1414
set(PACKAGE "getdns")
1515
set(PACKAGE_NAME "getdns")
16-
set(PACKAGE_VERSION "1.7.2")
16+
set(PACKAGE_VERSION "1.7.3")
1717
set(PACKAGE_BUGREPORT "[email protected]")
1818
set(PACKAGE_URL "https://getdnsapi.net")
1919

ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
* 2022-12-22: Version 1.7.3
2+
* PR #532: Increase CMake required version 3.5 -> 3.20, because we
3+
need cmake_path for Absolute paths in pkg-config (See Issue #517)
4+
Thanks Gabriel Ganne
5+
* Updated to Stubby 0.4.3 quickfix release
6+
17
* 2022-08-19: Version 1.7.2
28
* Updated to Stubby 0.4.2 quickfix release
39

0 commit comments

Comments
 (0)