Releases: wandnz/amplet2
Releases · wandnz/amplet2
amplet2-0.9.10
Changes:
- rpm: run unit tests after building package.
- rpm: put binaries in the same location they are in Debian packages.
- amplet2: explicitly set protocol buffer version 2 in .proto files.
Bugfixes:
- dns: fix incorrect test name in error message.
- amplet2: replace deprecated ASN1_STRING_data() with ASN1_STRING_get0_data().
- amplet2: replace deprecated RSA_generate_key() with RSA_generate_key_ex().
amplet2-0.9.9
Bugfixes:
- package: version the Debian init-system-helpers dependency to appease lintian.
- amplet2: set CAP_NET_ADMIN to run tcpping test.
- amplet2: set CAP_NET_BIND_SERVICE to run throughput and udpstream tests.
- tcpping: set CAP_NET_ADMIN to allow pcap capture.
- throughput: set CAP_NET_BIND_SERVICE to allow binding to low ports.
- udpstream: set CAP_NET_BIND_SERVICE to allow binding to low ports.
amplet2-0.9.8
Changes:
- amplet2: start as root to run rabbitmqctl before switching to amplet user.
- package: create directories during postinst rather than in init scripts.
Bugfixes:
- package: specify RPM dependencies correctly for the client subpackage.
- package: fix the reference in the RPM postinst to the config directory to be correct.
amplet2-0.9.7
Changes:
- amplet2: run all test processes as a non-privileged user (using capabilities to get raw socket access).
- amplet2: update man pages with capabilities and links to other programs.
Bugfixes:
- udpstream: fix incorrect test name in error message.
amplet2-0.9.6
Bugfixes:
- package: fix RPATH in RPM packaging so test libraries can be found (#32).
- package: flag man pages so they get installed by automake and RPMs (#32).
- package: various minor file attribute fixes for RPMs (#32).
- external: drop all groups before setting user/group to "nobody" (#33).
- external: add missing man page to Debian package.
- fastping: add missing man page to Debian package.
- fastping: link libm correctly with the test library.
amplet2-0.9.5
amplet2-0.9.4
amplet2-0.9.3
Changes:
- fastping: enable test by default (#26).
- fastping: change result fields to better match backend expectations.
- fastping: sleep at low packet rates when possible.
Bugfixes:
- fastping: add missing header to the distribution tarball.
- fastping: change offset into fastping packet depending on address family.
amplet2-0.9.2
amplet2-0.9.1
Changes:
- package: change amplet2-server package architecture from "any" to "all".
- package: use GitLab CI/CD to upload built packages to bintray.
- youtube: always set and report the YouTube test user agent.
- youtube: add flag to specify maximum run time of a YouTube video.
- youtube: print console.log() messages in the YouTube test to the debug log.
- youtube: rework Makefile to build more sensibly.
- youtube: mute video by default so it will autoplay.
- youtube: update to use Chromium version 71.0.3578.98.
- youtube: add /usr/lib/chromium-brower to RPATH for libffmpeg.
Bugfixes:
- amplet2: close the pidfile after writing the PID.
- dns: change nsid result field name so it doesn't shadow header variable.
- youtube: fix horizontal resolution for "large" quality.