File simple-multicast.changes of Package simple-multicast
-------------------------------------------------------------------
Mon Oct 27 20:14:06 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Upstream moved to github
- Force "-std=gnu99" to build on modern gcc
- Update to version 0.2.5.2
* Code clean up and rebase
- Update to version 0.2.5
* Do not hardcode the TTL, allow users to provide the desired value.
* Server non interactive CLI changed to account for TTL.
* multicast -v4 -server -group 239.1.2.3 -port 9999 -ttl 64 -delay 1
* multicast -v6 -server -group FF05::3232 -port 9999 -ttl 64 -delay 1
-------------------------------------------------------------------
Thu Jan 28 12:10:00 UTC 2014 - andrea@opensuse.org
- New upstream version 0.2.4
* Code clean up following structured programming
* Enabled not interactive command line arguments. example of usage:
multicast -v4 -server -group 239.1.2.3 -port 9999 -delay 1
multicast -v6 -client -group FF05::3232 -port 9999
multicast -v4 -client-ssm -group 232.1.2.3 -source 10.0.0.1 -port 9999
-------------------------------------------------------------------
Mon Jan 13 14:10:00 UTC 2014 - andrea@opensuse.org
- New upstream version 0.2.3
* Code clean up
* Better menu handling
* Full IPv6 support, SSM is now working for IPv6 too
-------------------------------------------------------------------
Fri Jan 10 10:10:00 UTC 2014 - andrea@opensuse.org
- New package