From 9c0507d7c49d97f2a6c017c0c180366cda1f4c36 Mon Sep 17 00:00:00 2001 From: Brendon Jones Date: Thu, 14 Nov 2019 13:26:02 +1300 Subject: [PATCH] Bump version number to 0.9.12 and update changelog. --- configure.ac | 3 ++- debian/changelog | 6 ++++++ rpm/amplet2.spec | 5 ++++- src/tests/python/setup.py | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 79f50f0..15014d4 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.9.11], [amp@wand.net.nz]) +AC_INIT([amplet2], [0.9.12], [amp@wand.net.nz]) #AC_CONFIG_SRCDIR([src/measured/measured.c]) AM_INIT_AUTOMAKE([subdir-objects]) AC_CONFIG_HEADERS([config.h]) @@ -33,6 +33,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) # 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) +# amplet2-0.9.12: 2:0:0 (ABI version 2) LIBAMP_LIBTOOL_VERSION=2:0:0 AC_SUBST(LIBAMP_LIBTOOL_VERSION) diff --git a/debian/changelog b/debian/changelog index 7dcc509..385bb4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +amplet2 (0.9.12-1) unstable; urgency=low + + * amplet2: add workaround for setsockopt failure under non-amd64 qemu/docker. + + -- Brendon Jones Thu, 14 Nov 2019 13:19:55 +1300 + amplet2 (0.9.11-1) unstable; urgency=low * dns: avoid waiting for LOSS_TIMEOUT if no packets are outstanding. diff --git a/rpm/amplet2.spec b/rpm/amplet2.spec index 22fdbc3..d13ef6e 100644 --- a/rpm/amplet2.spec +++ b/rpm/amplet2.spec @@ -1,5 +1,5 @@ Name: amplet2 -Version: 0.9.11 +Version: 0.9.12 Release: 1%{?dist} Summary: AMP Network Performance Measurement Suite @@ -148,6 +148,9 @@ fi %changelog +* Thu Nov 14 2019 Brendon Jones 0.9.12-1 +- amplet2: add workaround for setsockopt failure under non-amd64 qemu/docker. + * Wed Oct 23 2019 Brendon Jones 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. diff --git a/src/tests/python/setup.py b/src/tests/python/setup.py index 9c890ee..a23d7c1 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.9.11", + version="0.9.12", description="AMP server data storage package", author="Brendon Jones", author_email='contact@wand.net.nz',