Skip to content

Commit

Permalink
Update ChangeLog and bump version to v2.0-rc1
Browse files Browse the repository at this point in the history
This latest (experimental) support for SPDYN is likely the last feature
to be added to v2.0.

Signed-off-by: Joachim Nilsson <[email protected]>
  • Loading branch information
troglobit committed Jun 22, 2016
1 parent d8d87eb commit 1c28674
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])

Expand Down

0 comments on commit 1c28674

Please sign in to comment.