Skip to content

Commit

Permalink
Prepare changelog for 3.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Nov 12, 2024
1 parent 20e7580 commit 6debb64
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 38 deletions.
40 changes: 40 additions & 0 deletions doc/release/yarp_3_9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
YARP <yarp-3.9> (UNRELEASED) {#yarp_3_9}
============================

[TOC]

YARP <yarp-3.9> 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).


Fixes
-----

### `bindings`

* Avoid to include unsupported characters like `~dev` in pip version when YARP_PYTHON_PIP_METADATA_INSTALL CMake option is enabled.

### Devices

* Fix NWS extra config wrapper parameter.

### Libraries

#### `libYARP_os`

* Allow expressions in logging component parameters, e.g. `yCInfo(flag ? COMP1 : COMP2) << "message";`.

#### `yarpidl_thrift`

* Add support for `yarpidl_thrift` to manipulate paths longer than 260 characters on Windows.

### GUIs

#### `yarpviz`

* Support compilation with Graphviz >= 9.

12 changes: 0 additions & 12 deletions doc/release/yarp_3_9/000_yarp_3_9.md

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions doc/release/yarp_3_9/fix_pip_version.md

This file was deleted.

3 changes: 0 additions & 3 deletions doc/release/yarp_3_9/fix_wrapper_name.md

This file was deleted.

3 changes: 0 additions & 3 deletions doc/release/yarp_3_9/logging_component_expressions.md

This file was deleted.

3 changes: 0 additions & 3 deletions doc/release/yarp_3_9/yarpidl_thrift_windows_longpath.md

This file was deleted.

0 comments on commit 6debb64

Please sign in to comment.