Skip to content

Commit

Permalink
Update changelogs and bump version for v2.6 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <[email protected]>
  • Loading branch information
troglobit committed Apr 22, 2020
1 parent d620db8 commit 2675b6c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ ChangeLog

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

[v2.6][] - 2020-04-22
---------------------

Full IPv6 support, both send and join.

- Increase MAX number of groups to join: 250 -> 2048
- Relocate source code to `src/` sub-directory
- Add support for sending with/to IPv6 address/group
- Update docs slightly


[v2.5][] - 2020-02-23
---------------------
Expand Down
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.6-beta1, https://github.com/troglobit/mcjoin/issues,, https://github.com/troglobit/mcjoin/)
AC_INIT(mcjoin, 2.6, https://github.com/troglobit/mcjoin/issues,, https://github.com/troglobit/mcjoin/)
AC_CONFIG_AUX_DIR(aux)
AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])

Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
mcjoin (2.6) stable; urgency=medium

* Full IPv6 support, for joining groups and sending traffic
* Increased max number of multicast groups to join: 250 -> 2048

-- Joachim Nilsson <[email protected]> Wed, 22 Apr 2020 11:39:56 +0200

mcjoin (2.5) unstable; urgency=medium

* New upstream release.
Expand Down

0 comments on commit 2675b6c

Please sign in to comment.