From 387a5a988e62852d452d3401ef3d950b151bb707 Mon Sep 17 00:00:00 2001 From: "Daniele E. Domenichelli (Tag Repository Action)" Date: Wed, 10 Nov 2021 15:59:35 +0000 Subject: [PATCH] YARP 3.5.1 --- CMakeLists.txt | 2 +- COPYING | 5 +++-- doc/download.dox | 3 ++- doc/release/{yarp_3_5.md => v3_5_1.md} | 28 +++++++++++++++++++++----- doc/releases.md | 2 +- 5 files changed, 30 insertions(+), 10 deletions(-) rename doc/release/{yarp_3_5.md => v3_5_1.md} (86%) diff --git a/CMakeLists.txt b/CMakeLists.txt index f95f29f4353..4f02a042df1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ endif() # Main project project( YARP - VERSION 3.5.0 + VERSION 3.5.1 LANGUAGES C CXX ) set(PROJECT_DESCRIPTION "YARP: A thin middleware for humanoid robots and more") diff --git a/COPYING b/COPYING index 5c4c12caa56..c76abceb070 100644 --- a/COPYING +++ b/COPYING @@ -103,14 +103,14 @@ The list of committers in the YARP repository (ordered by number of commit) is: Elena Ceseracciu Francesco Romano Stefano Bernagozzi + Ettore Landini Matteo Brunettini Giacomo Spigler Giorgio Metta Vadim Tikhanoff - Ettore Landini + Bartek Łukawski Davide Perrone Alessandro Roncone - Bartek Łukawski Valentina Gaggero Giulia Martino Claudio Fantacci @@ -176,6 +176,7 @@ The list of committers in the YARP repository (ordered by number of commit) is: Giuseppe L'Erario Jason Chevrie Marco Monforte + Marco Randazzo Massimiliano Iacono Matej Hoffmann Pedro Vicente diff --git a/doc/download.dox b/doc/download.dox index b22f91a2bbf..6048723b862 100644 --- a/doc/download.dox +++ b/doc/download.dox @@ -5,7 +5,7 @@ Latest YARP release is: - + \ref v3_5_0 + + \ref v3_5_1 \section download_source_code Source Code @@ -55,6 +55,7 @@ Previous versions are hosted on [GitHub](https://github.com/robotology/yarp/rele __Previous releases version and dates__: + + \ref v3_5_0 + \ref v3_4_6 + \ref v3_4_5 + \ref v3_4_4 diff --git a/doc/release/yarp_3_5.md b/doc/release/v3_5_1.md similarity index 86% rename from doc/release/yarp_3_5.md rename to doc/release/v3_5_1.md index f923bf8caeb..c74336ff72c 100644 --- a/doc/release/yarp_3_5.md +++ b/doc/release/v3_5_1.md @@ -1,14 +1,14 @@ -YARP (UNRELEASED) {#yarp_3_5} -============================ +YARP 3.5.1 (2021-11-10) {#v3_5_1} +======================= [TOC] -YARP Release Notes -============================= +YARP 3.5.1 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+yarp-3.5%22). +[here](https://github.com/robotology/yarp/issues?q=label%3A%22Fixed+in%3A+YARP+v3.5.1%22). New Features @@ -216,3 +216,21 @@ New Features #### Python * Enable compilation of `libYARP_math` in the Python wheels + +Contributors +------------ + +This is a list of people that contributed to this release (generated from the +git history using `git shortlog -ens --no-merges v3.5.0..v3.5.1`): + +``` + 26 Daniele E. Domenichelli + 23 Marco Randazzo + 20 Ettore Landini + 6 Diego Ferigo + 2 Bartek Łukawski + 1 Marco Randazzo + 1 Silvio Traversaro + 1 Stefano Bernagozzi + 1 Ugo Pattacini +``` diff --git a/doc/releases.md b/doc/releases.md index 0521f1e1f9e..edc6acc4c63 100644 --- a/doc/releases.md +++ b/doc/releases.md @@ -4,7 +4,7 @@ YARP ChangeLog {#changelog} This page lists the main changes introduced in YARP at each release. ## YARP 3.5 Series {#yarp_3_5_series} -* \subpage yarp_3_5 +* \subpage v3_5_1 * \subpage v3_5_0 ## YARP 3.4 Series {#yarp_3_4_series}