Skip to content

Commit dc9d967

Browse files
committed
Bump version number to 0.11.0 and update changelog.
1 parent 65e9f3f commit dc9d967

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
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.10.6], [amp@wand.net.nz])
5+
AC_INIT([amplet2], [0.11.0], [amp@wand.net.nz])
66
#AC_CONFIG_SRCDIR([src/measured/measured.c])
77
AM_INIT_AUTOMAKE([subdir-objects])
88
AC_CONFIG_HEADERS([config.h])
@@ -49,7 +49,8 @@ AM_CONDITIONAL([MINGW], [test x$mingw = xtrue])
4949
# amplet2-0.10.4: 4:1:0 (ABI version 4)
5050
# amplet2-0.10.5: 4:2:0 (ABI version 4)
5151
# amplet2-0.10.6: 5:0:0 (ABI version 5)
52-
LIBAMP_LIBTOOL_VERSION=5:0:0
52+
# amplet2-0.11.0: 6:0:0 (ABI version 6)
53+
LIBAMP_LIBTOOL_VERSION=6:0:0
5354
AC_SUBST(LIBAMP_LIBTOOL_VERSION)
5455

5556
# Checks for programs.

debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
amplet2 (0.11.0-1) unstable; urgency=low
2+
3+
* all tests: keep destinations that don't resolve (#4).
4+
* amplet2: add trailing ':' when setting interface using ub_ctx_set_option.
5+
* amplet2: use libunbound to manage the nametable (#45).
6+
* amplet2: count empty files as missing, so certificates will be fetched.
7+
8+
-- Brendon Jones <brendonj@waikato.ac.nz> Thu, 19 Nov 2020 13:58:58 +1300
9+
110
amplet2 (0.10.6-1) unstable; urgency=low
211

312
* amplet2: Replace function that waits for DNS responses with ub_wait().

rpm/amplet2.spec

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

@@ -176,6 +176,12 @@ fi
176176

177177

178178
%changelog
179+
* Thu Nov 19 2020 Brendon Jones <brendonj@waikato.ac.nz> 0.11.0-1
180+
- all tests: keep destinations that don't resolve (#4).
181+
- amplet2: add trailing ':' when setting interface using ub_ctx_set_option.
182+
- amplet2: use libunbound to manage the nametable (#45).
183+
- amplet2: count empty files as missing, so certificates will be fetched.
184+
179185
* Fri Sep 11 2020 Brendon Jones <brendonj@waikato.ac.nz> 0.10.6-1
180186
- amplet2: Replace function that waits for DNS responses with ub_wait().
181187
- amplet2: Replace 32bit IPv6 accessors with 16bit when comparing addresses.

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.10.6",
7+
version="0.11.0",
88
description="AMP server data storage package",
99
author="Brendon Jones",
1010
author_email='contact@wand.net.nz',

0 commit comments

Comments
 (0)