Skip to content

Commit

Permalink
create page and add notes about some API changes (#94)
Browse files Browse the repository at this point in the history
* create page and add notes about some API changes

* add link to D turtle release page placeholder

* move d turtle to future release section
  • Loading branch information
wjwwood authored Jan 25, 2019
1 parent 8a5e32b commit d12eeb5
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
11 changes: 11 additions & 0 deletions source/Releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@ A summary of releases of ROS 2 software is listed below.
* - `alpha1-8 <Releases/Alpha-Overview>`
- 31 August 2015 - 4 October 2016

Upcoming releases:

.. list-table::
:header-rows: 1

* - Future Release Overview
- Date
* - `Dashing Diademata <Releases/Release-Dashing-Diademata>`
- Summer 2019


For more details about each release, see the corresponding release overview.

Release practices
Expand Down
39 changes: 39 additions & 0 deletions source/Releases/Release-Dashing-Diademata
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@

ROS 2 Dashing Diademata (codename 'dashing'; Summer 2019)
=========================================================

.. contents:: Table of Contents
:depth: 2
:local:

*Dashing Diademata* will be the fourth release of ROS 2.

Supported Platforms
-------------------

To be determined.


New features in this ROS 2 release
----------------------------------

To be determined.


Changes since the Crystal release
---------------------------------

Changes since the `Crystal Clemmys <Release-Crystal-Clemmys>` release:

* New API in `rmw`, a fini function for `rmw_context_t`:

* `rmw_context_fini <https://github.com/ros2/rmw/blob/c518842f6f82910482470b40c221c268d30691bd/rmw/include/rmw/init.h#L111-L136>`_

* Modification of `rmw`, now passes `rmw_context_t` to `rmw_create_wait_set`:

* `rmw_create_wait_set <https://github.com/ros2/rmw/blob/c518842f6f82910482470b40c221c268d30691bd/rmw/include/rmw/rmw.h#L522-L543>`_

Known Issues
------------

None yet.

0 comments on commit d12eeb5

Please sign in to comment.