Skip to content

Commit d12eeb5

Browse files
authored
create page and add notes about some API changes (ros2#94)
* create page and add notes about some API changes * add link to D turtle release page placeholder * move d turtle to future release section
1 parent 8a5e32b commit d12eeb5

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

source/Releases.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,17 @@ A summary of releases of ROS 2 software is listed below.
3333
* - `alpha1-8 <Releases/Alpha-Overview>`
3434
- 31 August 2015 - 4 October 2016
3535

36+
Upcoming releases:
37+
38+
.. list-table::
39+
:header-rows: 1
40+
41+
* - Future Release Overview
42+
- Date
43+
* - `Dashing Diademata <Releases/Release-Dashing-Diademata>`
44+
- Summer 2019
45+
46+
3647
For more details about each release, see the corresponding release overview.
3748

3849
Release practices
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
2+
ROS 2 Dashing Diademata (codename 'dashing'; Summer 2019)
3+
=========================================================
4+
5+
.. contents:: Table of Contents
6+
:depth: 2
7+
:local:
8+
9+
*Dashing Diademata* will be the fourth release of ROS 2.
10+
11+
Supported Platforms
12+
-------------------
13+
14+
To be determined.
15+
16+
17+
New features in this ROS 2 release
18+
----------------------------------
19+
20+
To be determined.
21+
22+
23+
Changes since the Crystal release
24+
---------------------------------
25+
26+
Changes since the `Crystal Clemmys <Release-Crystal-Clemmys>` release:
27+
28+
* New API in `rmw`, a fini function for `rmw_context_t`:
29+
30+
* `rmw_context_fini <https://github.com/ros2/rmw/blob/c518842f6f82910482470b40c221c268d30691bd/rmw/include/rmw/init.h#L111-L136>`_
31+
32+
* Modification of `rmw`, now passes `rmw_context_t` to `rmw_create_wait_set`:
33+
34+
* `rmw_create_wait_set <https://github.com/ros2/rmw/blob/c518842f6f82910482470b40c221c268d30691bd/rmw/include/rmw/rmw.h#L522-L543>`_
35+
36+
Known Issues
37+
------------
38+
39+
None yet.

0 commit comments

Comments
 (0)