osmith has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/41356?usp=email )
Change subject: Bump version: 1.11.2.2-f5e98-dirty → 1.11.3 ......................................................................
Bump version: 1.11.2.2-f5e98-dirty → 1.11.3
Change-Id: I8bec5917f1de938775401a1030cdd29b5700873e --- M debian/changelog M src/core/Makefile.am M src/gsm/Makefile.am 3 files changed, 12 insertions(+), 2 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/debian/changelog b/debian/changelog index a6d79a9..1fe167f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libosmocore (1.11.3) unstable; urgency=medium + + [ Harald Welte ] + * gsm/gsm_utils: Support the ER-GSM band (ARFCN 940..954) + + [ Pau Espin Pedrol ] + * io_uring: Avoid extra reads if iofd becomes unregistered by user + + -- Oliver Smith osmith@sysmocom.de Thu, 06 Nov 2025 14:31:02 +0100 + libosmocore (1.11.2) unstable; urgency=medium
[ Oliver Smith ] diff --git a/src/core/Makefile.am b/src/core/Makefile.am index 3b03e0d..290daf2 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=23:0:1 +LIBVERSION=23:1:1
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/gsm/Makefile.am b/src/gsm/Makefile.am index e732c7e..20cab1f 100644 --- a/src/gsm/Makefile.am +++ b/src/gsm/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=22:1:2 +LIBVERSION=22:2:2
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include AM_CFLAGS = -Wall $(TALLOC_CFLAGS)