Skip to content

Commit

Permalink
Bump version number to 0.12.0 and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendonj committed Mar 11, 2024
1 parent d395552 commit f41e6ef
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 5 deletions.
5 changes: 3 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.67])
AC_INIT([amplet2], [0.11.7], [[email protected]])
AC_INIT([amplet2], [0.12.0], [[email protected]])
#AC_CONFIG_SRCDIR([src/measured/measured.c])
AM_INIT_AUTOMAKE([subdir-objects])
AC_CONFIG_HEADERS([config.h])
Expand Down Expand Up @@ -57,7 +57,8 @@ AM_CONDITIONAL([MINGW], [test x$mingw = xtrue])
# amplet2-0.11.5: 6:2:0 (ABI version 6)
# amplet2-0.11.6: 6:3:0 (ABI version 6)
# amplet2-0.11.7: 7:0:1
LIBAMP_LIBTOOL_VERSION=7:0:1
# amplet2-0.12.0: 7:0:1
LIBAMP_LIBTOOL_VERSION=8:0:0
AC_SUBST(LIBAMP_LIBTOOL_VERSION)

# Checks for programs.
Expand Down
69 changes: 69 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,72 @@
amplet2 (0.12.0-1) unstable; urgency=low

* throughput: change argument --sequence to --schedule to match docs.
* package: no longer build python2 packages.
* package: add Debian Bookworm and Ubuntu Jammy to the list of build targets.
* package: remove Xenial, Bionic, Stretch from the list of build targets.
* package: fix various dependencies.
* youtube: change argument --youtube to --video-id.

-- Brendon Jones <[email protected]> Mon, 11 Mar 2024 21:52:23 +1300

amplet2 (0.11.8-1~btm9) unstable; urgency=low

* amplet2: fix missing destinations when merging scheduled tests.
* http: allow passing target URL as a normal test target.
* youtube: allow passing target video ID as a normal test target.

-- Brendon Jones <[email protected]> Fri, 29 Jul 2022 17:00:10 +1200

amplet2 (0.11.8-1~btm8) unstable; urgency=low

* amplet2: allow configuring collector and pki server addresses separately.
* amplet2: free parent event base before starting a remote controlled test.
* youtube: add port to the host header if it's non standard for the scheme.
* youtube: add basic support for firefox instead of chromium to play videos.

-- Brendon Jones <[email protected]> Fri, 8 Jul 2022 12:08:20 +1200

amplet2 (0.11.8-1~btm7) unstable; urgency=low

* udpstream: speculative fix for using incorrect port when behind NAT.

-- Brendon Jones <[email protected]> Mon, 27 Jun 2022 16:52:54 +1200

amplet2 (0.11.8-1~btm6) unstable; urgency=low

* amplet2: add option to set the user the client should run as.
* amplet2: create run dir in amplet2-client rather than in the init script.
* amplet2: display the full SHA256 hash of a certificate signing request.
* amplet2: restrict target DNS queries based on long command line options too.
* amplet2: allow test arguments to be given as yaml lists.
* amplet2: don't try to change user if already running as that user.
* amplet2: add command line option to set rundir.
* amplet2: add missing long option for pidfile.
* amplet2: be smarter about logging to stdout to work with pipes/redirection.
* amplet2: don't free global variables until after they are finished with.
* amplet2: add pid to log messages that don't use syslog.
* amplet2: ensure errno gets reported correctly when binding sockets.
* amplet2: use size of schedule on disk rather than content-length header.
* amplet2: better prevent long target names in schedule breaking the resolver.
* http: update default test connections to levels of a modern browser.
* http: parse the whole html page only after it has finished fetching.
* http: update the html parser to try to deal with data urls.
* http: don't keep consuming '<' characters without checking they end the tag.
* package: put example client config in examples dir rather than config dir.
* package: fix checks for existing rabbitmq config before installing sample.
* package: add flex-generated files to the list of built sources.
* throughput: randomise the first write buffer before starting timing.
* throughput: expose test rtt and retransmit information via ampsave.
* updstream: use right address family and sockaddr length to reflect packets.
* udpstream: unset SO_REUSEADDR on the test data socket.
* youtube: update dependencies.
* youtube: tidy up browser reconnect logic.
* youtube: pass pre-formed json as command parameters
* youtube: close the tab once the test is finished.
* youtube: make sure force_exit flag is initialised.

-- Brendon Jones <[email protected]> Mon, 27 Jun 2022 11:29:19 +1200

amplet2 (0.11.7-1) unstable; urgency=low

* amplet2: make tcpinfo functions available for all tests to use.
Expand Down
6 changes: 5 additions & 1 deletion rpm/amplet2.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: amplet2
Version: 0.11.7
Version: 0.12.0
Release: 1%{?dist}
Summary: AMP Network Performance Measurement Suite

Expand Down Expand Up @@ -185,6 +185,10 @@ fi


%changelog
* Mon Mar 11 2024 Brendon Jones <[email protected]> 0.12.0-1
- throughput: change argument --sequence to --schedule to match docs.
- youtube: change argument --youtube to --video-id.

* Wed Jun 1 2022 Brendon Jones <[email protected]> 0.11.7-1
- amplet2: make tcpinfo functions available for all tests to use.
- ndt: add new NDT test client code (temporarily disabled).
Expand Down
2 changes: 1 addition & 1 deletion src/tests/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from distutils.core import setup

setup(name="ampsave",
version="0.11.7",
version="0.12.0",
description="AMP server data storage package",
author="Brendon Jones",
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion w32/amplet2-client.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>

<?define ProductName="amplet2-client" ?>
<?define ProductVersion="0.11.7" ?>
<?define ProductVersion="0.12.0" ?>
<?define UpgradeCode="D11C61E3-532E-4946-BE48-41B67A616CF7" ?>
<?define SourceDir='install' ?>
<?define MingwBinDir='mingw64/bin/' ?>
Expand Down

0 comments on commit f41e6ef

Please sign in to comment.