From 5b9be4a52b7606eb56b8b7e8413b7b29e9656bb0 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 8 Jul 2026 08:47:19 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.0.4-3248-dirty=20?= =?UTF-8?q?=E2=86=92=200.9.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0d06c6f15aa99be7609eac9afb6b9df8e6cf3dc5 --- debian/changelog | 12 ++++++++++++ host/lib/Makefile.am | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b19291c3..bdef3611 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +simtrace2 (0.9.1) unstable; urgency=medium + + [ Oliver Smith ] + * Generate a version.h file + * firmware: replace libnewlib with picolibc + * firmware/Makefile: remove -Wredundant-decls + + [ Harald Welte ] + * Use gsmtap_inst_fd2() to remove compiler warning + + -- Oliver Smith Wed, 08 Jul 2026 08:47:19 +0200 + simtrace2 (0.9.0) unstable; urgency=medium [ Oliver Smith ] diff --git a/host/lib/Makefile.am b/host/lib/Makefile.am index dbcb3f81..f99f0ac2 100644 --- a/host/lib/Makefile.am +++ b/host/lib/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 -ST2_LIBVERSION=2:0:1 +ST2_LIBVERSION=2:1:1 AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir) AM_CFLAGS= -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOSIM_CFLAGS) $(LIBUSB_CFLAGS) $(COVERAGE_CFLAGS)