From a2f43dc57ff054a2d52d070c463446f0ad93a85e Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Tue, 8 Mar 2016 09:54:06 +0100 Subject: [PATCH] Update ChangeLog and bump version for v2.1 release Signed-off-by: Joachim Nilsson --- ChangeLog.md | 10 +++++++++- configure.ac | 2 +- debian/changelog | 11 +++++++++-- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index dabd61b..4c73390 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,13 @@ ChangeLog All notable changes to the project are documented in this file. +[v2.1][] - 2016-03-08 +--------------------- + +Add validation of incoming multicast packets, verifying destination +IP address of packet against expected multicast group for socket. + + [v2.0][] - 2016-03-07 --------------------- @@ -40,7 +47,8 @@ OnTime AS and later at Westermo. Based on the work by David Stevens and developed further by Joachim Nilsson, on his spare time. -[UNRELEASED]: https://github.com/troglobit/mcjoin/compare/v2.0...HEAD +[UNRELEASED]: https://github.com/troglobit/mcjoin/compare/v2.1...HEAD +[v2.1]: https://github.com/troglobit/mcjoin/compare/2.0...2.1 [v2.0]: https://github.com/troglobit/mcjoin/compare/1.5...2.0 [v1.5]: https://github.com/troglobit/mcjoin/compare/1.4...1.5 [v1.4]: https://github.com/troglobit/mcjoin/compare/1.3...1.4 diff --git a/configure.ac b/configure.ac index af7d8a9..1cab7eb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(mcjoin, 2.0, https://github.com/troglobit/mcjoin/issues,, https://github.com/troglobit/mcjoin/) +AC_INIT(mcjoin, 2.1, https://github.com/troglobit/mcjoin/issues,, https://github.com/troglobit/mcjoin/) AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz]) AC_CONFIG_SRCDIR([mcjoin.c]) diff --git a/debian/changelog b/debian/changelog index eb0c5f6..fcdf466 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,14 @@ +mcjoin (2.1-1) wily; urgency=medium + + * New upstream release, adding support for packet validation: check + expected multicast group against packet destination address. + + -- Joachim Nilsson Tue, 08 Mar 2016 09:53:02 +0100 + mcjoin (2.0-1) wily; urgency=low - * New upstream relase. Adds support for actings as sender as well as - to, not only join, but also receive multicast packets. + * New upstream release. Adds support for acting as sender as well as to, + not only join, but also receive multicast packets. * Please note that `--long-options` are no more and that some options have been removed altogether. For instance `-f FIRST` and `-n NUM` options have been changed to command arguments on the form `GROUP+NUM`, which