File tree Expand file tree Collapse file tree 5 files changed +28
-5
lines changed
Expand file tree Collapse file tree 5 files changed +28
-5
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.11.5 ] , [ amp@wand.net.nz] )
5+ AC_INIT ( [ amplet2] , [ 0.11.6 ] , [ amp@wand.net.nz] )
66# AC_CONFIG_SRCDIR([src/measured/measured.c])
77AM_INIT_AUTOMAKE ( [ subdir-objects] )
88AC_CONFIG_HEADERS ( [ config.h] )
@@ -55,7 +55,8 @@ AM_CONDITIONAL([MINGW], [test x$mingw = xtrue])
5555# amplet2-0.11.3: 6:2:0 (ABI version 6)
5656# amplet2-0.11.4: 6:2:0 (ABI version 6)
5757# amplet2-0.11.5: 6:2:0 (ABI version 6)
58- LIBAMP_LIBTOOL_VERSION=6:2:0
58+ # amplet2-0.11.6: 6:3:0 (ABI version 6)
59+ LIBAMP_LIBTOOL_VERSION=6:3:0
5960AC_SUBST ( LIBAMP_LIBTOOL_VERSION )
6061
6162# Checks for programs.
Original file line number Diff line number Diff line change 1+ amplet2 (0.11.6-1) unstable; urgency=low
2+
3+ * amplet2: remove some unnecessary global variables.
4+ * amplet2: fix linker errors from global variables in headers without extern.
5+ * package: use parallel builds for Debian packages when possible.
6+ * package: update package build dependencies for Debian Bullseye.
7+ * package: update capabilities test to match new getcap output format.
8+ * package: update lintian test to work with new lintian exit codes.
9+ * package: no longer build packages for Debian Jessie
10+ * throughput: use protobuf enums directly rather than duplicating within test.
11+ * udpstream: use protobuf enums directly rather than duplicating within test.
12+ * youtube: drive a chromium browser instance rather than being one.
13+
14+ -- Brendon Jones <brendonj@waikato.ac.nz> Thu, 17 Mar 2022 14:55:39 +1300
15+
116amplet2 (0.11.5-1) unstable; urgency=low
217
318 * amplet2: add option to wait for ntp time sync before starting.
Original file line number Diff line number Diff line change 11Name: amplet2
2- Version: 0.11.5
2+ Version: 0.11.6
33Release: 1%{?dist }
44Summary: AMP Network Performance Measurement Suite
55
174174
175175
176176%changelog
177+ * Thu Mar 17 2022 Brendon Jones <brendonj@waikato.ac.nz> 0.11.6-1
178+ - amplet2: remove some unnecessary global variables.
179+ - amplet2: fix linker errors from global variables in headers without extern.
180+ - throughput: use protobuf enums directly rather than duplicating within test.
181+ - udpstream: use protobuf enums directly rather than duplicating within test.
182+ - youtube: drive a chromium browser instance rather than being one.
183+
177184* Thu Nov 25 2021 Brendon Jones <brendonj@waikato.ac.nz> 0.11.5-1
178185- amplet2: add option to wait for ntp time sync before starting.
179186
Original file line number Diff line number Diff line change 44 from distutils .core import setup
55
66setup (name = "ampsave" ,
7- version = "0.11.5 " ,
7+ version = "0.11.6 " ,
88 description = "AMP server data storage package" ,
99 author = "Brendon Jones" ,
1010 author_email = 'contact@wand.net.nz' ,
Original file line number Diff line number Diff line change 22<Wix xmlns =' http://schemas.microsoft.com/wix/2006/wi' >
33
44 <?define ProductName =" amplet2-client" ?>
5- <?define ProductVersion =" 0.11.5 " ?>
5+ <?define ProductVersion =" 0.11.6 " ?>
66 <?define UpgradeCode =" D11C61E3-532E-4946-BE48-41B67A616CF7" ?>
77 <?define SourceDir =' install' ?>
88 <?define MingwBinDir =' mingw64/bin/' ?>
You can’t perform that action at this time.
0 commit comments