Skip to content

Commit

Permalink
YARP 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Jul 15, 2021
1 parent f77db5d commit bd5efc1
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 9 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.4.102
VERSION 3.5.0
LANGUAGES C CXX
)
set(PROJECT_DESCRIPTION "YARP: A thin middleware for humanoid robots and more")
Expand Down
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ The list of committers in the YARP repository (ordered by number of commit) is:

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) (2588 files)
Istituto Italiano di Tecnologia (IIT) (2591 files)
RobotCub Consortium (785 files)
Daniel Krieg <[email protected]> (16 files)
Anne van Rossum <[email protected]> (11 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_4_6
+ \ref v3_5_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_4_6
+ \ref v3_4_5
+ \ref v3_4_4
+ \ref v3_4_3
Expand Down
39 changes: 34 additions & 5 deletions doc/release/master.md → doc/release/v3_5_0.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
YARP <master> (UNRELEASED) {#master}
============================
YARP 3.5.0 (2021-07-15) {#v3_5_0}
=======================

[TOC]

YARP <master> Release Notes
=============================
YARP 3.5.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+master%22).
[here](https://github.com/robotology/yarp/issues?q=label%3A%22Fixed+in%3A+YARP+v3.5.0%22).



Expand Down Expand Up @@ -889,3 +889,32 @@ Bug Fixes

* Timestamp is now interpreted correctly, dealing with locale issues (#2558).
* Fixed step command in RPC exhibiting odd behaviors (#2151).

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

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

```
477 Daniele E. Domenichelli <[email protected]>
201 Marco Randazzo <[email protected]>
92 Stefano Bernagozzi <[email protected]>
62 Ettore Landini <[email protected]>
50 Giulia Martino <[email protected]>
16 Bartek Łukawski <[email protected]>
13 Diego Ferigo <[email protected]>
12 Silvio Traversaro <[email protected]>
10 Fabio Valla <[email protected]>
8 Nicolò Genesio <[email protected]>
7 Valentina Vasco <[email protected]>
5 Plinio Moreno <[email protected]>
5 Ugo Pattacini <[email protected]>
4 Vadim Tikhanoff <[email protected]>
2 Gianpaolo Bontempo <[email protected]>
2 Johnny Willemsen <[email protected]>
2 Stefano Dafarra <[email protected]>
1 Aiko Dinale <[email protected]>
1 Giuseppe L'Erario <[email protected]>
1 Nicola Piga <[email protected]>
```
2 changes: 1 addition & 1 deletion doc/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 master
* \subpage v3_5_0

## YARP 3.4 Series {#yarp_3_4_series}
* \subpage v3_4_6
Expand Down

0 comments on commit bd5efc1

Please sign in to comment.