Skip to content

Commit

Permalink
Bump version number to 0.10.5 and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendonj committed Aug 25, 2020
1 parent 9e949fa commit 0d9dcd0
Show file tree
Hide file tree
Showing 4 changed files with 20 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.4], [[email protected]])
AC_INIT([amplet2], [0.10.5], [[email protected]])
#AC_CONFIG_SRCDIR([src/measured/measured.c])
AM_INIT_AUTOMAKE([subdir-objects])
AC_CONFIG_HEADERS([config.h])
Expand Down Expand Up @@ -41,7 +41,8 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
# amplet2-0.10.2: 4:0:0 (ABI version 4)
# amplet2-0.10.3: 4:1:0 (ABI version 4)
# amplet2-0.10.4: 4:1:0 (ABI version 4)
LIBAMP_LIBTOOL_VERSION=4:1:0
# amplet2-0.10.5: 4:2:0 (ABI version 4)
LIBAMP_LIBTOOL_VERSION=4:2: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.5-1) unstable; urgency=low

* amplet2: Zero control struct before use, preventing a crash on exit.
* amplet2: Check socket options exist before trying to compile them.
* amplet2: Replace index() and rindex() with strchr() and strrchr().
* package: Conflict with old amplet2-chromium-libs packages.
* package: Suggest amplet2-client-sip and amplet2-client-youtube packages.

-- Brendon Jones <[email protected]> Wed, 26 Aug 2020 11:16:16 +1200

amplet2 (0.10.4-1) unstable; urgency=low

* sip: Allow test to take both a URI and a normal target.
Expand Down
7 changes: 6 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.4
Version: 0.10.5
Release: 1%{?dist}
Summary: AMP Network Performance Measurement Suite

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


%changelog
* Wed Aug 26 2020 Brendon Jones <[email protected]> 0.10.5-1
- amplet2: Zero control struct before use, preventing a crash on exit.
- amplet2: Check socket options exist before trying to compile them.
- amplet2: Replace index() and rindex() with strchr() and strrchr().

* Fri Jul 3 2020 Brendon Jones <[email protected]> 0.10.4-1
- sip: Allow test to take both a URI and a normal target.
- sip: Update man page with new options.
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.4",
version="0.10.5",
description="AMP server data storage package",
author="Brendon Jones",
author_email='[email protected]',
Expand Down

0 comments on commit 0d9dcd0

Please sign in to comment.