-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version number to 0.9.9 and update changelog.
- Loading branch information
Showing
4 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]) | ||
|
@@ -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) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]', | ||
|