-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f424d13
commit 32bb3e9
Showing
5 changed files
with
37 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
- name: Nightly Merge | ||
uses: robotology/[email protected] | ||
with: | ||
stable_branch: 'yarp-3.9' | ||
stable_branch: 'master' | ||
development_branch: 'master' | ||
allow_ff: false | ||
user_name: 'robotology-bot' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ GPL-2.0 or later, GPL-3.0 or later, or Apache-2.0 License: | |
[libdc1394](http://damien.douxchamps.net/ieee1394/libdc1394/) or, if the | ||
library is not available, links statically a few files taken from | ||
[libdc1394](http://libdc1394.git.sourceforge.net/git/gitweb.cgi?p=libdc1394/libdc1394;a=blob_plain;f=libdc1394/dc1394/bayer.c;hb=HEAD). | ||
+ The `h264` carrier uses glib (LGPLv2.1 or later) and gstreamer (LGPLv2.1 or | ||
+ The `gstreamer` carrier uses glib (LGPLv2.1 or later) and gstreamer (LGPLv2.1 or | ||
later). | ||
+ The `mpi` carrier uses MPI (license dependent on the implementation). | ||
+ The `dynamixelAX12Ftdi` device uses | ||
|
@@ -117,18 +117,18 @@ The list of committers in the YARP repository (ordered by number of commit) is: | |
Claudio Fantacci | ||
Konstantinos Theofilis | ||
Alexandre Bernardino | ||
Stefano Dafarra | ||
Tobias Fischer | ||
Duarte Aragao | ||
Stefano Dafarra | ||
Francesco Nori | ||
Diego Ferigo | ||
fbrand-new | ||
Juan G. Victores | ||
Nuno Guedelha | ||
Andrea Del Prete | ||
Arjan Gijsberts | ||
Carlos Beltran-Gonzalez | ||
Claudio Castellini | ||
fbrand-new | ||
Daniel Krieg | ||
robotology-bot (Tag Repository Action) | ||
Simone Girardi | ||
|
@@ -171,7 +171,10 @@ The list of committers in the YARP repository (ordered by number of commit) is: | |
Naeem Assif Mirza | ||
Simone | ||
Ze Ji | ||
Alessandro Croci | ||
Alessandro Croci | ||
Austin Kothig | ||
Bartek Łukawski | ||
Carlo Ciliberto | ||
Carlotta Sartore | ||
Claudia Latella | ||
|
@@ -199,9 +202,9 @@ The list of committers in the YARP repository (ordered by number of commit) is: | |
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 | ||
Istituto Italiano di Tecnologia (IIT) (2900 files) | ||
RobotCub Consortium (738 files) | ||
Copyright (C) 1995, 2000, 2003, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 | ||
Istituto Italiano di Tecnologia (IIT) (2678 files) | ||
RobotCub Consortium (728 files) | ||
Daniel Krieg <[email protected]> (16 files) | ||
Anne van Rossum <[email protected]> (11 files) | ||
Arjan Gijsberts (10 files) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
YARP 3.10.0 (XXXX-XX-XX) {#v3_10_0} | ||
================== | ||
============= | ||
|
||
[TOC] | ||
|
||
YARP 3.10.0 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.0%22). | ||
|
@@ -129,3 +129,25 @@ New Features | |
#### Python | ||
|
||
* Fix loading of Python bindings on Windows when installed in arbitrary directory. | ||
|
||
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.10.0`): | ||
|
||
``` | ||
146 Marco Randazzo <[email protected]> | ||
24 Silvio Traversaro <[email protected]> | ||
12 Nicolò Genesio <[email protected]> | ||
10 Stefano Dafarra <[email protected]> | ||
7 fbrand-new <[email protected]> | ||
3 robotology-bot (Tag Repository Action) <[email protected]> | ||
2 Ettore Landini <[email protected]> | ||
1 Alessandro Croci <[email protected]> | ||
1 Alessandro Croci <[email protected]> | ||
1 Bartek Łukawski <[email protected]> | ||
1 Bartek Łukawski <[email protected]> | ||
1 Giovanni Fregonese <[email protected]> | ||
1 elisabeth-ms <[email protected]> | ||
``` |