-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version number to 0.11.4 and update changelog.
- Loading branch information
Showing
5 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ([2.67]) | ||
AC_INIT([amplet2], [0.11.3], [[email protected]]) | ||
AC_INIT([amplet2], [0.11.4], [[email protected]]) | ||
#AC_CONFIG_SRCDIR([src/measured/measured.c]) | ||
AM_INIT_AUTOMAKE([subdir-objects]) | ||
AC_CONFIG_HEADERS([config.h]) | ||
|
@@ -53,6 +53,7 @@ AM_CONDITIONAL([MINGW], [test x$mingw = xtrue]) | |
# amplet2-0.11.1: 6:1:0 (ABI version 6) | ||
# amplet2-0.11.2: 6:2:0 (ABI version 6) | ||
# amplet2-0.11.3: 6:2:0 (ABI version 6) | ||
# amplet2-0.11.4: 6:2:0 (ABI version 6) | ||
LIBAMP_LIBTOOL_VERSION=6:2:0 | ||
AC_SUBST(LIBAMP_LIBTOOL_VERSION) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
amplet2 (0.11.4-1) unstable; urgency=low | ||
|
||
* amplet2: run clients in a network namespace if the name matches. | ||
* throughput: restore integer division when calculating runtime in ampsave. | ||
* youtube: allow building test for arm64 and armhf. | ||
* youtube: stop the youtube test if video hasn't started after 20 seconds. | ||
* youtube: limit number of times youtube test will try to load iframe API. | ||
* youtube: only fetch test results on the first alert. | ||
|
||
-- Brendon Jones <[email protected]> Fri, 20 Aug 2021 11:55:52 +1200 | ||
|
||
amplet2 (0.11.3-1) unstable; urgency=low | ||
|
||
* amplet2: add missing dependency on procps. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: amplet2 | ||
Version: 0.11.3 | ||
Version: 0.11.4 | ||
Release: 1%{?dist} | ||
Summary: AMP Network Performance Measurement Suite | ||
|
||
|
@@ -174,6 +174,11 @@ fi | |
|
||
|
||
%changelog | ||
* Fri Aug 20 2021 Brendon Jones <[email protected]> 0.11.4-1 | ||
- youtube: stop the youtube test if video hasn't started after 20 seconds. | ||
- youtube: limit number of times youtube test will try to load iframe API. | ||
- youtube: only fetch test results on the first alert. | ||
|
||
* Thu Mar 11 2021 Brendon Jones <[email protected]> 0.11.3-1 | ||
- standalone tests: add missing long options --ipv4 and --ipv6. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
from distutils.core import setup | ||
|
||
setup(name="ampsave", | ||
version="0.11.3", | ||
version="0.11.4", | ||
description="AMP server data storage package", | ||
author="Brendon Jones", | ||
author_email='[email protected]', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters