From c67f3fb0b473b6223d203a5e8206b999b8ef226f Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Wed, 9 Sep 2015 21:27:51 +0200 Subject: [PATCH] Update ChangeLog and bump version for v1.99.15 release Signed-off-by: Joachim Nilsson --- ChangeLog.md | 21 ++++++++++++++++----- configure.ac | 2 +- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 4f0f4708..7a6c99ae 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,8 +3,8 @@ Change Log All notable changes to the project are documented in this file. -[UNRELEASED][] --------------- +[1.99.15][] - 2015-09-09 +------------------------ Minor bugfix release. @@ -12,15 +12,26 @@ Minor bugfix release. - Support for new API at https://tunnelbroker.net, fixes issue #83. Use `default@tunnelbroker.net` to use the DYN.com API to update the IPv4 address for your IPv6-in-IPv4 tunnel. Thanks goes to - Horst Venzke for reporting this problem. + Horst Venzke @hvenzke for reporting this problem! - The old API for the IPv6-in-IPv4 system `ipv6tb@he.net` is now deprecated. Users should migrate to `default@tunnelbroker.net` +- Files generated by the GNU Configure & Build System is now no longer + stored in GIT. Instead, users that rely on GIT must run the new + `./autogen.sh` script to generate the necessary files (`configure`). + ### Fixes - Fix issue #100: regression from [1.99.13][] pidfile is no longer created. Inadyn 1.x semantics incompatible with OpenBSD `pidfile()` - that replaced local version in [1.99.14][]. Problem found by - David Schury. + that replaced local version in [1.99.14][]. Problem found by David + Schury @daersc. +- Fix issue #107: If an IP address update fails, e.g. due to temporary + connectivity, HTTP transmission problems, etc. then Inadyn now forces + an update in the next IP check cycle. (This is the configurable + `period` interval in `inadyn.conf`.) Reported by Oliver Graute + @redbrain17 and audited by @BulldozerBSG, thanks! +- Fix issue #108: Update README with correct alias syntax for Namecheap, + issue reported by @quazar0 [1.99.14][] - 2015-07-14 diff --git a/configure.ac b/configure.ac index fca68313..abd7f197 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(inadyn, 1.99.15-pre, https://github.com/troglobit/inadyn/issues) +AC_INIT(inadyn, 1.99.15, https://github.com/troglobit/inadyn/issues) AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz]) AM_SILENT_RULES([yes])