Skip to content

Commit

Permalink
YARP 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Sep 25, 2019
1 parent ced5964 commit f8760e3
Show file tree
Hide file tree
Showing 11 changed files with 79 additions and 52 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ endif()

# Main project
project(YARP
VERSION 3.2.0
VERSION 3.2.1
LANGUAGES C CXX)
set(PROJECT_DESCRIPTION "YARP: A thin middleware for humanoid robots and more")

Expand Down
10 changes: 6 additions & 4 deletions COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ GPL-2.0 or later, GPL-3.0 or later, or Apache-2.0 License:
* The `yarpidl_thrift` tool is released under the Apache-2.0 License.

The list of committers in the YARP repository (ordered by number of commit) is:
Paul Fitzpatrick
Daniele E. Domenichelli
Paul Fitzpatrick
Nicolò Genesio
Lorenzo Natale
Marco Randazzo
Expand All @@ -99,8 +99,8 @@ The list of committers in the YARP repository (ordered by number of commit) is:
Elena Ceseracciu
Silvio Traversaro
Francesco Romano
Giacomo Spigler
Matteo Brunettini
Giacomo Spigler
Giorgio Metta
Vadim Tikhanoff
Davide Perrone
Expand Down Expand Up @@ -150,13 +150,15 @@ The list of committers in the YARP repository (ordered by number of commit) is:
Naeem Assif Mirza
Plinio Moreno
Ze Ji
Austin Kothig
Carlo Ciliberto
Claudia Latella
Davide Tome
Elena Rampone
Emilio Benenati
Enrico Mingo
Francesca Stramandinoli
Giovanni Saponaro
GiulioRomualdi
Jason Chevrie
Marco Monforte
Expand All @@ -169,8 +171,8 @@ 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
Istituto Italiano di Tecnologia (IIT) (2135 files)
RobotCub Consortium (725 files)
Istituto Italiano di Tecnologia (IIT) (2128 files)
RobotCub Consortium (719 files)
Daniel Krieg <[email protected]> (16 files)
David Miller <[email protected]> (13 files)
David Vignoni <[email protected]> (13 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_2_0
+ \ref v3_2_1

\section download_source_code Source Code

Expand Down Expand Up @@ -58,6 +58,7 @@ Previous versions are hosted on

__Previous releases version and dates__:

+ \ref v3_2_0
+ \ref v3_1_2
+ \ref v3_1_1
+ \ref v3_1_0
Expand Down
12 changes: 0 additions & 12 deletions doc/release/master/000_master.md

This file was deleted.

13 changes: 0 additions & 13 deletions doc/release/master/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions doc/release/master/fix-yarpdataplayer.md

This file was deleted.

6 changes: 0 additions & 6 deletions doc/release/master/fix_2054.md

This file was deleted.

4 changes: 0 additions & 4 deletions doc/release/master/mjpeg_BGR.md

This file was deleted.

65 changes: 65 additions & 0 deletions doc/release/v3_2_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
YARP 3.2.1 (2019-09-25) {#v3_2_1}
=======================

[TOC]

YARP 3.2.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+v3.2.1%22).


Bug Fixes
---------

### Carriers

#### `mjpeg`

* Fixed `mjpeg` carrier using BGR images (#2060, #2061).


### Devices

#### `MultipleAnalogSensorsRemapper`

* Fixed `getTemperatureSensorMeasure` method (#2056, #2058).


### Tools

#### `yarpidl_thrift`

* Fixed deserialization for map types (#2054).

#### `yarprun`

* Fixed remote commands execution getting stucks with no answer (#2091).


### GUIs

#### `yarpdataplayer`

* Fixed internal virtual timing in the yarpdataplayer as timestamps were not
consistent (#2049, #2052).

#### `yarpmanager`



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

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

```
170 Daniele E. Domenichelli <[email protected]>
4 Nicolò Genesio <[email protected]>
2 Vadim Tikhanoff <[email protected]>
1 Giovanni Saponaro <[email protected]>
1 Valentina Gaggero <[email protected]>
```
2 changes: 1 addition & 1 deletion doc/releases.dox
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This page lists the main changes introduced in YARP at each release.

\section yarp_3_2_series YARP 3.2 Series
\li \subpage master
\li \subpage v3_2_1
\li \subpage v3_2_0

\section yarp_3_1_series YARP 3.1 Series
Expand Down
9 changes: 4 additions & 5 deletions scripts/admin/update-license
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,10 @@ EOF
fi


) > license-statement.txt
) > COPYING

rm -Rf copyright-*.txt license-*.txt license_check

echo
echo "License statement in license-statement.txt"
echo
echo "You can now run:"
echo " cp license-statement.txt COPYING"
echo "COPYING file updated"
echo

0 comments on commit f8760e3

Please sign in to comment.