From 570d692ad4ea598c65e0077e23a83dc072abbf9b Mon Sep 17 00:00:00 2001 From: "Daniele E. Domenichelli" Date: Thu, 18 Apr 2019 14:29:47 +0200 Subject: [PATCH] YARP 3.1.1 --- CMakeLists.txt | 2 +- doc/installation/download.dox | 3 ++- doc/release/v3_1_1.md | 19 ++++++++++++++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 28cba7963a7..ba497137b04 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ endif() # Main project project(YARP - VERSION 3.1.0 + VERSION 3.1.1 LANGUAGES C CXX) set(PROJECT_DESCRIPTION "YARP: A thin middleware for humanoid robots and more") diff --git a/doc/installation/download.dox b/doc/installation/download.dox index 99f65c93dbd..916ee1c622a 100644 --- a/doc/installation/download.dox +++ b/doc/installation/download.dox @@ -6,7 +6,7 @@ Latest YARP release is: - + @ref v3_1_0 + + @ref v3_1_1 @section download_source_code Source Code @@ -60,6 +60,7 @@ Previous versions are hosted on __Previous releases version and dates__: + + @ref v3_1_0 + @ref v3_0_1 + @ref v3_0_0 + @ref v2_3_72_1 diff --git a/doc/release/v3_1_1.md b/doc/release/v3_1_1.md index 1f7d426ebb0..5cd0332958b 100644 --- a/doc/release/v3_1_1.md +++ b/doc/release/v3_1_1.md @@ -1,4 +1,4 @@ -YARP 3.1.1 (UNRELEASED) {#v3_1_1} +YARP 3.1.1 (2019-04-18) {#v3_1_1} ======================= [TOC] @@ -111,4 +111,21 @@ This is a list of people that contributed to this release (generated from the git history using `git shortlog -ens --no-merges v3.1.0..v3.1.1`): ``` + 112 Daniele E. Domenichelli + 33 Nicolò Genesio + 8 Damiano Enerli + 7 Alberto Cardellino + 6 Silvio Traversaro + 3 Bartek Łukawski + 3 Marco Randazzo + 2 Andrea Ruzzenenti + 2 Arren Glover + 2 Diego Ferigo + 2 Nuno Guedelha + 2 Tobias Fischer + 2 Ugo Pattacini + 1 Claudio Fantacci + 1 Matteo Brunettini + 1 Mohamed Babiker Mohamed Elobaid + 1 Valentina Gaggero ```