Skip to content

Commit

Permalink
Bump version number to 0.11.6 and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendonj committed Mar 17, 2022
1 parent 0dcc7d2 commit e698610
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 5 deletions.
5 changes: 3 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.67])
AC_INIT([amplet2], [0.11.5], [[email protected]])
AC_INIT([amplet2], [0.11.6], [[email protected]])
#AC_CONFIG_SRCDIR([src/measured/measured.c])
AM_INIT_AUTOMAKE([subdir-objects])
AC_CONFIG_HEADERS([config.h])
Expand Down Expand Up @@ -55,7 +55,8 @@ AM_CONDITIONAL([MINGW], [test x$mingw = xtrue])
# amplet2-0.11.3: 6:2:0 (ABI version 6)
# amplet2-0.11.4: 6:2:0 (ABI version 6)
# amplet2-0.11.5: 6:2:0 (ABI version 6)
LIBAMP_LIBTOOL_VERSION=6:2:0
# amplet2-0.11.6: 6:3:0 (ABI version 6)
LIBAMP_LIBTOOL_VERSION=6:3:0
AC_SUBST(LIBAMP_LIBTOOL_VERSION)

# Checks for programs.
Expand Down
15 changes: 15 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
amplet2 (0.11.6-1) unstable; urgency=low

* amplet2: remove some unnecessary global variables.
* amplet2: fix linker errors from global variables in headers without extern.
* package: use parallel builds for Debian packages when possible.
* package: update package build dependencies for Debian Bullseye.
* package: update capabilities test to match new getcap output format.
* package: update lintian test to work with new lintian exit codes.
* package: no longer build packages for Debian Jessie
* throughput: use protobuf enums directly rather than duplicating within test.
* udpstream: use protobuf enums directly rather than duplicating within test.
* youtube: drive a chromium browser instance rather than being one.

-- Brendon Jones <[email protected]> Thu, 17 Mar 2022 14:55:39 +1300

amplet2 (0.11.5-1) unstable; urgency=low

* amplet2: add option to wait for ntp time sync before starting.
Expand Down
9 changes: 8 additions & 1 deletion rpm/amplet2.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: amplet2
Version: 0.11.5
Version: 0.11.6
Release: 1%{?dist}
Summary: AMP Network Performance Measurement Suite

Expand Down Expand Up @@ -174,6 +174,13 @@ fi


%changelog
* Thu Mar 17 2022 Brendon Jones <[email protected]> 0.11.6-1
- amplet2: remove some unnecessary global variables.
- amplet2: fix linker errors from global variables in headers without extern.
- throughput: use protobuf enums directly rather than duplicating within test.
- udpstream: use protobuf enums directly rather than duplicating within test.
- youtube: drive a chromium browser instance rather than being one.

* Thu Nov 25 2021 Brendon Jones <[email protected]> 0.11.5-1
- amplet2: add option to wait for ntp time sync before starting.

Expand Down
2 changes: 1 addition & 1 deletion src/tests/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from distutils.core import setup

setup(name="ampsave",
version="0.11.5",
version="0.11.6",
description="AMP server data storage package",
author="Brendon Jones",
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion w32/amplet2-client.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>

<?define ProductName="amplet2-client" ?>
<?define ProductVersion="0.11.5" ?>
<?define ProductVersion="0.11.6" ?>
<?define UpgradeCode="D11C61E3-532E-4946-BE48-41B67A616CF7" ?>
<?define SourceDir='install' ?>
<?define MingwBinDir='mingw64/bin/' ?>
Expand Down

0 comments on commit e698610

Please sign in to comment.