Skip to content

Commit

Permalink
Update changelogs and prepare for v2.7 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <[email protected]>
  • Loading branch information
troglobit committed Mar 22, 2020
1 parent fc01b0e commit ab491bf
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
18 changes: 18 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ Change Log
All notable changes to the project are documented in this file.


[v2.7][] - 2020-03-22
---------------------

### Changes
- Issue #301: Add `broken-rtc = <true | false>` .conf file setting, by
Vladislav Grishenko
- Issue #302: Add common authentication failure error code handling, by
Vladislav Grishenko
- Issue #308: Improve Dockerfile by using the same commit of the current
Dockerfile to to build inadyn. Previously the Dockerfile always pulled
the latest git master, by Dominik Courcelles

### Fixes
- Fix #300: `--force` option not being recognized, by Eric Sauvageau
- Fix #305: Fix hash generation regression in FreeDNS plugin, found and
fixed by Eric Sauvageau and Vladislav Grishenko


[v2.6][] - 2020-02-22
---------------------

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.6], [https://github.com/troglobit/inadyn/issues],
AC_INIT([In-a-dyn], [2.7], [https://github.com/troglobit/inadyn/issues],
[inadyn], [https://troglobit.com/projects/inadyn/])
AC_CONFIG_AUX_DIR(aux)
AM_INIT_AUTOMAKE([1.11 foreign dist-xz])
Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
inadyn (2.7) stable; urgency=medium

* New 'broken-rtc = <true|false>' setting
* New authentication failure handling, improves error reporting
* Fix '--force' option not being recognized
* Fix hash generation regression in FreeDNS plugin

-- Joachim Nilsson <[email protected]> Sun, 22 Mar 2020 11:21:30 +0100

inadyn (2.6) stable; urgency=medium

* Add support for Cloudflare
Expand Down

0 comments on commit ab491bf

Please sign in to comment.