Skip to content

Commit

Permalink
Bump version number to 0.9.12 and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendonj committed Nov 14, 2019
1 parent a18d584 commit 9c0507d
Show file tree
Hide file tree
Showing 4 changed files with 13 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.11], [[email protected]])
AC_INIT([amplet2], [0.9.12], [[email protected]])
#AC_CONFIG_SRCDIR([src/measured/measured.c])
AM_INIT_AUTOMAKE([subdir-objects])
AC_CONFIG_HEADERS([config.h])
Expand Down Expand Up @@ -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)

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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.
Expand Down
5 changes: 4 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.11
Version: 0.9.12
Release: 1%{?dist}
Summary: AMP Network Performance Measurement Suite

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


%changelog
* Thu Nov 14 2019 Brendon Jones <[email protected]> 0.9.12-1
- amplet2: add workaround for setsockopt failure under non-amd64 qemu/docker.

* 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.
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.11",
version="0.9.12",
description="AMP server data storage package",
author="Brendon Jones",
author_email='[email protected]',
Expand Down

0 comments on commit 9c0507d

Please sign in to comment.