From 7bb793ce97358eaad688d881601d0264f1925d25 Mon Sep 17 00:00:00 2001 From: Brendon Jones Date: Fri, 3 Jul 2020 16:00:58 +1200 Subject: [PATCH] Bump version number to 0.10.4 and update changelog. --- configure.ac | 3 ++- debian/changelog | 9 +++++++++ rpm/amplet2.spec | 8 +++++++- src/tests/python/setup.py | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 87e6616..60fc061 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.67]) -AC_INIT([amplet2], [0.10.3], [amp@wand.net.nz]) +AC_INIT([amplet2], [0.10.4], [amp@wand.net.nz]) #AC_CONFIG_SRCDIR([src/measured/measured.c]) AM_INIT_AUTOMAKE([subdir-objects]) AC_CONFIG_HEADERS([config.h]) @@ -40,6 +40,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) # amplet2-0.10.1: 3:0:1 (ABI version 3) # amplet2-0.10.2: 4:0:0 (ABI version 4) # amplet2-0.10.3: 4:1:0 (ABI version 4) +# amplet2-0.10.4: 4:1:0 (ABI version 4) LIBAMP_LIBTOOL_VERSION=4:1:0 AC_SUBST(LIBAMP_LIBTOOL_VERSION) diff --git a/debian/changelog b/debian/changelog index bbd0f74..cdac426 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +amplet2 (0.10.4-1) unstable; urgency=low + + * sip: Allow test to take both a URI and a normal target. + * sip: Update man page with new options. + * sip: Remove (unused) "family" from result dict, to match other tests. + * traceroute: Don't increment TTL if already at the maximum path length. + + -- Brendon Jones Fri, 3 Jul 2020 15:23:25 +1200 + amplet2 (0.10.3-1) unstable; urgency=low * amplet2: Allow setting default parameters for servers started by tests. diff --git a/rpm/amplet2.spec b/rpm/amplet2.spec index 7718591..bfa8e5a 100644 --- a/rpm/amplet2.spec +++ b/rpm/amplet2.spec @@ -1,5 +1,5 @@ Name: amplet2 -Version: 0.10.3 +Version: 0.10.4 Release: 1%{?dist} Summary: AMP Network Performance Measurement Suite @@ -176,6 +176,12 @@ fi %changelog +* Fri Jul 3 2020 Brendon Jones 0.10.4-1 +- sip: Allow test to take both a URI and a normal target. +- sip: Update man page with new options. +- sip: Remove (unused) "family" from result dict, to match other tests. +- traceroute: Don't increment TTL if already at the maximum path length. + * Thu May 28 2020 Brendon Jones 0.10.3-1 - amplet2: Allow setting default parameters for servers started by tests. - amplet2: Allow including other files in the client configuration file. diff --git a/src/tests/python/setup.py b/src/tests/python/setup.py index 3ee056a..32d1644 100644 --- a/src/tests/python/setup.py +++ b/src/tests/python/setup.py @@ -4,7 +4,7 @@ from distutils.core import setup setup(name="ampsave", - version="0.10.3", + version="0.10.4", description="AMP server data storage package", author="Brendon Jones", author_email='contact@wand.net.nz',