Skip to content

Commit

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

Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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.
Expand Down
8 changes: 7 additions & 1 deletion rpm/amplet2.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: amplet2
Version: 0.10.3
Version: 0.10.4
Release: 1%{?dist}
Summary: AMP Network Performance Measurement Suite

Expand Down Expand Up @@ -176,6 +176,12 @@ fi


%changelog
* Fri Jul 3 2020 Brendon Jones <[email protected]> 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 <[email protected]> 0.10.3-1
- amplet2: Allow setting default parameters for servers started by tests.
- amplet2: Allow including other files in the client configuration file.
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.10.3",
version="0.10.4",
description="AMP server data storage package",
author="Brendon Jones",
author_email='[email protected]',
Expand Down

0 comments on commit 7bb793c

Please sign in to comment.