Skip to content
This repository was archived by the owner on Oct 25, 2025. It is now read-only.

Commit b43968d

Browse files
committed
Update changelogs and bump version for v2.8.1 release
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 5e9fab2 commit b43968d

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

ChangeLog.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Change Log
44
All notable changes to the project are documented in this file.
55

66

7+
[v2.8.1][] - 2021-01-31
8+
-----------------------
9+
10+
### Fixes
11+
- Issue #340: the new settings `ttl` and `proxied`, introduced in
12+
[v2.8][], were missing from custom provider sections. Found and
13+
fixed by André Colomb
14+
15+
716
[v2.8][] - 2021-01-31
817
---------------------
918

@@ -842,7 +851,8 @@ First stable version.
842851
- port to pSOS
843852

844853

845-
[UNRELEASED]: https://github.com/troglobit/inadyn/compare/v2.8...HEAD
854+
[UNRELEASED]: https://github.com/troglobit/inadyn/compare/v2.8.1...HEAD
855+
[v2.8.1]: https://github.com/troglobit/inadyn/compare/v2.8...v2.8.1
846856
[v2.8]: https://github.com/troglobit/inadyn/compare/v2.7...v2.8
847857
[v2.7]: https://github.com/troglobit/inadyn/compare/v2.6...v2.7
848858
[v2.6]: https://github.com/troglobit/inadyn/compare/v2.5...v2.6

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ(2.61)
2-
AC_INIT([In-a-dyn], [2.8], [https://github.com/troglobit/inadyn/issues],
2+
AC_INIT([In-a-dyn], [2.8.1], [https://github.com/troglobit/inadyn/issues],
33
[inadyn], [https://troglobit.com/projects/inadyn/])
44
AC_CONFIG_AUX_DIR(aux)
55
AM_INIT_AUTOMAKE([1.11 foreign dist-xz])

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
inadyn (2.8.1) stable; urgency=medium
2+
3+
* Fix warnings for 'ttl' and 'proxied' settings missing in custom
4+
provider sections. Found and fixed by André Colomb
5+
6+
-- Joachim Wiberg <[email protected]> Sun, 31 Jan 2021 23:29:17 +0100
7+
18
inadyn (2.8) stable; urgency=medium
29

310
* New keyword 'default' for 'checkip-server', uses api.ipify.org

0 commit comments

Comments
 (0)