laforge has submitted this change. (
https://gerrit.osmocom.org/c/libosmocore/+/37116?usp=email )
Change subject: Bump version: 1.9.0.2-52e39 → 1.9.1
......................................................................
Bump version: 1.9.0.2-52e39 → 1.9.1
Change-Id: If7e1113af2393bb776e7fff60b89355fa02a016d
---
M debian/changelog
M src/sim/Makefile.am
2 files changed, 17 insertions(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
diff --git a/debian/changelog b/debian/changelog
index c9184df..7256e69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libosmocore (1.9.1) unstable; urgency=medium
+
+ * libosmosim: class_tables: Resolve conflicting CLA=8x INS=F2 definitions
+ * libosmosim: class_tables: Fix GlobalPlatform CLA=8x INS=CA/CB GET DATA
+
+ -- Harald Welte <laforge(a)osmocom.org> Thu, 06 Jun 2024 18:36:01 +0200
+
libosmocore (1.9.0) unstable; urgency=medium
[ Oliver Smith ]
diff --git a/src/sim/Makefile.am b/src/sim/Makefile.am
index 0f6be57..01c5175 100644
--- a/src/sim/Makefile.am
+++ b/src/sim/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=3:2:1
+LIBVERSION=3:3:1
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir)
AM_CFLAGS = -fPIC -Wall $(TALLOC_CFLAGS)
--
To view, visit
https://gerrit.osmocom.org/c/libosmocore/+/37116?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: rel-1.9.1
Gerrit-Change-Id: If7e1113af2393bb776e7fff60b89355fa02a016d
Gerrit-Change-Number: 37116
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged