fixeria has submitted this change. (
https://gerrit.osmocom.org/c/libosmo-abis/+/40172?usp=email )
Change subject: Bump version: 2.0.0.1-20a9 → 2.0.1
......................................................................
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(-)
Approvals:
pespin: Looks good to me, approved
Jenkins Builder: Verified
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(a)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
https://gerrit.osmocom.org/c/libosmo-abis/+/40172?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
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(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>