Skip to content

Commit

Permalink
YARP 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robotology-bot committed Nov 12, 2024
1 parent 6debb64 commit 9d11187
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Nightly Merge
uses: robotology/gh-action-nightly-merge@v1.3.3
with:
stable_branch: 'master'
stable_branch: 'yarp-3.9'
development_branch: 'master'
allow_ff: false
user_name: 'robotology-bot'
Expand Down
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.9.0
VERSION 3.9.1
LANGUAGES C CXX
)
set(PROJECT_DESCRIPTION "YARP: A thin middleware for humanoid robots and more")
Expand Down
4 changes: 3 additions & 1 deletion COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ The list of committers in the YARP repository (ordered by number of commit) is:
Claudio Castellini
fbrand-new
Daniel Krieg
Simone Girardi
robotology-bot (Tag Repository Action)
Simone Girardi
Fabio Valla
Arren Glover
Prashanth Ramadoss
Expand Down Expand Up @@ -181,6 +181,7 @@ The list of committers in the YARP repository (ordered by number of commit) is:
Emilio Benenati
Enrico Mingo
Francesca Stramandinoli
Giovanni Fregonese
Giovanni Saponaro
Giuseppe L'Erario
Jason Chevrie
Expand All @@ -195,6 +196,7 @@ The list of committers in the YARP repository (ordered by number of commit) is:
Serena Ivaldi
Vítor Galvão
Zero King
elisabeth-ms

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, 2022, 2023
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_9_0
+ \ref v3_9_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_9_0
+ \ref v3_8_1
+ \ref v3_8_0
+ \ref v3_7_2
Expand Down
25 changes: 20 additions & 5 deletions doc/release/yarp_3_9.md → doc/release/v3_9_1.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
YARP <yarp-3.9> (UNRELEASED) {#yarp_3_9}
============================
YARP 3.9.1 (2024-11-12) {#v3_9_1}
=======================

[TOC]

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


Fixes
Expand Down Expand Up @@ -38,3 +38,18 @@ Fixes

* Support compilation with Graphviz >= 9.


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

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

```
5 Silvio Traversaro <silvio.traversaro@iit.it>
2 robotology-bot (Tag Repository Action) <robotology@iit.it>
1 Bartek Łukawski <bwmn.peter@gmail.com>
1 Giovanni Fregonese <giotherobot@gmail.com>
1 Marco Randazzo <marco.randazzo@iit.it>
1 elisabeth-ms <emenende@ing.uc3m.es>
```
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.9 Series {#yarp_3_9_series}
* \subpage yarp_3_9
* \subpage v3_9_1
* \subpage v3_9_0

## YARP 3.8 Series {#yarp_3_8_series}
Expand Down

0 comments on commit 9d11187

Please sign in to comment.