fixeria has submitted this change. (
https://gerrit.osmocom.org/c/libosmocore/+/40223?usp=email )
Change subject: Bump version: 1.11.0.3-5e10c → 1.11.1
......................................................................
Bump version: 1.11.0.3-5e10c → 1.11.1
Change-Id: If22e810464a33bcadbd03462b4a84bc303377fae
---
M debian/changelog
M src/gsm/Makefile.am
M src/isdn/Makefile.am
3 files changed, 11 insertions(+), 2 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
osmith: Looks good to me, approved
diff --git a/debian/changelog b/debian/changelog
index 9da8106..c3e7931 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libosmocore (1.11.1) unstable; urgency=medium
+
+ [ Pau Espin Pedrol ]
+ * tests: soft_uart: Fix printf int type format
+ * lapd: Take talloc msgb ownership when enqueueing it
+ * lapdm: Take talloc msgb ownership when enqueueing it
+
+ -- Vadim Yanitskiy <vyanitskiy(a)sysmocom.de> Tue, 06 May 2025 16:24:20 +0700
+
libosmocore (1.11.0) unstable; urgency=medium
[ Mychaela N. Falconia ]
diff --git a/src/gsm/Makefile.am b/src/gsm/Makefile.am
index b9900e2..e732c7e 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:0:2
+LIBVERSION=22:1:2
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
AM_CFLAGS = -Wall $(TALLOC_CFLAGS)
diff --git a/src/isdn/Makefile.am b/src/isdn/Makefile.am
index 5145545..40320c3 100644
--- a/src/isdn/Makefile.am
+++ b/src/isdn/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=2:0:2
+LIBVERSION=2:1:2
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
AM_CFLAGS = -Wall $(TALLOC_CFLAGS)
--
To view, visit
https://gerrit.osmocom.org/c/libosmocore/+/40223?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: libosmocore
Gerrit-Branch: rel-1.11.1
Gerrit-Change-Id: If22e810464a33bcadbd03462b4a84bc303377fae
Gerrit-Change-Number: 40223
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>