osmith submitted this change.

View Change

Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified fixeria: Looks good to me, but someone else must approve
Bump version: 1.6.0.2-3050 → 1.6.1

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

diff --git a/debian/changelog b/debian/changelog
index cb8dbbd..f8b93e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libosmo-netif (1.6.1) unstable; urgency=medium
+
+ * Fix time_t prints for debian 13 armv7l
+ * Use %zu for size_t
+
+ -- Oliver Smith <osmith@sysmocom.de> Tue, 26 Aug 2025 15:44:56 +0200
+
libosmo-netif (1.6.0) unstable; urgency=medium

[ Harald Welte ]
diff --git a/src/Makefile.am b/src/Makefile.am
index 98dc276..465eaf4 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=14:0:3
+LIBVERSION=14:1:3

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

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

Gerrit-MessageType: merged
Gerrit-Project: libosmo-netif
Gerrit-Branch: osmith/1.6.1
Gerrit-Change-Id: I62dfb8169f1123f8509dcd93ddd73641822247c2
Gerrit-Change-Number: 40925
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>