diff --git a/ChangeLog.md b/ChangeLog.md index 5d6d6cb5..c9006f43 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,7 +4,7 @@ Change Log All notable changes to the project are documented in this file. -[v2.0][UNRELEASED] - 2016-XX-YY +[v2.0][UNRELEASED] - 2016-06-YY ------------------------------- New configuration file format and changed command line options. @@ -29,6 +29,7 @@ New configuration file format and changed command line options. } - Support for ddnss.de and dynv6.com, contributed by Sven Hoefer +- Support for spdyn.de, on request from Frank Röhm - Reorganized SSL code, split `ssl.c` into `openssl.c` and `gnutls.c` - Strict HTTPS certificate validation is now default. To disable this use `strict-ssl = false` in the .conf file. diff --git a/configure.ac b/configure.ac index a6b0f498..1760431a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.61) -AC_INIT(In-a-dyn, 2.0.0-beta4, https://github.com/troglobit/inadyn/issues, inadyn, http://troglobit.com/inadyn.html) +AC_INIT(In-a-dyn, 2.0-rc1, https://github.com/troglobit/inadyn/issues, inadyn, http://troglobit.com/inadyn.html) AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz]) AM_SILENT_RULES([yes])