osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-remsim/+/39953?usp=email )
Change subject: Bump version: 1.1.0.2-6d24 → 1.1.1 ......................................................................
Bump version: 1.1.0.2-6d24 → 1.1.1
Change-Id: I7ba61e6fdd67f19950f3f5834bdc2fabe8d7a1c3 --- M debian/changelog M src/Makefile.am 2 files changed, 8 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-remsim refs/changes/53/39953/1
diff --git a/debian/changelog b/debian/changelog index 3161642..1766907 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +osmo-remsim (1.1.1) unstable; urgency=medium + + * src/client/user_shell: add missing \n + * src/rspro_client_fsm: fix osmo_stream_cli_destroy + + -- Oliver Smith osmith@sysmocom.de Tue, 08 Apr 2025 08:05:08 +0200 + osmo-remsim (1.1.0) unstable; urgency=medium
[ Harald Welte ] diff --git a/src/Makefile.am b/src/Makefile.am index 8a77f36..7a18c46 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,7 +16,7 @@ $(OSMOCORE_CFLAGS) \ $(NULL)
-RSPRO_LIBVERSION=2:1:0 +RSPRO_LIBVERSION=2:2:0 lib_LTLIBRARIES = libosmo-rspro.la libosmo_rspro_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(RSPRO_LIBVERSION) # OSMONETIF_LIBS, OSMOGSM_LIBS not needed, we don't use any of its symbols, only the header above