-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bbb01fc
commit 81917f6
Showing
5 changed files
with
40 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
- name: Nightly Merge | ||
uses: robotology/[email protected] | ||
with: | ||
stable_branch: 'yarp-3.7' | ||
stable_branch: 'master' | ||
development_branch: 'master' | ||
allow_ff: false | ||
user_name: 'robotology-bot' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,13 +98,13 @@ The list of committers in the YARP repository (ordered by number of commit) is: | |
Ali Paikan | ||
YARP Developers | ||
Damiano Enerli | ||
Andrea Ruzzenenti | ||
Silvio Traversaro | ||
Andrea Ruzzenenti | ||
Alessandro Scalzo | ||
Elena Ceseracciu | ||
Ettore Landini | ||
Francesco Romano | ||
Stefano Bernagozzi | ||
Ettore Landini | ||
Matteo Brunettini | ||
Giacomo Spigler | ||
Giorgio Metta | ||
|
@@ -136,6 +136,7 @@ The list of committers in the YARP repository (ordered by number of commit) is: | |
Plinio Moreno | ||
Valentina Vasco | ||
Yeshasvi Tirupachuri | ||
robotology-bot (Tag Repository Action) | ||
Giovanni Saponaro | ||
Giulia Vezzani | ||
Jonas Ruesch | ||
|
@@ -144,7 +145,7 @@ The list of committers in the YARP repository (ordered by number of commit) is: | |
Giulio Romualdi | ||
Massimo Regoli | ||
Nicola Piga | ||
robotology-bot (Tag Repository Action) | ||
tumme | ||
Aiko Dinale | ||
Alessio Rocchi | ||
Mirko Ferrati | ||
|
@@ -153,6 +154,7 @@ The list of committers in the YARP repository (ordered by number of commit) is: | |
Bertrand Higy | ||
David-Estevez | ||
Francesco Giovannini | ||
hypothe | ||
Arren Glover | ||
Bruno Nery | ||
Davide Pollarolo | ||
|
@@ -178,31 +180,33 @@ The list of committers in the YARP repository (ordered by number of commit) is: | |
Giovanni Saponaro | ||
Giuseppe L'Erario | ||
Jason Chevrie | ||
Marco Gabriele Fedozzi | ||
Marco Monforte | ||
Marco Randazzo | ||
Massimiliano Iacono | ||
Matej Hoffmann | ||
Mattia Fussi | ||
Pedro Vicente | ||
Serena Ivaldi | ||
Simone | ||
Vítor Galvão | ||
Zero King | ||
fbrand-new | ||
|
||
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) (2736 files) | ||
RobotCub Consortium (795 files) | ||
Copyright (C) 1995, 2000, 2003, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2023 | ||
Istituto Italiano di Tecnologia (IIT) (2803 files) | ||
RobotCub Consortium (766 files) | ||
Daniel Krieg <[email protected]> (16 files) | ||
Anne van Rossum <[email protected]> (11 files) | ||
Arjan Gijsberts (10 files) | ||
Giacomo Spigler (7 files) | ||
Alexandre Bernardino (5 files) | ||
Carlos Beltran-Gonzalez (5 files) | ||
Digia Plc and/or its subsidiary(-ies) (4 files) | ||
Alexandre Bernardino (3 files) | ||
Carlos Beltran-Gonzalez (3 files) | ||
Eric Mislivec (2 files) | ||
Freyr Magnusson (2 files) | ||
Intel Corporation (2 files) | ||
Julio Gomes (2 files) | ||
Ze Ji (2 files) | ||
Copyright: NO_DOC (1 file) | ||
Copyright: THRIFT_NO_DOC (1 file) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
YARP 3.8.0 (2023-03-02) {#v3_8_0} | ||
======================= | ||
================== | ||
|
||
[TOC] | ||
|
||
YARP 3.8.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.8.0%22). | ||
|
@@ -149,3 +149,24 @@ Bug Fixes | |
`yarpdev --list` | ||
`yarp plugin --all` | ||
* Tests: If no plugins are available, the command `yarp plugin --all` now returns 0 (OK) instead of 1 (ERROR). | ||
|
||
Contributors | ||
------------ | ||
|
||
This is a list of people that contributed to this release (generated from the | ||
git history using `git shortlog -ens --no-merges v3.7.0..v3.8.0`): | ||
|
||
``` | ||
185 Marco Randazzo <[email protected]> | ||
21 Ettore Landini <[email protected]> | ||
13 Silvio Traversaro <[email protected]> | ||
6 robotology-bot (Tag Repository Action) <[email protected]> | ||
5 tumme <[email protected]> | ||
4 Ugo Pattacini <[email protected]> | ||
3 Bartek Łukawski <[email protected]> | ||
3 Nicola Piga <[email protected]> | ||
3 hypothe <[email protected]> | ||
1 Marco Gabriele Fedozzi <[email protected]> | ||
1 Mattia Fussi <[email protected]> | ||
1 fbrand-new <[email protected]> | ||
``` |