Skip to content

Commit a25f390

Browse files
YARP 3.8.1
1 parent 482653c commit a25f390

File tree

6 files changed

+59
-42
lines changed

6 files changed

+59
-42
lines changed

.github/workflows/nightly-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Nightly Merge
1717
uses: robotology/gh-action-nightly-merge@v1.3.3
1818
with:
19-
stable_branch: 'master'
19+
stable_branch: 'yarp-3.8'
2020
development_branch: 'master'
2121
allow_ff: false
2222
user_name: 'robotology-bot'

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ endif()
1717
# Main project
1818
project(
1919
YARP
20-
VERSION 3.8.0
20+
VERSION 3.8.1
2121
LANGUAGES C CXX
2222
)
2323
set(PROJECT_DESCRIPTION "YARP: A thin middleware for humanoid robots and more")

COPYING

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ The list of committers in the YARP repository (ordered by number of commit) is:
131131
Daniel Krieg
132132
Fabio Valla
133133
Simone Girardi
134+
robotology-bot (Tag Repository Action)
134135
Prashanth Ramadoss
135136
Alexandros Paraschos
136137
Plinio Moreno
137138
Valentina Vasco
138139
Yeshasvi Tirupachuri
139-
robotology-bot (Tag Repository Action)
140140
Giovanni Saponaro
141141
Giulia Vezzani
142142
Jonas Ruesch
@@ -168,6 +168,7 @@ The list of committers in the YARP repository (ordered by number of commit) is:
168168
Mohamed Babiker Mohamed Elobaid
169169
Naeem Assif Mirza
170170
Ze Ji
171+
fbrand-new
171172
Austin Kothig
172173
Carlo Ciliberto
173174
Carlotta Sartore
@@ -191,11 +192,10 @@ The list of committers in the YARP repository (ordered by number of commit) is:
191192
Simone
192193
Vítor Galvão
193194
Zero King
194-
fbrand-new
195195

196196
The list of copyright holders for YARP is:
197197
Copyright (C) 1995, 2000, 2003, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2023
198-
Istituto Italiano di Tecnologia (IIT) (2803 files)
198+
Istituto Italiano di Tecnologia (IIT) (2805 files)
199199
RobotCub Consortium (766 files)
200200
Daniel Krieg <krieg@fias.uni-frankfurt.de> (16 files)
201201
Anne van Rossum <anne@almende.com> (11 files)

doc/001_installation/1_download.dox

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Latest YARP release is:
77

8-
+ \ref v3_8_0
8+
+ \ref v3_8_1
99

1010
\section download_source_code Source Code
1111

@@ -55,6 +55,7 @@ Previous versions are hosted on [GitHub](https://github.com/robotology/yarp/rele
5555

5656
__Previous releases version and dates__:
5757

58+
+ \ref v3_8_0
5859
+ \ref v3_7_2
5960
+ \ref v3_7_1
6061
+ \ref v3_7_0

doc/release/v3_8_1.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
YARP 3.8.1 (2023-06-05) {#v3_8_1}
2+
=======================
3+
4+
[TOC]
5+
6+
YARP 3.8.1 Release Notes
7+
========================
8+
9+
10+
A (partial) list of bug fixed and issues resolved in this release can be found
11+
[here](https://github.com/robotology/yarp/issues?q=label%3A%22Fixed+in%3A+YARP+v3.8.1%22).
12+
13+
Bug Fixes
14+
---------
15+
16+
### tools
17+
18+
#### `yarpmotorgui`
19+
20+
* Fixed an issue regarding high CPU usage (#2955).
21+
22+
### devices
23+
24+
#### multipleanalogsensorsserver
25+
26+
Fixed bug that resulted in a segmentation fault if one of the device to which
27+
`multipleanalogsensorsserver` was attached did not resized the measure vector.
28+
29+
#### serialPort_nws_yarp serialPort_nwc_yarp
30+
31+
Fixed segfault in serialPort_nws_yarp if devices is used but not attached yet.
32+
Fixed communication with serialPort_nwc_yarp.
33+
34+
#### opencv_grabber
35+
36+
Removed use of highgui.h include file.
37+
38+
Contributors
39+
------------
40+
41+
This is a list of people that contributed to this release (generated from the
42+
git history using `git shortlog -ens --no-merges v3.8.0..v3.8.1`):
43+
44+
```
45+
8 Marco Randazzo <marco.randazzo@iit.it>
46+
5 Silvio Traversaro <silvio.traversaro@iit.it>
47+
2 Nicolò Genesio <nicolo.genesio@iit.it>
48+
2 robotology-bot (Tag Repository Action) <robotology@iit.it>
49+
1 Bartek Łukawski <bwmn.peter@gmail.com>
50+
1 Ugo Pattacini <ugo.pattacini@iit.it>
51+
1 fbrand-new <francesco.brand@iit.it>
52+
```

doc/release/yarp_3_8.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)