-
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.5 and update changelog.
- Loading branch information
Showing
4 changed files
with
14 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.4], [[email protected]]) | ||
AC_INIT([amplet2], [0.9.5], [[email protected]]) | ||
#AC_CONFIG_SRCDIR([src/measured/measured.c]) | ||
AM_INIT_AUTOMAKE([subdir-objects]) | ||
AC_CONFIG_HEADERS([config.h]) | ||
|
@@ -26,6 +26,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | |
# amplet2-0.9.2: 1:0:0 (ABI version 1) | ||
# amplet2-0.9.3: 1:0:0 (ABI version 1) | ||
# amplet2-0.9.4: 2:0:0 (ABI version 2) | ||
# amplet2-0.9.5: 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,9 @@ | ||
amplet2 (0.9.5-1) unstable; urgency=low | ||
|
||
* external: enable test by default (#33). | ||
|
||
-- Brendon Jones <[email protected]> Tue, 11 Jun 2019 17:18:35 +1200 | ||
|
||
amplet2 (0.9.4-1) unstable; urgency=low | ||
|
||
* amplet2: add new test to run external programs (temporarily disabled) (#33). | ||
|
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.4 | ||
Version: 0.9.5 | ||
Release: 1%{?dist} | ||
Summary: AMP Network Performance Measurement Suite | ||
|
||
|
@@ -118,6 +118,10 @@ fi | |
|
||
|
||
%changelog | ||
* Tue Jun 11 2019 Brendon Jones <[email protected]> 0.9.5-1 | ||
- package: bring RPM packaging up to date (#32). | ||
- external: enable test by default (#33). | ||
|
||
* Thu May 9 2019 Brendon Jones <[email protected]> 0.9.4-1 | ||
- amplet2: add new test to run external programs (temporarily disabled) (#33). | ||
- fastping: fix incorrect test name on man page. | ||
|
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.4", | ||
version="0.9.5", | ||
description="AMP server data storage package", | ||
author="Brendon Jones", | ||
author_email='[email protected]', | ||
|