Skip to content

Commit

Permalink
YARP 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robotology-bot committed May 25, 2022
1 parent 5bd3786 commit c441367
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ endif()
# Main project
project(
YARP
VERSION 3.6.102
VERSION 3.7.0
LANGUAGES C CXX
)
set(PROJECT_DESCRIPTION "YARP: A thin middleware for humanoid robots and more")
Expand Down
9 changes: 6 additions & 3 deletions COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ The list of committers in the YARP repository (ordered by number of commit) is:
Alexandre Bernardino
Tobias Fischer
Duarte Aragao
Stefano Dafarra
Francesco Nori
Diego Ferigo
Juan G. Victores
Expand All @@ -128,8 +129,8 @@ The list of committers in the YARP repository (ordered by number of commit) is:
Carlos Beltran-Gonzalez
Claudio Castellini
Daniel Krieg
Stefano Dafarra
Fabio Valla
Simone Girardi
Prashanth Ramadoss
Alexandros Paraschos
Plinio Moreno
Expand Down Expand Up @@ -182,13 +183,15 @@ The list of committers in the YARP repository (ordered by number of commit) is:
Matej Hoffmann
Pedro Vicente
Serena Ivaldi
Simone
Vítor Galvão
Zero King
robotology-bot (Tag Repository Action)

The list of copyright holders for YARP is:
Copyright (C) 1995, 2000, 2003, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021
Istituto Italiano di Tecnologia (IIT) (2731 files)
RobotCub Consortium (785 files)
Istituto Italiano di Tecnologia (IIT) (2736 files)
RobotCub Consortium (795 files)
Daniel Krieg <[email protected]> (16 files)
Anne van Rossum <[email protected]> (11 files)
Arjan Gijsberts (10 files)
Expand Down
3 changes: 2 additions & 1 deletion doc/download.dox
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Latest YARP release is:

+ \ref v3_6_0
+ \ref v3_7_0

\section download_source_code Source Code

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

__Previous releases version and dates__:

+ \ref v3_6_0
+ \ref v3_5_1
+ \ref v3_5_0
+ \ref v3_4_6
Expand Down
23 changes: 21 additions & 2 deletions doc/release/master.md → doc/release/v3_7_0.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
YARP 3.7.0 (2022-05-25) {#v3_7_0}
=======================
==================

[TOC]

YARP 3.7.0 Release Notes
========================
===================

A (partial) list of bug fixed and issues resolved in this release can be found
[here](https://github.com/robotology/yarp/issues?q=label%3A%22Fixed+in%3A+YARP+v3.7.0%22).
Expand Down Expand Up @@ -112,3 +112,22 @@ Bug Fixes
#### `yarpmotorgui`

* The target box for the joints sliders now lands where expected (#2824).

Contributors
------------

This is a list of people that contributed to this release (generated from the
git history using `git shortlog -ens --no-merges v3.6.0..v3.7.0`):

```
41 Marco Randazzo <[email protected]>
20 Stefano Dafarra <[email protected]>
14 Daniele E. Domenichelli <[email protected]>
13 Silvio Traversaro <[email protected]>
10 Simone Girardi <[email protected]>
2 Ugo Pattacini <[email protected]>
1 Ettore Landini <[email protected]>
1 Matteo Brunettini <[email protected]>
1 Simone <[email protected]>
1 robotology-bot (Tag Repository Action) <[email protected]>
```
2 changes: 1 addition & 1 deletion doc/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This page lists the main changes introduced in YARP at each release.


## YARP 3.7 Series {#yarp_3_7_series}
* \subpage master
* \subpage v3_7_0
## YARP 3.6 Series {#yarp_3_6_series}
* \subpage yarp_3_6
* \subpage v3_6_0
Expand Down

0 comments on commit c441367

Please sign in to comment.