osmith submitted this change.

View Change

Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified tnt: Looks good to me, but someone else must approve
Bump version: 0.7.0.2-0c1a → 0.7.1

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

diff --git a/debian/changelog b/debian/changelog
index ba46f63..84a753c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+osmo-e1d (0.7.1) unstable; urgency=medium
+
+ [ Pau Espin Pedrol ]
+ * jenkins.sh: Use --disable-doxygen configure param
+
+ [ Harald Welte ]
+ * Avoid segfault during 'show octoi-clients' VTY command
+
+ -- Oliver Smith <osmith@sysmocom.de> Wed, 12 Feb 2025 10:23:03 +0100
+
osmo-e1d (0.7.0) unstable; urgency=medium

[ Andreas Eversberg ]
diff --git a/src/octoi/Makefile.am b/src/octoi/Makefile.am
index aa27683..3a4bf21 100644
--- a/src/octoi/Makefile.am
+++ b/src/octoi/Makefile.am
@@ -5,7 +5,7 @@
# This is _NOT_ the library release version, it's an API version.
# Please read Chapter 6 "Library interface versions" of the libtool
# documentation before making any modification
-LIBVERSION=3:0:0
+LIBVERSION=3:1:0

lib_LTLIBRARIES = libosmo-octoi.la


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

Gerrit-MessageType: merged
Gerrit-Project: osmo-e1d
Gerrit-Branch: master
Gerrit-Change-Id: I0d547ccc1de08e1142aed97f272eb6da66ac55e4
Gerrit-Change-Number: 39504
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-Reviewer: tnt <tnt@246tNt.com>