fixeria submitted this change.

View Change

Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified
Bump version: 2.0.0.1-20a9 → 2.0.1

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

diff --git a/debian/changelog b/debian/changelog
index d93e8b9..b0d1b66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libosmo-abis (2.0.1) unstable; urgency=medium
+
+ [ Pau Espin Pedrol ]
+ * ipaccess: Reset pointer before calling stream_cli func triggering callback
+
+ -- Vadim Yanitskiy <vyanitskiy@sysmocom.de> Tue, 29 Apr 2025 21:39:20 +0700
+
libosmo-abis (2.0.0) unstable; urgency=medium

[ Mychaela N. Falconia ]
diff --git a/src/Makefile.am b/src/Makefile.am
index f25fb8b..195129b 100644
--- a/src/Makefile.am
+++ b/src/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
-ABIS_LIBVERSION=15:0:0
+ABIS_LIBVERSION=15:1:0
TRAU_LIBVERSION=11:0:0

AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)

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

Gerrit-MessageType: merged
Gerrit-Project: libosmo-abis
Gerrit-Branch: rel-2.0.1
Gerrit-Change-Id: Ib9f300745c86bd6421aa0cc7905bf5f545f9212b
Gerrit-Change-Number: 40172
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>