update changelogs

This commit is contained in:
Dirk Thomas 2017-10-31 10:34:44 -07:00
parent 816ffda9d6
commit 06445d12b5
10 changed files with 36 additions and 0 deletions

View File

@ -2,6 +2,9 @@
Changelog for package mk
^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
1.13.5 (2017-02-14)
-------------------

View File

@ -2,6 +2,9 @@
Changelog for package rosbuild
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
1.13.5 (2017-02-14)
-------------------

View File

@ -2,6 +2,9 @@
Changelog for package roslang
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
1.13.5 (2017-02-14)
-------------------

View File

@ -2,6 +2,9 @@
Changelog for package roslib
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
1.13.5 (2017-02-14)
-------------------
* fix missing export depends (`#128 <https://github.com/ros/ros/issues/128>`_)

View File

@ -2,6 +2,11 @@
Changelog for package rosbash
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
* add options in completion for roslaunch to roszsh (`#147 <https://github.com/ros/ros/issues/147>`_)
* allow arguments in EDITOR env in zsh rosed (`#144 <https://github.com/ros/ros/pull/144>`_)
1.13.5 (2017-02-14)
-------------------
* add completion for "rosmsg info" (`#138 <https://github.com/ros/ros/pull/138>`_)

View File

@ -2,6 +2,9 @@
Changelog for package rosboost_cfg
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
1.13.5 (2017-02-14)
-------------------

View File

@ -2,6 +2,9 @@
Changelog for package rosclean
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
1.13.5 (2017-02-14)
-------------------
* add --size option to rosclean purge (`#126 <https://github.com/ros/ros/issues/126>`_)

View File

@ -2,6 +2,9 @@
Changelog for package roscreate
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
1.13.5 (2017-02-14)
-------------------

View File

@ -2,6 +2,9 @@
Changelog for package rosmake
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
1.13.5 (2017-02-14)
-------------------

View File

@ -2,6 +2,13 @@
Changelog for package rosunit
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
* use python constants rather than hardcoded integers for error codes (`#153 <https://github.com/ros/ros/issues/153>`_)
* fix syntax of unicode raw string in Python 3 (`#150 <https://github.com/ros/ros/pull/150>`_)
* ensure cwd exists (`#143 <https://github.com/ros/ros/pull/143>`_)
* more searchable testcase result message (`#139 <https://github.com/ros/ros/pull/139>`_)
1.13.5 (2017-02-14)
-------------------
* improve error message when creating test directory fails (`#134 <https://github.com/ros/ros/pull/134>`_)