Skip to content

Releases: wandnz/amplet2

amplet2-0.9.10

23 Aug 02:38
Compare
Choose a tag to compare

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

11 Jul 05:29
Compare
Choose a tag to compare

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

05 Jul 04:49
Compare
Choose a tag to compare

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

03 Jul 01:57
Compare
Choose a tag to compare

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

13 Jun 22:55
Compare
Choose a tag to compare

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

11 Jun 23:34
Compare
Choose a tag to compare

Changes:

  • package: bring RPM packaging up to date and build RPMs automatically (#32).
  • external: enable test by default (#33).

amplet2-0.9.4

14 May 01:37
Compare
Choose a tag to compare

Changes:

  • amplet2: add new test to run external programs (temporarily disabled) (#33).
  • package: remove Debian Wheezy build scripts and sysvinit/upstart (#31).

Bugfixes:

  • fastping: fix incorrect test name on man page.
  • youtube: use strictly incrementing javascript timer.

amplet2-0.9.3

30 Apr 04:10
Compare
Choose a tag to compare

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

29 Mar 02:23
Compare
Choose a tag to compare

Changes:

  • youtube: set chromium UserDataDir to /tmp/.amplet2/chromium/ (#29).
  • youtube: move wrapper from /usr/sbin/ to avoid creating dirs there (#29).

Bugfixes:

  • youtube: terminate cleanly if player receives an error (#30).

amplet2-0.9.1

15 Feb 03:36
Compare
Choose a tag to compare

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.