diff --git a/doc/release/yarp_3_9.md b/doc/release/yarp_3_9.md new file mode 100644 index 0000000000..e1a3996dea --- /dev/null +++ b/doc/release/yarp_3_9.md @@ -0,0 +1,40 @@ +YARP (UNRELEASED) {#yarp_3_9} +============================ + +[TOC] + +YARP 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. + diff --git a/doc/release/yarp_3_9/000_yarp_3_9.md b/doc/release/yarp_3_9/000_yarp_3_9.md deleted file mode 100644 index c5540c8bc0..0000000000 --- a/doc/release/yarp_3_9/000_yarp_3_9.md +++ /dev/null @@ -1,12 +0,0 @@ -YARP (UNRELEASED) {#yarp_3_9} -============================ - -[TOC] - -YARP 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). - diff --git a/doc/release/yarp_3_9/README.md_template b/doc/release/yarp_3_9/README.md_template deleted file mode 100644 index 0b317e0dd9..0000000000 --- a/doc/release/yarp_3_9/README.md_template +++ /dev/null @@ -1,14 +0,0 @@ -This is a placeholder. - -Please add in this folder a `.md` file for each branch, pull request or -important change targeting the relative branch. -This file will be not included in the documentation (intentionally) because it is not a .md/.dox file. - -Each file should have this format - -``` -branch_name {#yarp_3_9} ------------ - -* Branch changes -``` diff --git a/doc/release/yarp_3_9/fix_pip_version.md b/doc/release/yarp_3_9/fix_pip_version.md deleted file mode 100644 index 1fa2b06e6b..0000000000 --- a/doc/release/yarp_3_9/fix_pip_version.md +++ /dev/null @@ -1,3 +0,0 @@ -#### `bindings` - -* Avoid to include unsupported characters like `~dev` in pip version when YARP_PYTHON_PIP_METADATA_INSTALL CMake option is enabled. diff --git a/doc/release/yarp_3_9/fix_wrapper_name.md b/doc/release/yarp_3_9/fix_wrapper_name.md deleted file mode 100644 index 392d883cc8..0000000000 --- a/doc/release/yarp_3_9/fix_wrapper_name.md +++ /dev/null @@ -1,3 +0,0 @@ -### Devices - -* Fix NWS extra config wrapper parameter. diff --git a/doc/release/yarp_3_9/logging_component_expressions.md b/doc/release/yarp_3_9/logging_component_expressions.md deleted file mode 100644 index 34de7d67e0..0000000000 --- a/doc/release/yarp_3_9/logging_component_expressions.md +++ /dev/null @@ -1,3 +0,0 @@ -#### `libYARP_os` - -* Allow expressions in logging component parameters, e.g. `yCInfo(flag ? COMP1 : COMP2) << "message";`. diff --git a/doc/release/yarp_3_9/yarpidl_thrift_windows_longpath.md b/doc/release/yarp_3_9/yarpidl_thrift_windows_longpath.md deleted file mode 100644 index 71870f4ff2..0000000000 --- a/doc/release/yarp_3_9/yarpidl_thrift_windows_longpath.md +++ /dev/null @@ -1,3 +0,0 @@ -#### `yarpidl_thrift` - -* Add support for `yarpidl_thrift` to manipulate paths longer than 260 characters on Windows.