Skip to content

Commit

Permalink
Bump version number to 0.9.7 and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendonj committed Jul 3, 2019
1 parent 6171917 commit efa885f
Show file tree
Hide file tree
Showing 4 changed files with 17 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.6], [amp@wand.net.nz])
AC_INIT([amplet2], [0.9.7], [amp@wand.net.nz])
#AC_CONFIG_SRCDIR([src/measured/measured.c])
AM_INIT_AUTOMAKE([subdir-objects])
AC_CONFIG_HEADERS([config.h])
Expand All @@ -28,6 +28,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
# amplet2-0.9.4: 2:0:0 (ABI version 2)
# amplet2-0.9.5: 2:0:0 (ABI version 2)
# amplet2-0.9.6: 2:0:0 (ABI version 2)
# amplet2-0.9.7: 2:0:0 (ABI version 2)
LIBAMP_LIBTOOL_VERSION=2:0:0
AC_SUBST(LIBAMP_LIBTOOL_VERSION)

Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
amplet2 (0.9.7-1) unstable; urgency=low

* amplet2: run all test processes as a non-privileged user.
* amplet2: update man pages with capabilities and links to other programs.
* udpstream: fix incorrect test name in error message.

-- Brendon Jones <brendonj@waikato.ac.nz> Wed, 3 Jul 2019 13:42:19 +1200

amplet2 (0.9.6-1) unstable; urgency=low

* external: drop all groups before setting user/group to "nobody" (#33).
Expand Down
7 changes: 6 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.6
Version: 0.9.7
Release: 1%{?dist}
Summary: AMP Network Performance Measurement Suite

Expand Down Expand Up @@ -131,6 +131,11 @@ fi


%changelog
* Wed Jul 3 2019 Brendon Jones <brendonj@waikato.ac.nz> 0.9.7-1
- amplet2: run all test processes as a non-privileged user.
- amplet2: update man pages with capabilities and links to other programs.
- udpstream: fix incorrect test name in error message.

* Thu Jun 13 2019 Brendon Jones <brendonj@waikato.ac.nz> 0.9.6-1
- package: fix RPATH in RPM packaging so test libraries can be found (#32).
- package: flag man pages so they get installed by automake and RPMs (#32).
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.6",
version="0.9.7",
description="AMP server data storage package",
author="Brendon Jones",
author_email='contact@wand.net.nz',
Expand Down

0 comments on commit efa885f

Please sign in to comment.