Skip to content

Commit a307137

Browse files
committed
Bump version number to 0.11.1 and update changelog.
1 parent 957a2ca commit a307137

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

configure.ac

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.67])
5-
AC_INIT([amplet2], [0.11.0], [amp@wand.net.nz])
5+
AC_INIT([amplet2], [0.11.1], [amp@wand.net.nz])
66
#AC_CONFIG_SRCDIR([src/measured/measured.c])
77
AM_INIT_AUTOMAKE([subdir-objects])
88
AC_CONFIG_HEADERS([config.h])
@@ -50,7 +50,8 @@ AM_CONDITIONAL([MINGW], [test x$mingw = xtrue])
5050
# amplet2-0.10.5: 4:2:0 (ABI version 4)
5151
# amplet2-0.10.6: 5:0:0 (ABI version 5)
5252
# amplet2-0.11.0: 6:0:0 (ABI version 6)
53-
LIBAMP_LIBTOOL_VERSION=6:0:0
53+
# amplet2-0.11.1: 6:1:0 (ABI version 6)
54+
LIBAMP_LIBTOOL_VERSION=6:1:0
5455
AC_SUBST(LIBAMP_LIBTOOL_VERSION)
5556

5657
# Checks for programs.

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
amplet2 (0.11.1-1) unstable; urgency=low
2+
3+
* amplet2: Fix checking getifaddrs() to correctly recognise success.
4+
* server: Build python2 and python3 versions of ampsave packages.
5+
* sip: Only build sip packages if dependency libpjproject-dev is available.
6+
7+
-- Brendon Jones <brendonj@waikato.ac.nz> Thu, 26 Nov 2020 14:10:37 +1300
8+
19
amplet2 (0.11.0-1) unstable; urgency=low
210

311
* all tests: keep destinations that don't resolve (#4).

rpm/amplet2.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: amplet2
2-
Version: 0.11.0
2+
Version: 0.11.1
33
Release: 1%{?dist}
44
Summary: AMP Network Performance Measurement Suite
55

@@ -174,6 +174,10 @@ fi
174174

175175

176176
%changelog
177+
* Thu Nov 26 2020 Brendon Jones <brendonj@waikato.ac.nz> 0.11.1-1
178+
- amplet2: Fix checking getifaddrs() to correctly recognise success.
179+
- package: Remove ampsave python code from client RPM packages.
180+
177181
* Thu Nov 19 2020 Brendon Jones <brendonj@waikato.ac.nz> 0.11.0-1
178182
- all tests: keep destinations that don't resolve (#4).
179183
- amplet2: add trailing ':' when setting interface using ub_ctx_set_option.

src/tests/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from distutils.core import setup
55

66
setup(name="ampsave",
7-
version="0.11.0",
7+
version="0.11.1",
88
description="AMP server data storage package",
99
author="Brendon Jones",
1010
author_email='contact@wand.net.nz',

w32/amplet2-client.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
33

44
<?define ProductName="amplet2-client" ?>
5-
<?define ProductVersion="0.10.6" ?>
5+
<?define ProductVersion="0.11.1" ?>
66
<?define UpgradeCode="D11C61E3-532E-4946-BE48-41B67A616CF7" ?>
77
<?define SourceDir='install' ?>
88
<?define MingwBinDir='mingw64/bin/' ?>

0 commit comments

Comments
 (0)