osmith submitted this change.

View Change


Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved laforge: Looks good to me, but someone else must approve
Bump version: 1.5.0.1-9ea4 → 1.5.1

Change-Id: I45fbe0348ebf7ae51fd3757c6e9359a03dd2b1ce
---
M debian/changelog
M src/Makefile.am
2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 90f725a..bb5adff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libosmo-netif (1.5.1) unstable; urgency=medium
+
+ [ Daniel Willmann ]
+ * ipa: Ensure osmo_ipa_segmentation_cb sets msg->l2h to the payload data
+
+ -- Oliver Smith <osmith@sysmocom.de> Thu, 01 Aug 2024 10:59:18 +0200
+
libosmo-netif (1.5.0) unstable; urgency=medium

[ arehbein ]
diff --git a/src/Makefile.am b/src/Makefile.am
index 874a92d..2ceadc0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
# 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
-LIBVERSION=13:0:2
+LIBVERSION=13:1:2

AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS= -fPIC -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS) $(LIBSCTP_CFLAGS)

To view, visit change 37682. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: I45fbe0348ebf7ae51fd3757c6e9359a03dd2b1ce
Gerrit-Change-Number: 37682
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann@sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged