Skip to content

Commit 4125a68

Browse files
committed
Bump version and update ChangeLog for v2.4 release
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
1 parent bed5b82 commit 4125a68

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

ChangeLog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ ChangeLog
44
All notable changes to the project are documented in this file.
55

66

7-
[v2.4][] - 2019-04-xx
7+
[v2.4][] - 2019-04-04
88
---------------------
99

1010
- Support for SSM (S,G) join, in addition to the existing ASM (*,G) join
1111
- Find interface bsaed on default route with *best* metric
12+
- Initial support for IPv6 (*,G) and (S,G) joins
1213

1314

1415
[v2.3][] - 2018-09-20
@@ -76,7 +77,8 @@ OnTime AS and later at Westermo. Based on the work by David Stevens
7677
and developed further by Joachim Nilsson, on his spare time.
7778

7879

79-
[UNRELEASED]: https://github.com/troglobit/mcjoin/compare/v2.3...HEAD
80+
[UNRELEASED]: https://github.com/troglobit/mcjoin/compare/v2.4...HEAD
81+
[v2.4]: https://github.com/troglobit/mcjoin/compare/v2.3...v2.4
8082
[v2.3]: https://github.com/troglobit/mcjoin/compare/v2.2...v2.3
8183
[v2.2]: https://github.com/troglobit/mcjoin/compare/v2.1...v2.2
8284
[v2.1]: https://github.com/troglobit/mcjoin/compare/v2.0...v2.1

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT(mcjoin, 2.4-dev, https://github.com/troglobit/mcjoin/issues,, https://github.com/troglobit/mcjoin/)
1+
AC_INIT(mcjoin, 2.4, https://github.com/troglobit/mcjoin/issues,, https://github.com/troglobit/mcjoin/)
22
AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])
33

44
AC_CONFIG_SRCDIR([mcjoin.c])

debian/changelog

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ mcjoin (2.4) unstable; urgency=medium
22

33
* New upstream release. Support for SSM join (S,G) in addition to the
44
existing ASM (*,G) functionaliy.
5+
* Find default interface based on default route with best metric.
6+
* Initial support for IPv6 (*,G) and (S,G) joins
57

6-
-- Joachim Nilsson <troglobit@gmail.com> Sun, 31 Mar 2019 23:41:06 +0200
8+
-- Joachim Nilsson <troglobit@gmail.com> Thu, 04 Apr 2019 09:57:39 +0200
79

810
mcjoin (2.3) unstable; urgency=medium
911

0 commit comments

Comments
 (0)