mirror of https://github.com/getdnsapi/getdns.git
Compare commits
No commits in common. "d98d307e64a368693df2289d071b1589c232c7cb" and "9c076ca34b9569eb60861da9a99f895a49d5a7b4" have entirely different histories.
d98d307e64
...
9c076ca34b
|
@ -1,4 +1,4 @@
|
||||||
cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
|
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
|
||||||
|
|
||||||
if (POLICY CMP0075)
|
if (POLICY CMP0075)
|
||||||
cmake_policy(SET CMP0075 NEW)
|
cmake_policy(SET CMP0075 NEW)
|
||||||
|
@ -13,7 +13,7 @@ endif ()
|
||||||
|
|
||||||
set(PACKAGE "getdns")
|
set(PACKAGE "getdns")
|
||||||
set(PACKAGE_NAME "getdns")
|
set(PACKAGE_NAME "getdns")
|
||||||
set(PACKAGE_VERSION "1.7.3")
|
set(PACKAGE_VERSION "1.7.2")
|
||||||
set(PACKAGE_BUGREPORT "team@getdnsapi.net")
|
set(PACKAGE_BUGREPORT "team@getdnsapi.net")
|
||||||
set(PACKAGE_URL "https://getdnsapi.net")
|
set(PACKAGE_URL "https://getdnsapi.net")
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,3 @@
|
||||||
* 2022-12-22: Version 1.7.3
|
|
||||||
* PR #532: Increase CMake required version 3.5 -> 3.20, because we
|
|
||||||
need cmake_path for Absolute paths in pkg-config (See Issue #517)
|
|
||||||
Thanks Gabriel Ganne
|
|
||||||
* Updated to Stubby 0.4.3 quickfix release
|
|
||||||
|
|
||||||
* 2022-08-19: Version 1.7.2
|
* 2022-08-19: Version 1.7.2
|
||||||
* Updated to Stubby 0.4.2 quickfix release
|
* Updated to Stubby 0.4.2 quickfix release
|
||||||
|
|
||||||
|
|
2
stubby
2
stubby
|
@ -1 +1 @@
|
||||||
Subproject commit 8571f6aba6827a74588f0d0e645d363c9ab045d1
|
Subproject commit d4eff9bf415a968b1849c99720d51af98a10bdee
|
Loading…
Reference in New Issue