Skip to content

Commit

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

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

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


%changelog
* Mon Mar 30 2020 Brendon Jones <[email protected]> 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 <[email protected]> 0.10.0-1
- amplet2: move standalone test binaries from /usr/sbin to /usr/bin/.
- sip: fix building the test with older libpjsip packages.
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.0",
version="0.10.1",
description="AMP server data storage package",
author="Brendon Jones",
author_email='[email protected]',
Expand Down

0 comments on commit 625bd7c

Please sign in to comment.