Skip to content

Commit c441367

Browse files
YARP 3.7.0
1 parent 5bd3786 commit c441367

File tree

5 files changed

+31
-8
lines changed

5 files changed

+31
-8
lines changed

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.6.102
20+
VERSION 3.7.0
2121
LANGUAGES C CXX
2222
)
2323
set(PROJECT_DESCRIPTION "YARP: A thin middleware for humanoid robots and more")

COPYING

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ The list of committers in the YARP repository (ordered by number of commit) is:
119119
Alexandre Bernardino
120120
Tobias Fischer
121121
Duarte Aragao
122+
Stefano Dafarra
122123
Francesco Nori
123124
Diego Ferigo
124125
Juan G. Victores
@@ -128,8 +129,8 @@ The list of committers in the YARP repository (ordered by number of commit) is:
128129
Carlos Beltran-Gonzalez
129130
Claudio Castellini
130131
Daniel Krieg
131-
Stefano Dafarra
132132
Fabio Valla
133+
Simone Girardi
133134
Prashanth Ramadoss
134135
Alexandros Paraschos
135136
Plinio Moreno
@@ -182,13 +183,15 @@ The list of committers in the YARP repository (ordered by number of commit) is:
182183
Matej Hoffmann
183184
Pedro Vicente
184185
Serena Ivaldi
186+
Simone
185187
Vítor Galvão
186188
Zero King
189+
robotology-bot (Tag Repository Action)
187190

188191
The list of copyright holders for YARP is:
189192
Copyright (C) 1995, 2000, 2003, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021
190-
Istituto Italiano di Tecnologia (IIT) (2731 files)
191-
RobotCub Consortium (785 files)
193+
Istituto Italiano di Tecnologia (IIT) (2736 files)
194+
RobotCub Consortium (795 files)
192195
Daniel Krieg <krieg@fias.uni-frankfurt.de> (16 files)
193196
Anne van Rossum <anne@almende.com> (11 files)
194197
Arjan Gijsberts (10 files)

doc/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_6_0
8+
+ \ref v3_7_0
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_6_0
5859
+ \ref v3_5_1
5960
+ \ref v3_5_0
6061
+ \ref v3_4_6

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

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
YARP 3.7.0 (2022-05-25) {#v3_7_0}
2-
=======================
2+
==================
33

44
[TOC]
55

66
YARP 3.7.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.7.0%22).
@@ -112,3 +112,22 @@ Bug Fixes
112112
#### `yarpmotorgui`
113113

114114
* The target box for the joints sliders now lands where expected (#2824).
115+
116+
Contributors
117+
------------
118+
119+
This is a list of people that contributed to this release (generated from the
120+
git history using `git shortlog -ens --no-merges v3.6.0..v3.7.0`):
121+
122+
```
123+
41 Marco Randazzo <marco.randazzo@iit.it>
124+
20 Stefano Dafarra <stefano.dafarra@iit.it>
125+
14 Daniele E. Domenichelli <daniele.domenichelli@iit.it>
126+
13 Silvio Traversaro <silvio.traversaro@iit.it>
127+
10 Simone Girardi <simone.girardi@iit.it>
128+
2 Ugo Pattacini <ugo.pattacini@iit.it>
129+
1 Ettore Landini <ettore.landini@iit.it>
130+
1 Matteo Brunettini <matteo.brunettini@iit.it>
131+
1 Simone <simone.girardi@iit.it>
132+
1 robotology-bot (Tag Repository Action) <robotology@iit.it>
133+
```

doc/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This page lists the main changes introduced in YARP at each release.
55

66

77
## YARP 3.7 Series {#yarp_3_7_series}
8-
* \subpage master
8+
* \subpage v3_7_0
99
## YARP 3.6 Series {#yarp_3_6_series}
1010
* \subpage yarp_3_6
1111
* \subpage v3_6_0

0 commit comments

Comments
 (0)