Skip to content

Commit

Permalink
Bump version number to 0.10.3 and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendonj committed May 27, 2020
1 parent 5fff4c6 commit 9db656b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 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.10.2], [[email protected]])
AC_INIT([amplet2], [0.10.3], [[email protected]])
#AC_CONFIG_SRCDIR([src/measured/measured.c])
AM_INIT_AUTOMAKE([subdir-objects])
AC_CONFIG_HEADERS([config.h])
Expand Down Expand Up @@ -39,7 +39,8 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
# amplet2-0.10.0: 3:0:1 (ABI version 3)
# amplet2-0.10.1: 3:0:1 (ABI version 3)
# amplet2-0.10.2: 4:0:0 (ABI version 4)
LIBAMP_LIBTOOL_VERSION=4:0:0
# amplet2-0.10.3: 4:1:0 (ABI version 4)
LIBAMP_LIBTOOL_VERSION=4:1:0
AC_SUBST(LIBAMP_LIBTOOL_VERSION)

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

* amplet2: Allow setting default parameters for servers started by tests.
* amplet2: Allow including other files in the client configuration file.
* sip: Fix copy and paste error in mutex name.
* sip: Start remote server before initialising pjsip locally.
* sip: Cleanup and return more often rather than exiting with error.

-- Brendon Jones <[email protected]> Thu, 28 May 2020 10:40:43 +1200

amplet2 (0.10.2-1) unstable; urgency=low

* amplet2: Switch to using libevent rather than libwandevent (#41).
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.10.2
Version: 0.10.3
Release: 1%{?dist}
Summary: AMP Network Performance Measurement Suite

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


%changelog
* Thu May 28 2020 Brendon Jones <[email protected]> 0.10.3-1
- amplet2: Allow setting default parameters for servers started by tests.
- amplet2: Allow including other files in the client configuration file.
- sip: Fix copy and paste error in mutex name.
- sip: Start remote server before initialising pjsip locally.
- sip: Cleanup and return more often rather than exiting with error.

* Fri May 22 2020 Brendon Jones <[email protected]> 0.10.2-1
- amplet2: Switch to using libevent rather than libwandevent (#41).
- amplet2: Set server name indication on rabbitmq shovels.
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.10.2",
version="0.10.3",
description="AMP server data storage package",
author="Brendon Jones",
author_email='[email protected]',
Expand Down

0 comments on commit 9db656b

Please sign in to comment.