pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/41711?usp=email )
Change subject: Bump version: 1.12.0.12-88a1-dirty → 1.12.1 ......................................................................
Bump version: 1.12.0.12-88a1-dirty → 1.12.1
Change-Id: I11cf70e4d82bab74ff51df402df00a060be77ebf --- M debian/changelog M src/core/Makefile.am M src/vty/Makefile.am 3 files changed, 14 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/11/41711/1
diff --git a/debian/changelog b/debian/changelog index b4d258a..42045b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +libosmocore (1.12.1) unstable; urgency=medium + + [ Pau Espin Pedrol ] + * gsmtap_util: Fix fds not closed in ofd_wq_mode=0 + * vty: assert in optional param followed by optional-multi-choice param: Fix [2/2] + * gsmtap_util: Avoid sink_fd leak gsmtap_source_add_sinki() called multiple times + + [ Vadim Yanitskiy ] + * vty: assert in optional param followed by optional-multi-choice param: Reproduce [1/2] + + -- Pau Espin Pedrol pespin@sysmocom.de Thu, 18 Dec 2025 14:34:32 +0100 + libosmocore (1.12.0) unstable; urgency=medium
[ Vadim Yanitskiy ] diff --git a/src/core/Makefile.am b/src/core/Makefile.am index 0b756da..d670168 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=24:0:2 +LIBVERSION=24:1:2
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 ecdd050..ba26f14 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=13:3:0 +LIBVERSION=13:4:0
AM_CPPFLAGS = \ -I$(top_srcdir)/include \