osmith has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/40925?usp=email )
Change subject: Bump version: 1.6.0.2-3050 → 1.6.1 ......................................................................
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(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified fixeria: Looks good to me, but someone else must approve
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)