From 6b71b37ab73fdfa994db71843941785e08968063 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Fri, 25 Oct 2024 12:14:18 +0200 Subject: [PATCH] Document multipleanalogsensorsclient and shmem changes in changelog --- doc/release/master.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/release/master.md b/doc/release/master.md index 6c4d043b47..dfc6c7eeee 100644 --- a/doc/release/master.md +++ b/doc/release/master.md @@ -51,6 +51,7 @@ New Features * Removed h264 Carrier * Added gstreamer carrier with extended functionalities. * Added new gstreamers plugins: yarpvideosource, yarpvidepassthrough, yarpvideosink +* Fixed segfault on disconnection with shmem carrier. ### Devices @@ -98,7 +99,11 @@ New Features #### FakePythonSpeechTranscription -* Added new device `FakePythonSpeechTranscription`. The device is also an example which demonstrates the encapsulation of python code inside a c++ device implementing a Yarp interface. +* Added new device `FakePythonSpeechTranscription`. The device is also an example which demonstrates the encapsulation of python code inside a c++ device implementing a Yarp interface. + +#### multipleanalogsensorsclient + +* Always establish the `rpc` connection with the `tcp` carrier, instead of using the `carrier` option as done in YARP <= 3.9 . ### GUIs