Skip to content

Commit a3233da

Browse files
committed
Bump version number to 0.11.3 and update changelog.
1 parent 2041215 commit a3233da

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

configure.ac

Lines changed: 2 additions & 1 deletion
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.2], [amp@wand.net.nz])
5+
AC_INIT([amplet2], [0.11.3], [amp@wand.net.nz])
66
#AC_CONFIG_SRCDIR([src/measured/measured.c])
77
AM_INIT_AUTOMAKE([subdir-objects])
88
AC_CONFIG_HEADERS([config.h])
@@ -52,6 +52,7 @@ AM_CONDITIONAL([MINGW], [test x$mingw = xtrue])
5252
# amplet2-0.11.0: 6:0:0 (ABI version 6)
5353
# amplet2-0.11.1: 6:1:0 (ABI version 6)
5454
# amplet2-0.11.2: 6:2:0 (ABI version 6)
55+
# amplet2-0.11.3: 6:2:0 (ABI version 6)
5556
LIBAMP_LIBTOOL_VERSION=6:2:0
5657
AC_SUBST(LIBAMP_LIBTOOL_VERSION)
5758

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
amplet2 (0.11.3-1) unstable; urgency=low
2+
3+
* amplet2: add missing dependency on procps.
4+
* server: remove unnecessary dependency on python-protobuf.
5+
* server: depend on python3-ampsave rather than python-ampsave.
6+
* server: add simpler interface to get data in ampsave.
7+
* standalone tests: add missing long options --ipv4 and --ipv6.
8+
9+
-- Brendon Jones <brendonj@waikato.ac.nz> Thu, 11 Mar 2021 21:32:32 +1300
10+
111
amplet2 (0.11.2-1) unstable; urgency=low
212

313
* amplet2: Always load /etc/hosts as part of initialising the resolver.

rpm/amplet2.spec

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

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

175175

176176
%changelog
177+
* Thu Mar 11 2021 Brendon Jones <brendonj@waikato.ac.nz> 0.11.3-1
178+
- standalone tests: add missing long options --ipv4 and --ipv6.
179+
177180
* Tue Dec 8 2020 Brendon Jones <brendonj@waikato.ac.nz> 0.11.2-1
178181
- amplet2: Always load /etc/hosts as part of initialising the resolver.
179182
- sip: Use destination hostname if set rather than extracting from SIP URI.

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.2",
7+
version="0.11.3",
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.11.2" ?>
5+
<?define ProductVersion="0.11.3" ?>
66
<?define UpgradeCode="D11C61E3-532E-4946-BE48-41B67A616CF7" ?>
77
<?define SourceDir='install' ?>
88
<?define MingwBinDir='mingw64/bin/' ?>

0 commit comments

Comments
 (0)