From 7f17b8c45d094941292036143f3292a1d5789cf5 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 25 Aug 2017 16:09:48 +0200 Subject: =?UTF-8?q?Bump=20version:=200.3.2=20=E2=86=92=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ibefe53a7f5b06fb8a9294574af41dacac68bdbe9 --- TODO-RELEASE | 11 ++++++++--- debian/changelog | 8 ++++++-- src/Makefile.am | 7 ++++--- 3 files changed, 18 insertions(+), 8 deletions(-) diff --git a/TODO-RELEASE b/TODO-RELEASE index 128778a..d0852fc 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1,4 +1,9 @@ +# When cleaning up this file: bump API version in corresponding Makefile.am and rename corresponding debian/lib*.install +# according to https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info +# In short: +# LIBVERSION=c:r:a +# If the library source code has changed at all since the last update, then increment revision: c:r + 1:a. +# If any interfaces have been added, removed, or changed since the last update: c + 1:0:0. +# If any interfaces have been added since the last public release: c:r:a + 1. +# If any interfaces have been removed or changed since the last public release: c:r:0. #library what description / commit summary line -libosmo-abis API change major: add parameter to rx_cb() callack in osmo_ortp.h -libosmo-abis API change major: add parameter to struct input_signal_data -libosmo-abis API change major: add parameters to rx_cb() callack in osmo_ortp.h diff --git a/debian/changelog b/debian/changelog index b2cf0e9..13c0996 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ -libosmo-abis (0.3.3) UNRELEASED; urgency=medium +libosmo-abis (0.4.0) unstable; urgency=medium * Move forward towards a new release. + * libosmo-abis API change major: add parameter to struct + input_signal_data + * libosmo-trau API change major: add parameters to rx_cb() + callack in osmo_ortp.h - -- Holger Hans Peter Freyther Tue, 24 May 2016 23:02:47 +0200 + -- Holger Hans Peter Freyther Fri, 25 Aug 2017 16:09:46 +0200 libosmo-abis (0.3.2) unstable; urgency=medium diff --git a/src/Makefile.am b/src/Makefile.am index 760c1f5..7395d17 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,8 @@ # This is _NOT_ the library release version, it's an API version. -# Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification -ABIS_LIBVERSION=5:0:0 -TRAU_LIBVERSION=1:0:0 +# Please read chapter "Library interface versions" of the libtool documentation +# before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html +ABIS_LIBVERSION=6:0:0 +TRAU_LIBVERSION=2:0:0 AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir) AM_CFLAGS= -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(COVERAGE_CFLAGS) -- cgit v1.2.3