Skip to content

Commit

Permalink
YARP 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robotology-bot committed Mar 6, 2023
1 parent bbb01fc commit 81917f6
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
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.7.2
VERSION 3.8.0
LANGUAGES C CXX
)
set(PROJECT_DESCRIPTION "YARP: A thin middleware for humanoid robots and more")
Expand Down
22 changes: 13 additions & 9 deletions COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion doc/001_installation/1_download.dox
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Latest YARP release is:

+ \ref v3_7_2
+ \ref v3_8_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_7_2
+ \ref v3_7_1
+ \ref v3_7_0
+ \ref v3_6_0
Expand Down
25 changes: 23 additions & 2 deletions doc/release/master.md → doc/release/v3_8_0.md
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).
Expand Down Expand Up @@ -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]>
```

0 comments on commit 81917f6

Please sign in to comment.