Switch to semvers 2.0

This commit is contained in:
Willem Toorop 2019-12-18 12:29:21 +01:00
parent 5c33130454
commit 6b1ba31334
2 changed files with 6 additions and 4 deletions

View File

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

View File

@ -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