mirror of https://github.com/getdnsapi/getdns.git
Switch to semvers 2.0
This commit is contained in:
parent
5c33130454
commit
6b1ba31334
|
@ -22,7 +22,7 @@ set(PACKAGE_TARNAME "${PACKAGE}-${PACKAGE_VERSION}")
|
|||
|
||||
# Dont forget to put a dash in front of the release candidate!!!
|
||||
# That is how it is done with semantic versioning!
|
||||
set(RELEASE_CANDIDATE "-b1")
|
||||
set(RELEASE_CANDIDATE "-beta.1")
|
||||
|
||||
set(GETDNS_VERSION "${PACKAGE_VERSION}${RELEASE_CANDIDATE}")
|
||||
set(GETDNS_NUMERIC_VERSION 0x0105ffc1)
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
* 2019-11: Version 1.6.0-beta1
|
||||
* 2019-12-20: Version 1.6.0-beta.1
|
||||
* Migration of build system to cmake. Build now works on Ubuntu,
|
||||
Windows 10 and macOS. Some notes on minor differences in the new cmake build:
|
||||
Windows 10 and macOS.
|
||||
Some notes on minor differences in the new cmake build:
|
||||
* OpenSSL 1.0.2 or higher is now required
|
||||
* libunbound 1.5.9 is now required
|
||||
* Only libidn2 2.0.0 and later is supported (not libidn)
|
||||
* Windows uses ENABLE_STUB_ONLY=ON as the default
|
||||
* Unit and regression tests work on Linux/macOS (but not Windows yet)
|
||||
* Unit and regression tests work on Linux/macOS
|
||||
(but not Windows yet)
|
||||
|
||||
* 2019-04-03: Version 1.5.2
|
||||
* PR #424: Two small trust anchor fetcher fixes
|
||||
|
|
Loading…
Reference in New Issue