Skip to content

Commit

Permalink
Prepare for next feature release
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Jul 16, 2019
1 parent dd2b6cf commit 8f7d736
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 37 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ endif()

# Main project
project(YARP
VERSION 3.2.0
VERSION 3.2.100
LANGUAGES C CXX)
set(PROJECT_DESCRIPTION "YARP: A thin middleware for humanoid robots and more")

Expand Down
36 changes: 0 additions & 36 deletions doc/release/devel.md

This file was deleted.

12 changes: 12 additions & 0 deletions doc/release/devel/000_devel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
YARP <devel> (UNRELEASED) {#devel}
=========================

[TOC]

YARP <devel> 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+devel%22).

13 changes: 13 additions & 0 deletions doc/release/devel/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
This is a placeholder.

Please add in this folder a `.md` file for each branch, pull request or
important change targeting the relative branch.

Each file should have this format

```
branch_name {#target_branch}
-----------
- Branch changes
```
10 changes: 10 additions & 0 deletions doc/release/devel/yarpdatadumper_png_stampsinfo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
yarpdatadumper_png_stampsinfo {#devel}
-----------------------------

#### `yarpdatadumper`
* Allow to dump PNG images
* Provide stamp info within `info.log`
* Refactor + cleanup

#### `yarpdataplayer`
* Handle `info.log` containing stamp info
3 changes: 3 additions & 0 deletions doc/releases.dox
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

This page lists the main changes introduced in YARP at each release.

\section yarp_devel Next YARP Release
\li \subpage devel

\section yarp_3_2_series YARP 3.2 Series
\li \subpage master
\li \subpage v3_2_0
Expand Down

0 comments on commit 8f7d736

Please sign in to comment.