Skip to content

Commit

Permalink
Bump version number to 0.9.9 and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendonj committed Jul 11, 2019
1 parent 409b88b commit f795621
Show file tree
Hide file tree
Showing 4 changed files with 22 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.8], [[email protected]])
AC_INIT([amplet2], [0.9.9], [[email protected]])
#AC_CONFIG_SRCDIR([src/measured/measured.c])
AM_INIT_AUTOMAKE([subdir-objects])
AC_CONFIG_HEADERS([config.h])
Expand Down Expand Up @@ -30,6 +30,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
# amplet2-0.9.6: 2:0:0 (ABI version 2)
# amplet2-0.9.7: 2:0:0 (ABI version 2)
# amplet2-0.9.8: 2:0:0 (ABI version 2)
# amplet2-0.9.9: 2:0:0 (ABI version 2)
LIBAMP_LIBTOOL_VERSION=2:0:0
AC_SUBST(LIBAMP_LIBTOOL_VERSION)

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

* package: version the init-system-helpers dependency to appease lintian.
* amplet2: set CAP_NET_ADMIN to run tcpping test.
* amplet2: set CAP_NET_BIND_SERVICE to run throughput and udpstream tests.
* tcpping: set CAP_NET_ADMIN to allow pcap capture.
* throughput: set CAP_NET_BIND_SERVICE to allow binding to low ports.
* udpstream: set CAP_NET_BIND_SERVICE to allow binding to low ports.

-- Brendon Jones <[email protected]> Thu, 11 Jul 2019 17:07:19 +1200

amplet2 (0.9.8-1) unstable; urgency=low

* package: create directories during postinst rather than in init scripts.
Expand Down
9 changes: 8 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.8
Version: 0.9.9
Release: 1%{?dist}
Summary: AMP Network Performance Measurement Suite

Expand Down Expand Up @@ -144,6 +144,13 @@ fi


%changelog
* Thu Jul 11 2019 Brendon Jones <[email protected]> 0.9.9-1
- amplet2: set CAP_NET_ADMIN to run tcpping test.
- amplet2: set CAP_NET_BIND_SERVICE to run throughput and udpstream tests.
- tcpping: set CAP_NET_ADMIN to allow pcap capture.
- throughput: set CAP_NET_BIND_SERVICE to allow binding to low ports.
- udpstream: set CAP_NET_BIND_SERVICE to allow binding to low ports.

* Fri Jul 5 2019 Brendon Jones <[email protected]> 0.9.8-1
- package: specify dependencies correctly for the client subpackage.
- package: fix the reference in postinst to the config directory to be correct.
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.8",
version="0.9.9",
description="AMP server data storage package",
author="Brendon Jones",
author_email='[email protected]',
Expand Down

0 comments on commit f795621

Please sign in to comment.