Skip to content

Commit 768dfed

Browse files
YARP 3.9.0
1 parent 5b70147 commit 768dfed

File tree

5 files changed

+42
-14
lines changed

5 files changed

+42
-14
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: 'yarp-3.8'
19+
stable_branch: 'master'
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.1
20+
VERSION 3.9.0
2121
LANGUAGES C CXX
2222
)
2323
set(PROJECT_DESCRIPTION "YARP: A thin middleware for humanoid robots and more")

COPYING

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ The list of committers in the YARP repository (ordered by number of commit) is:
9797
Ugo Pattacini
9898
Ali Paikan
9999
YARP Developers
100-
Damiano Enerli
101100
Silvio Traversaro
101+
Damiano Enerli
102102
Andrea Ruzzenenti
103103
Alessandro Scalzo
104104
Elena Ceseracciu
@@ -128,10 +128,12 @@ The list of committers in the YARP repository (ordered by number of commit) is:
128128
Arjan Gijsberts
129129
Carlos Beltran-Gonzalez
130130
Claudio Castellini
131+
fbrand-new
131132
Daniel Krieg
132-
Fabio Valla
133133
Simone Girardi
134134
robotology-bot (Tag Repository Action)
135+
Fabio Valla
136+
Arren Glover
135137
Prashanth Ramadoss
136138
Alexandros Paraschos
137139
Plinio Moreno
@@ -155,8 +157,8 @@ The list of committers in the YARP repository (ordered by number of commit) is:
155157
David-Estevez
156158
Francesco Giovannini
157159
hypothe
158-
Arren Glover
159160
Bruno Nery
161+
Davide
160162
Davide Pollarolo
161163
Emilio Cartoni
162164
Fabien Benureau
@@ -167,12 +169,13 @@ The list of committers in the YARP repository (ordered by number of commit) is:
167169
Johnny Willemsen
168170
Mohamed Babiker Mohamed Elobaid
169171
Naeem Assif Mirza
172+
Simone
170173
Ze Ji
171-
fbrand-new
172174
Austin Kothig
173175
Carlo Ciliberto
174176
Carlotta Sartore
175177
Claudia Latella
178+
Davide Gorbani
176179
Davide Tome
177180
Elena Rampone
178181
Emilio Benenati
@@ -184,26 +187,26 @@ The list of committers in the YARP repository (ordered by number of commit) is:
184187
Marco Gabriele Fedozzi
185188
Marco Monforte
186189
Marco Randazzo
190+
Marco Randazzo
187191
Massimiliano Iacono
188192
Matej Hoffmann
189193
Mattia Fussi
190194
Pedro Vicente
191195
Serena Ivaldi
192-
Simone
193196
Vítor Galvão
194197
Zero King
195198

196199
The list of copyright holders for YARP is:
197-
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) (2805 files)
199-
RobotCub Consortium (766 files)
200+
Copyright (C) 1995, 2000, 2003, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023
201+
Istituto Italiano di Tecnologia (IIT) (2900 files)
202+
RobotCub Consortium (738 files)
200203
Daniel Krieg <krieg@fias.uni-frankfurt.de> (16 files)
201204
Anne van Rossum <anne@almende.com> (11 files)
202205
Arjan Gijsberts (10 files)
203-
Giacomo Spigler (7 files)
204206
Digia Plc and/or its subsidiary(-ies) (4 files)
205207
Alexandre Bernardino (3 files)
206208
Carlos Beltran-Gonzalez (3 files)
209+
Giacomo Spigler (3 files)
207210
Eric Mislivec (2 files)
208211
Freyr Magnusson (2 files)
209212
Intel Corporation (2 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_1
8+
+ \ref v3_9_0
99

1010
\section download_source_code Source Code
1111

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

2424
__Previous releases version and dates__:
2525

26+
+ \ref v3_8_1
2627
+ \ref v3_8_0
2728
+ \ref v3_7_2
2829
+ \ref v3_7_1

doc/release/master.md renamed to doc/release/v3_9_0.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
YARP 3.9.0 (2023-11-21) {#v3_9_0}
2-
=======================
2+
==================
33

44
[TOC]
55

66
YARP 3.9.0 Release Notes
7-
========================
7+
===================
88

99
A (partial) list of bug fixed and issues resolved in this release can be found
1010
[here](https://github.com/robotology/yarp/issues?q=label%3A%22Fixed+in%3A+YARP+v3.9.0%22).
@@ -96,3 +96,27 @@ Added new gui `yarpllmgui` to control `IChatbot` devices.
9696
* Added nwc device `speechTranscription_nwc_yarp` for the `ISpeechTranscription` interface and the corresponding test
9797
* Added nws device `speechTranscription_nws_yarp`
9898
* Added fake device `fakeSpeechTranscription`
99+
100+
Contributors
101+
------------
102+
103+
This is a list of people that contributed to this release (generated from the
104+
git history using `git shortlog -ens --no-merges v3.8.0..v3.9.0`):
105+
106+
```
107+
127 Marco Randazzo <marco.randazzo@iit.it>
108+
37 Ettore Landini <ettore.landini@iit.it>
109+
14 Nicolò Genesio <nicolo.genesio@iit.it>
110+
14 fbrand-new <francesco.brand@iit.it>
111+
7 Silvio Traversaro <silvio.traversaro@iit.it>
112+
6 Arren Glover <arren.glover@iit.it>
113+
4 robotology-bot (Tag Repository Action) <robotology@iit.it>
114+
3 Bartek Łukawski <bwmn.peter@gmail.com>
115+
2 Davide <davidegorbani@gmail.com>
116+
2 Ugo Pattacini <ugo.pattacini@iit.it>
117+
1 Davide Gorbani <101326942+davidegorbani@users.noreply.github.com>
118+
1 Marco Randazzo <marco.randazzo@.iit.it>
119+
1 Simone <simone.girardi@iit.it>
120+
1 Simone Girardi <simone.girardi@iit.it>
121+
1 Stefano Dafarra <stefano.dafarra@iit.it>
122+
```

0 commit comments

Comments
 (0)