| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to version 2.6 * 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
- Update to version 2.5
* Replaced mutually exclusive options -q and -d with -l level.
Default log level is notice, for true quiet mode, use -l none
* Added new daemon mode, which makes mcjoin detach from its
controlling terminal and run in the background, with all
output except progress redirected to syslog
* Fix possible file descriptor leak
* Improve error detection if mcjoin cannot find a default
interface, a valid (source) IP address, or anything else
goes wrong
* Add support for -w SEC, initial delay before actually
starting. Useful if started very early in a system bootstrap
before network has come up properly
- Update to version 2.4
* Support for SSM (S,G) join, in addition to the existing
ASM (*,G) join
* Find interface bsaed on default route with best metric
* Initial support for IPv6 (*,G) and (S,G) joins
- Update to version 2.3
* Automatically detect default interface
* Enable support for multiple mcjoin receivers on one host using
the same destination (Internet) port
* Fix #1: Receiver does not stop after count received packets
* Avoid using GLIBC extension `__progname`
- Initial package, version 2.2
- Update to version 2.11
* Fix issue with spurious timer expiry on Aarch64 (Arm64)
* Fix #26: sender takes 100% CPU usage in daemon mode
- Update to version 2.10
* Minor bug fixes, found by Coverity Scan
* Fix #18: optional trailing group port arguments ip4/ip6.
* Fix #19: setsid() problem causing mcjoin to exit when
daemonized.
* regression introduced in v2.7.
* Fix #23: fix uptime display in old output mode.
* Document alternative use-case.