File tree Expand file tree Collapse file tree 4 files changed +20
-4
lines changed
Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 22# Process this file with autoconf to produce a configure script.
33
44AC_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])
77AM_INIT_AUTOMAKE ( [ subdir-objects] )
88AC_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
5354AC_SUBST ( LIBAMP_LIBTOOL_VERSION )
5455
5556# Checks for programs.
Original file line number Diff line number Diff line change 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+
110amplet2 (0.10.6-1) unstable; urgency=low
211
312 * amplet2: Replace function that waits for DNS responses with ub_wait().
Original file line number Diff line number Diff line change 11Name: amplet2
2- Version: 0.10.6
2+ Version: 0.11.0
33Release: 1%{?dist }
44Summary: AMP Network Performance Measurement Suite
55
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.
Original file line number Diff line number Diff line change 44 from distutils .core import setup
55
66setup (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' ,
You can’t perform that action at this time.
0 commit comments