[PATCH] libosmo-abis[master]: Bump version: 0.3.2 → 0.4.0

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Max gerrit-no-reply at lists.osmocom.org
Fri Aug 25 14:13:12 UTC 2017


Hello Harald Welte, Jenkins Builder,

I'd like you to reexamine a change.  Please visit

    https://gerrit.osmocom.org/3595

to look at the new patch set (#2).

Bump version: 0.3.2 → 0.4.0

Change-Id: Ibefe53a7f5b06fb8a9294574af41dacac68bdbe9
---
M TODO-RELEASE
M debian/changelog
M src/Makefile.am
3 files changed, 18 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/95/3595/2

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 <holger at moiji-mobile.com>  Tue, 24 May 2016 23:02:47 +0200
+ -- Holger Hans Peter Freyther <holger at moiji-mobile.com>  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)

-- 
To view, visit https://gerrit.osmocom.org/3595
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ibefe53a7f5b06fb8a9294574af41dacac68bdbe9
Gerrit-PatchSet: 2
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Holger Freyther <holger at freyther.de>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list