From 625bd7cb55a09be13bf8079d09dcf6e62af04ae8 Mon Sep 17 00:00:00 2001 From: Brendon Jones Date: Mon, 30 Mar 2020 15:35:13 +1300 Subject: [PATCH] Bump version number to 0.10.1 and update changelog. --- configure.ac | 3 ++- debian/changelog | 10 ++++++++++ rpm/amplet2.spec | 6 +++++- src/tests/python/setup.py | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 5fe2756..46f923c 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.0], [amp@wand.net.nz]) +AC_INIT([amplet2], [0.10.1], [amp@wand.net.nz]) #AC_CONFIG_SRCDIR([src/measured/measured.c]) AM_INIT_AUTOMAKE([subdir-objects]) AC_CONFIG_HEADERS([config.h]) @@ -37,6 +37,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) # amplet2-0.9.13: 2:1:0 (ABI version 2) # amplet2-0.9.14: 3:0:1 (ABI version 3) # amplet2-0.10.0: 3:0:1 (ABI version 3) +# amplet2-0.10.1: 3:0:1 (ABI version 3) LIBAMP_LIBTOOL_VERSION=3:0:1 AC_SUBST(LIBAMP_LIBTOOL_VERSION) diff --git a/debian/changelog b/debian/changelog index 15e8014..b0b30ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +amplet2 (0.10.1-1) unstable; urgency=low + + * package: remove unnecessary /usr/sbin directory from debian install dirs. + * package: add extra dependency for amplet2-client-sip on Ubuntu Bionic. + * package: add extra build dependencies for amplet2-client-youtube package. + * youtube: build a separate deb package containing the youtube test. + * youtube: don't print test timing results if they aren't set. + + -- Brendon Jones Mon, 30 Mar 2020 15:10:43 +1300 + amplet2 (0.10.0-1) unstable; urgency=low * amplet2: move standalone test binaries from /usr/sbin to /usr/bin/. diff --git a/rpm/amplet2.spec b/rpm/amplet2.spec index 3c4e0bd..a1e9b48 100644 --- a/rpm/amplet2.spec +++ b/rpm/amplet2.spec @@ -1,5 +1,5 @@ Name: amplet2 -Version: 0.10.0 +Version: 0.10.1 Release: 1%{?dist} Summary: AMP Network Performance Measurement Suite @@ -176,6 +176,10 @@ fi %changelog +* Mon Mar 30 2020 Brendon Jones 0.10.1-1 +- package: set noreplace on the rsyslogd config file in RPM packages. +- youtube: don't print test timing results if they aren't set. + * Tue Mar 24 2020 Brendon Jones 0.10.0-1 - amplet2: move standalone test binaries from /usr/sbin to /usr/bin/. - sip: fix building the test with older libpjsip packages. diff --git a/src/tests/python/setup.py b/src/tests/python/setup.py index c6c370c..bf9f810 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.0", + version="0.10.1", description="AMP server data storage package", author="Brendon Jones", author_email='contact@wand.net.nz',