aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-11-28 12:59:16 +0100
committerOliver Smith <osmith@sysmocom.de>2023-11-28 12:59:37 +0100
commitee56983c28cc58f4bcadee2e87672176ed845c1c (patch)
tree35d5f3490a5a7c00210ef8e63d7f999c3a301644
parent128bec3237246dc958b53931d00e9f61038e2877 (diff)
Bump version: 1.9.1.3-128b-dirty → 1.9.21.9.2
-rw-r--r--debian/changelog11
-rw-r--r--src/core/Makefile.am2
2 files changed, 12 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 012a76d7..9a06fe92 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 109aae7f..796e9068 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)