mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-08-14 22:18:22 +03:00
Bump version: 0.9.0.4-3248-dirty → 0.9.1
Change-Id: I0d06c6f15aa99be7609eac9afb6b9df8e6cf3dc5
This commit is contained in:
Vendored
+12
@@ -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 <osmith@sysmocom.de> Wed, 08 Jul 2026 08:47:19 +0200
|
||||||
|
|
||||||
simtrace2 (0.9.0) unstable; urgency=medium
|
simtrace2 (0.9.0) unstable; urgency=medium
|
||||||
|
|
||||||
[ Oliver Smith ]
|
[ Oliver Smith ]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# This is _NOT_ the library release version, it's an API version.
|
# This is _NOT_ the library release version, it's an API version.
|
||||||
# Please read chapter "Library interface versions" of the libtool documentation
|
# 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
|
# 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_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
|
||||||
AM_CFLAGS= -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOSIM_CFLAGS) $(LIBUSB_CFLAGS) $(COVERAGE_CFLAGS)
|
AM_CFLAGS= -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOSIM_CFLAGS) $(LIBUSB_CFLAGS) $(COVERAGE_CFLAGS)
|
||||||
|
|||||||
Reference in New Issue
Block a user