-
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.11.1 and update changelog.
- Loading branch information
Showing
5 changed files
with
18 additions
and
5 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.11.0], [[email protected]]) | ||
AC_INIT([amplet2], [0.11.1], [[email protected]]) | ||
#AC_CONFIG_SRCDIR([src/measured/measured.c]) | ||
AM_INIT_AUTOMAKE([subdir-objects]) | ||
AC_CONFIG_HEADERS([config.h]) | ||
|
@@ -50,7 +50,8 @@ AM_CONDITIONAL([MINGW], [test x$mingw = xtrue]) | |
# amplet2-0.10.5: 4:2:0 (ABI version 4) | ||
# amplet2-0.10.6: 5:0:0 (ABI version 5) | ||
# amplet2-0.11.0: 6:0:0 (ABI version 6) | ||
LIBAMP_LIBTOOL_VERSION=6:0:0 | ||
# amplet2-0.11.1: 6:1:0 (ABI version 6) | ||
LIBAMP_LIBTOOL_VERSION=6:1:0 | ||
AC_SUBST(LIBAMP_LIBTOOL_VERSION) | ||
|
||
# Checks for programs. | ||
|
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,11 @@ | ||
amplet2 (0.11.1-1) unstable; urgency=low | ||
|
||
* amplet2: Fix checking getifaddrs() to correctly recognise success. | ||
* server: Build python2 and python3 versions of ampsave packages. | ||
* sip: Only build sip packages if dependency libpjproject-dev is available. | ||
|
||
-- Brendon Jones <[email protected]> Thu, 26 Nov 2020 14:10:37 +1300 | ||
|
||
amplet2 (0.11.0-1) unstable; urgency=low | ||
|
||
* all tests: keep destinations that don't resolve (#4). | ||
|
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.11.0 | ||
Version: 0.11.1 | ||
Release: 1%{?dist} | ||
Summary: AMP Network Performance Measurement Suite | ||
|
||
|
@@ -174,6 +174,10 @@ fi | |
|
||
|
||
%changelog | ||
* Thu Nov 26 2020 Brendon Jones <[email protected]> 0.11.1-1 | ||
- amplet2: Fix checking getifaddrs() to correctly recognise success. | ||
- package: Remove ampsave python code from client RPM packages. | ||
|
||
* Thu Nov 19 2020 Brendon Jones <[email protected]> 0.11.0-1 | ||
- all tests: keep destinations that don't resolve (#4). | ||
- amplet2: add trailing ':' when setting interface using ub_ctx_set_option. | ||
|
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.11.0", | ||
version="0.11.1", | ||
description="AMP server data storage package", | ||
author="Brendon Jones", | ||
author_email='[email protected]', | ||
|
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