osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/43091?usp=email )
Change subject: Bump version: 1.14.0.6-ac289-dirty → 1.14.1 ......................................................................
Bump version: 1.14.0.6-ac289-dirty → 1.14.1
Change-Id: I671d21db38d915370e7191ada34ff640ee3a49dd --- M debian/changelog M src/core/Makefile.am M src/vty/Makefile.am 3 files changed, 20 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/91/43091/1
diff --git a/debian/changelog b/debian/changelog index a0eaac3..4e5b4c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +libosmocore (1.14.1) unstable; urgency=medium + + [ Vadim Yanitskiy ] + * osmo_io: iofd_txqueue_dequeue(): fix double next->io_len decrement + + [ Timur Davydov ] + * vty: fix osmo_cpu_sched_vty_init() prototype + * vty: make CPU scheduling optional based on platform support + + [ Oliver Smith ] + * utils: fix typos + * utils/gsmtap-logsend: close infile before exit + + [ Alexander Couzens ] + * gsm/Makefile.am: add missing kdf/crypto.h + + -- Oliver Smith osmith@sysmocom.de Wed, 22 Jul 2026 11:30:55 +0200 + libosmocore (1.14.0) unstable; urgency=medium
[ Eric Wild ] diff --git a/src/core/Makefile.am b/src/core/Makefile.am index a03ef7c..ed95c10 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -1,7 +1,7 @@ # This is _NOT_ the library release version, it's an API version. # Please read chapter "Library interface versions" of the libtool documentation # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html -LIBVERSION=26:0:4 +LIBVERSION=26:1:4
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) AM_CFLAGS = -Wall $(TALLOC_CFLAGS) $(PTHREAD_CFLAGS) $(LIBSCTP_CFLAGS) $(LIBMNL_CFLAGS) $(URING_CFLAGS) diff --git a/src/vty/Makefile.am b/src/vty/Makefile.am index bedf035..a9d2fde 100644 --- a/src/vty/Makefile.am +++ b/src/vty/Makefile.am @@ -1,7 +1,7 @@ # This is _NOT_ the library release version, it's an API version. # Please read chapter "Library interface versions" of the libtool documentation # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html -LIBVERSION=14:0:1 +LIBVERSION=14:1:1
AM_CPPFLAGS = \ -I$(top_srcdir)/include \