Skip to content

Commit

Permalink
Merge branch 'yarp-3.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
robotology-bot committed Nov 26, 2024
2 parents 435e8c6 + aff0b4b commit 77d31ce
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 29 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.10.0
VERSION 3.10.1
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 @@ -128,9 +128,9 @@ The list of committers in the YARP repository (ordered by number of commit) is:
Andrea Del Prete
Arjan Gijsberts
Carlos Beltran-Gonzalez
robotology-bot (Tag Repository Action)
Claudio Castellini
Daniel Krieg
robotology-bot (Tag Repository Action)
Simone Girardi
Fabio Valla
Arren Glover
Expand Down
3 changes: 2 additions & 1 deletion doc/001_installation/1_download.dox
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Latest YARP release is:

+ \ref v3_10_0
+ \ref v3_10_1

\section download_source_code Source Code

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

__Previous releases version and dates__:

+ \ref v3_10_0
+ \ref v3_9_1
+ \ref v3_9_0
+ \ref v3_8_1
Expand Down
31 changes: 31 additions & 0 deletions doc/release/v3_10_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
YARP 3.10.1 (2024-11-26) {#v3_10_1}
=======================

[TOC]

YARP 3.10.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.10.1%22).

Fixes
-----

### `bindings`

* Fixed regression bug in yarp.i: the file swig_python_windows_preable.i is no more included when a downstream
project (like icub-main) includes the file in its own .i swig binding file. See https://github.com/robotology/yarp/pull/3148

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

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

```
2 Silvio Traversaro <silvio.traversaro@iit.it>
2 robotology-bot (Tag Repository Action) <robotology@iit.it>
1 Marco Randazzo <marco.randazzo@iit.it>
```
12 changes: 0 additions & 12 deletions doc/release/yarp_3_10/000_yarp_3_10.md

This file was deleted.

14 changes: 0 additions & 14 deletions doc/release/yarp_3_10/README.md_template

This file was deleted.

0 comments on commit 77d31ce

Please sign in to comment.