Skip to content

Commit

Permalink
Bump version number to 0.9.11 and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendonj committed Oct 30, 2019
1 parent 88cc57a commit 8a691a7
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 3 deletions.
3 changes: 2 additions & 1 deletion 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.9.10], [[email protected]])
AC_INIT([amplet2], [0.9.11], [[email protected]])
#AC_CONFIG_SRCDIR([src/measured/measured.c])
AM_INIT_AUTOMAKE([subdir-objects])
AC_CONFIG_HEADERS([config.h])
Expand Down Expand Up @@ -32,6 +32,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
# amplet2-0.9.8: 2:0:0 (ABI version 2)
# amplet2-0.9.9: 2:0:0 (ABI version 2)
# amplet2-0.9.10: 2:0:0 (ABI version 2)
# amplet2-0.9.11: 2:0:0 (ABI version 2)
LIBAMP_LIBTOOL_VERSION=2:0:0
AC_SUBST(LIBAMP_LIBTOOL_VERSION)

Expand Down
23 changes: 23 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
amplet2 (0.9.11-1) unstable; urgency=low

* dns: avoid waiting for LOSS_TIMEOUT if no packets are outstanding.
* dns: only count DNS query length if the query was actually sent.
* fastping: be stricter in checking before reporting parts of results.
* fastping: ignore duplicate responses.
* fastping: limit valid fastping sequence numbers to those sent.
* fastping: check length of data when validating fastping response.
* fastping: add more debugging output.
* fastping: apply a BPF filter to restrict incoming response packets.
* fastping: sleep less at low sending rates.
* http: ensure server/object/global start/end times always get set.
* http: total object count should also include failed objects.
* icmp: avoid waiting for LOSS_TIMEOUT if no packets are outstanding.
* tcpping: avoid waiting for LOSS_TIMEOUT if no packets are outstanding.
* throughput: avoid using default protobuf values for runtime and bytes.
* traceroute: fix reporting too many non-responsive hops.
* traceroute: don't connect to whois server with no addresses to query.
* udpstream: be stricter in checking before reporting parts of results.
* all tests: update to accept unresolved hostnames as destinations.

-- Brendon Jones <[email protected]> Wed, 23 Oct 2019 16:46:37 +1300

amplet2 (0.9.10-1) unstable; urgency=low

* dns: fix incorrect test name in error message.
Expand Down
22 changes: 21 additions & 1 deletion rpm/amplet2.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: amplet2
Version: 0.9.10
Version: 0.9.11
Release: 1%{?dist}
Summary: AMP Network Performance Measurement Suite

Expand Down Expand Up @@ -148,6 +148,26 @@ fi


%changelog
* Wed Oct 23 2019 Brendon Jones <[email protected]> 0.9.11-1
- dns: avoid waiting for LOSS_TIMEOUT if no packets are outstanding.
- dns: only count DNS query length if the query was actually sent.
- fastping: be stricter in checking before reporting parts of results.
- fastping: ignore duplicate responses.
- fastping: limit valid fastping sequence numbers to those sent.
- fastping: check length of data when validating fastping response.
- fastping: add more debugging output.
- fastping: apply a BPF filter to restrict incoming response packets.
- fastping: sleep less at low sending rates.
- http: ensure server/object/global start/end times always get set.
- http: total object count should also include failed objects.
- icmp: avoid waiting for LOSS_TIMEOUT if no packets are outstanding.
- tcpping: avoid waiting for LOSS_TIMEOUT if no packets are outstanding.
- throughput: avoid using default protobuf values for runtime and bytes.
- traceroute: fix reporting too many non-responsive hops.
- traceroute: don't connect to whois server with no addresses to query.
- udpstream: be stricter in checking before reporting parts of results.
- all tests: update to accept unresolved hostnames as destinations.

* Mon Aug 19 2019 Brendon Jones <[email protected]> 0.9.10-1
- package: put binaries in the same location they are in Debian packages.
- package: run unit tests after building package.
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.9.10",
version="0.9.11",
description="AMP server data storage package",
author="Brendon Jones",
author_email='[email protected]',
Expand Down

0 comments on commit 8a691a7

Please sign in to comment.