Skip to content

Commit

Permalink
YARP 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Nov 29, 2019
1 parent 89978bb commit ebeaf54
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 33 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.1
VERSION 3.2.2
LANGUAGES C CXX)
set(PROJECT_DESCRIPTION "YARP: A thin middleware for humanoid robots and more")

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_1
+ \ref v3_2_2

\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_1
+ \ref v3_2_0
+ \ref v3_1_2
+ \ref v3_1_1
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/yarpdataplayer_fixslider

This file was deleted.

51 changes: 51 additions & 0 deletions doc/release/v3_2_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
YARP 3.2.2 (2019-11-29) {#v3_2_2}
=======================

[TOC]

YARP 3.2.2 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.2%22).


Bug Fixes
---------

### Build System

* OpenCV 4 is not supported yet, and rejected by the build system.


### Devices

#### `ovrheadset`

* Added the hands_relative parameter (robotology/yarp#2106)

#### `USBCameraDriverRaw`

* Do not try to build when missing dependencies


### Tools

#### `yarpdataplayer`

* Fixed speed control not working


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.1..v3.2.2`):

```
7 Daniele E. Domenichelli <[email protected]>
3 Vadim Tikhanoff <[email protected]>
1 Giulio Romualdi <[email protected]>
1 Marco Randazzo <[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_2
\li \subpage v3_2_1
\li \subpage v3_2_0

Expand Down

0 comments on commit ebeaf54

Please sign in to comment.