Skip to content

Commit

Permalink
Update ChangeLog and bump version for v2.1 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 8, 2016
1 parent a3a7c59 commit a2f43dc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
10 changes: 9 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
11 changes: 9 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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
Expand Down

0 comments on commit a2f43dc

Please sign in to comment.