Skip to content

Commit 4e53580

Browse files
YARP 3.11.2
1 parent 6325990 commit 4e53580

File tree

5 files changed

+36
-24
lines changed

5 files changed

+36
-24
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ endif()
1717
# Main project
1818
project(
1919
YARP
20-
VERSION 3.11.1
20+
VERSION 3.11.2
2121
LANGUAGES C CXX
2222
)
2323
set(PROJECT_DESCRIPTION "YARP: A thin middleware for humanoid robots and more")

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ The list of committers in the YARP repository (ordered by number of commit) is:
123123
Francesco Nori
124124
Diego Ferigo
125125
fbrand-new
126+
robotology-bot (Tag Repository Action)
126127
Juan G. Victores
127128
Nuno Guedelha
128129
Andrea Del Prete
129-
robotology-bot (Tag Repository Action)
130130
Arjan Gijsberts
131131
Carlos Beltran-Gonzalez
132132
Claudio Castellini

doc/001_installation/1_download.dox

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Latest YARP release is:
77

8-
+ \ref v3_11_1
8+
+ \ref v3_11_2
99

1010
\section download_source_code Source Code
1111

@@ -23,6 +23,7 @@ Previous versions are hosted on [GitHub](https://github.com/robotology/yarp/rele
2323

2424
__Previous releases version and dates__:
2525

26+
+ \ref v3_11_1
2627
+ \ref v3_11_0
2728
+ \ref v3_10_1
2829
+ \ref v3_10_0

doc/release/v3_11_2.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
YARP 3.11.2 (2025-02-28) {#v3_11_2}
2+
=======================
3+
4+
[TOC]
5+
6+
YARP 3.11.2 Release Notes
7+
========================
8+
9+
10+
A (partial) list of bug fixed and issues resolved in this release can be found
11+
[here](https://github.com/robotology/yarp/issues?q=label%3A%22Fixed+in%3A+YARP+v3.11.2%22).
12+
13+
Fixes
14+
-----
15+
16+
### GUIs
17+
18+
#### `YarpDataplayer`
19+
20+
* Added missing #include<chrono>
21+
22+
Contributors
23+
------------
24+
25+
This is a list of people that contributed to this release (generated from the
26+
git history using `git shortlog -ens --no-merges v3.11.1..v3.11.2`):
27+
28+
```
29+
2 Marco Randazzo <[email protected]>
30+
2 robotology-bot (Tag Repository Action) <[email protected]>
31+
1 Nicolò Genesio <[email protected]>
32+
```

doc/release/yarp_3_11.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)