pespin has uploaded this change for review.

View Change

Bump version: 1.7.0.17-96f9 → 1.8.0

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

git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/15/43315/1
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 89a240e..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -7,5 +7,3 @@
# 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
-netif add osmo_ip_checksum API
-netif add osmo_icmpv6 API
diff --git a/debian/changelog b/debian/changelog
index daa547a..601ad58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,36 @@
+libosmo-netif (1.8.0) unstable; urgency=medium
+
+ [ Pau Espin Pedrol ]
+ * cosmetic: stream_cli: Fix typos in API documentation
+ * stream: Log failure to apply NODELAY sockopt
+ * cosmetic: stream_srv: srv_link: Document no need for OSMO_SOCK_F_NONBLOCK
+ * stream_cli: Log state in stream_sctp_recvmsg_wrapper()
+ * stream_srv: keep sockname in iofd name if a stream name is explicitly set
+ * stream_cli: Add stream sockname to iofd name
+ * stream: Improve error handling and logging in write_cb
+ * Introduce ip_checksum API
+ * Introduce API osmo_icmpv6
+ * stream: srv_link: Fix DSCP not set on already created listen socket
+
+ [ Timur Davydov ]
+ * stream: Fix build with --disable-libsctp
+ * gitignore: ignore generated .wasm files
+
+ [ Mychaela N. Falconia ]
+ * twjit: add underrun extension feature
+
+ [ Harald Welte ]
+ * icmpv6: Re-license code under GPL-v2-or-later
+ * ip_checksum: Add SPDX license identifier
+
+ [ Vadim Yanitskiy ]
+ * .gitignore: add missing osmux_{input,output}_test
+
+ [ Andreas Eversberg ]
+ * Also apply DSCP settings on listening socket
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 20 Aug 2026 10:53:30 +0200
+
libosmo-netif (1.7.0) unstable; urgency=medium

[ Mychaela N. Falconia ]
diff --git a/src/Makefile.am b/src/Makefile.am
index 8c2b95b..ee565db 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=15:0:4
+LIBVERSION=16:0:5

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

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

Gerrit-MessageType: newchange
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: I2c7bd5a35cbb05008b249b86316e68d18e8ee05f
Gerrit-Change-Number: 43315
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>