osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-e1d/+/39504?usp=email )
Change subject: Bump version: 0.7.0.2-0c1a → 0.7.1 ......................................................................
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(-)
Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified tnt: Looks good to me, but someone else must approve
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