Change in osmo-remsim[master]: Bump version: 0.2.1.10-35d9-dirty → 0.2.2

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Dec 3 19:56:48 UTC 2019


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-remsim/+/16443 )


Change subject: Bump version: 0.2.1.10-35d9-dirty → 0.2.2
......................................................................

Bump version: 0.2.1.10-35d9-dirty → 0.2.2

Change-Id: I77c86455f9c36c16271bc8e7f8f3f72d682d23fd
---
M debian/changelog
M debian/control
D debian/libosmo-rspro0.install
M src/Makefile.am
4 files changed, 22 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-remsim refs/changes/43/16443/1

diff --git a/debian/changelog b/debian/changelog
index 5554597..0ff1dea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+osmo-remsim (0.2.2) unstable; urgency=medium
+
+  [ Harald Welte ]
+  * rspro_client_fsm: Fix another memory leak
+  * remsim-apitool: Fix slotmap-create (integer needed, not string!)
+  * rspro_dec_msg: Simplify msgb ownership handling
+  * bankd_client_fsm: close IPA client connection before re-establishing it
+  * Check for osmo_fsm_register() error return value
+  * cosmetic: more comments; spelling fixes in comments
+  * bankd: send IPA CCM ID_ACK after receiving ID_ACK
+
+  [ Joachim Steiger ]
+  * add contrib/remsim-apitool.py to control the REST-interface of osmo-remsim-server
+
+  [ Kévin Redon ]
+  * remsim-apitool.py: pass IDs as integer
+  * client: fix help strings
+
+ -- Harald Welte <laforge at osmocom.org>  Tue, 03 Dec 2019 20:38:18 +0100
+
 osmo-remsim (0.2.1) unstable; urgency=medium
 
   * rspro_client_fsm/remsim_client: Fix double-free
diff --git a/debian/control b/debian/control
index c693fde..7638015 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@
 Vcs-Git: git://git.osmocom.org/osmo-remsim
 Homepage: https://projects.osmocom.org/projects/osmo-remsim
 
-Package: libosmo-rspro0
+Package: libosmo-rspro1
 Section: libs
 Architecture: any
 Multi-Arch: same
diff --git a/debian/libosmo-rspro0.install b/debian/libosmo-rspro0.install
deleted file mode 100644
index 2b3a85d..0000000
--- a/debian/libosmo-rspro0.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/libosmo-rspro*.so.*
diff --git a/src/Makefile.am b/src/Makefile.am
index 165c3f7..fa0f732 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,7 +11,7 @@
 	    $(PCSC_CFLAGS) $(USB_CFLAGS) $(OSMOSIM_CFLAGS) \
 	    -I$(top_srcdir)/include/osmocom/rspro
 
-RSPRO_LIBVERSION=0:0:0
+RSPRO_LIBVERSION=1:0:0
 lib_LTLIBRARIES = libosmo-rspro.la
 libosmo_rspro_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(RSPRO_LIBVERSION)
 libosmo_rspro_la_LIBADD = $(OSMOCORE_LIBS) $(OSMOGSM_LIBS) $(OSMOABIS_LIBS) \

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/16443
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: I77c86455f9c36c16271bc8e7f8f3f72d682d23fd
Gerrit-Change-Number: 16443
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191203/e9dfd1e4/attachment.htm>


More information about the gerrit-log mailing list