osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-netif/+/37682?usp=email )
Change subject: Bump version: 1.5.0.1-9ea4 → 1.5.1 ...................................................................... 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(-) git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/82/37682/1 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 <[email protected]> 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 https://gerrit.osmocom.org/c/libosmo-netif/+/37682?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libosmo-netif Gerrit-Branch: master Gerrit-Change-Id: I45fbe0348ebf7ae51fd3757c6e9359a03dd2b1ce Gerrit-Change-Number: 37682 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <[email protected]> Gerrit-MessageType: newchange
