osmith submitted this change.

View Change


Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified
Bump version: 1.9.1.3-128b-dirty → 1.9.2

Change-Id: I0feec4b39d59f11c2f6d77bcac96c89de549fcd5
---
M debian/changelog
M src/core/Makefile.am
2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 012a76d..9a06fe9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+libosmocore (1.9.2) unstable; urgency=medium
+
+ [ Pau Espin Pedrol ]
+ * sockaddr_str.h Fix OSMO_SOCKADDR_STR_FMT_ARGS_NOT_NULL syntax error
+
+ [ Daniel Willmann ]
+ * logging_gsmtap: Temporarily disable logging when sending the logs
+ * Disable uring when building for embedded
+
+ -- Oliver Smith <osmith@sysmocom.de> Tue, 28 Nov 2023 12:59:15 +0100
+
libosmocore (1.9.1) unstable; urgency=medium

[ Manawyrm ]
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 109aae7..796e906 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=21:1:0
+LIBVERSION=21:2: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)

To view, visit change 35148. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmocore
Gerrit-Branch: osmith/1.9.2
Gerrit-Change-Id: I0feec4b39d59f11c2f6d77bcac96c89de549fcd5
Gerrit-Change-Number: 35148
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged