Skip to content

Commit 2675b6c

Browse files
committed
Update changelogs and bump version for v2.6 release
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
1 parent d620db8 commit 2675b6c

3 files changed

Lines changed: 18 additions & 1 deletion

File tree

ChangeLog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ ChangeLog
33

44
All notable changes to the project are documented in this file.
55

6+
[v2.6][] - 2020-04-22
7+
---------------------
8+
9+
Full IPv6 support, both send and join.
10+
11+
- Increase MAX number of groups to join: 250 -> 2048
12+
- Relocate source code to `src/` sub-directory
13+
- Add support for sending with/to IPv6 address/group
14+
- Update docs slightly
15+
616

717
[v2.5][] - 2020-02-23
818
---------------------

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.6-beta1, https://github.com/troglobit/mcjoin/issues,, https://github.com/troglobit/mcjoin/)
1+
AC_INIT(mcjoin, 2.6, https://github.com/troglobit/mcjoin/issues,, https://github.com/troglobit/mcjoin/)
22
AC_CONFIG_AUX_DIR(aux)
33
AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])
44

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mcjoin (2.6) stable; urgency=medium
2+
3+
* Full IPv6 support, for joining groups and sending traffic
4+
* Increased max number of multicast groups to join: 250 -> 2048
5+
6+
-- Joachim Nilsson <troglobit@gmail.com> Wed, 22 Apr 2020 11:39:56 +0200
7+
18
mcjoin (2.5) unstable; urgency=medium
29

310
* New upstream release.

0 commit comments

Comments
 (0)