pespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/39351?usp=email )
Change subject: Bump version: 1.10.0.6-eeed5 → 1.10.1 ......................................................................
Bump version: 1.10.0.6-eeed5 → 1.10.1
Change-Id: I04235b6d290e57d125a45533006927b212a8f2ff --- M debian/changelog M src/core/Makefile.am M src/gsm/Makefile.am 3 files changed, 16 insertions(+), 2 deletions(-)
Approvals: neels: Looks good to me, but someone else must approve Jenkins Builder: Verified fixeria: Looks good to me, but someone else must approve osmith: Looks good to me, approved
diff --git a/debian/changelog b/debian/changelog index f80c4e4..deda8f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +libosmocore (1.10.1) unstable; urgency=medium + + [ Vadim Yanitskiy ] + * gsm48_encode_bearer_cap(): properly set 'Structure' in octet 4 + + [ Pau Espin Pedrol ] + * osmo_io: Increase default queue max_length from 32 to 1024 + * gsmtap: Increase txqueue max_length from 64 to 1024 + * osmo_io: Improve osmo_iofd_notify_connected() documentation + * osmo_io: segmentation cb: Initialize null ptr every iteration + * osmo_io: iofd_msgb_alloc(): Allow allocating msgb of len=0xffff + + -- Pau Espin Pedrol pespin@sysmocom.de Wed, 15 Jan 2025 17:31:58 +0100 + libosmocore (1.10.0) unstable; urgency=medium
[ Mychaela N. Falconia ] diff --git a/src/core/Makefile.am b/src/core/Makefile.am index 96e6460..ff9d0dd 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=22:0:0 +LIBVERSION=22:1:0
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 8c70473..f29f6d2 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=21:0:1 +LIBVERSION=21:1:1
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include AM_CFLAGS = -Wall $(TALLOC_CFLAGS)