This commit is contained in:
Dirk Thomas 2017-10-31 10:35:16 -07:00
parent 06445d12b5
commit 9a509a6531
21 changed files with 31 additions and 31 deletions

View File

@ -2,8 +2,8 @@
Changelog for package mk
^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
1.13.6 (2017-10-31)
-------------------
1.13.5 (2017-02-14)
-------------------

View File

@ -1,6 +1,6 @@
<package>
<name>mk</name>
<version>1.13.5</version>
<version>1.13.6</version>
<description>
A collection of .mk include files for building ROS architectural elements.
Most package authors should use cmake .mk, which calls CMake for the build of the package.

View File

@ -2,8 +2,8 @@
Changelog for package rosbuild
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
1.13.6 (2017-10-31)
-------------------
1.13.5 (2017-02-14)
-------------------

View File

@ -1,6 +1,6 @@
<package>
<name>rosbuild</name>
<version>1.13.5</version>
<version>1.13.6</version>
<description>
rosbuild contains scripts for managing the CMake-based build system for ROS.
</description>

View File

@ -2,8 +2,8 @@
Changelog for package roslang
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
1.13.6 (2017-10-31)
-------------------
1.13.5 (2017-02-14)
-------------------

View File

@ -1,6 +1,6 @@
<package>
<name>roslang</name>
<version>1.13.5</version>
<version>1.13.6</version>
<description>
roslang is a common package that all <a href="http://www.ros.org/wiki/Client%20Libraries">ROS client libraries</a> depend on.
This is mainly used to find client libraries (via 'rospack depends-on1 roslang').

View File

@ -2,8 +2,8 @@
Changelog for package roslib
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
1.13.6 (2017-10-31)
-------------------
1.13.5 (2017-02-14)
-------------------

View File

@ -1,6 +1,6 @@
<package>
<name>roslib</name>
<version>1.13.5</version>
<version>1.13.6</version>
<description>
Base dependencies and support libraries for ROS.
roslib contains many of the common data structures and tools that are shared across ROS client library implementations.

View File

@ -1,6 +1,6 @@
<package>
<name>ros</name>
<version>1.13.5</version>
<version>1.13.6</version>
<description>ROS packaging system</description>
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
<license>BSD</license>

View File

@ -2,8 +2,8 @@
Changelog for package rosbash
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
1.13.6 (2017-10-31)
-------------------
* 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>`_)

View File

@ -1,6 +1,6 @@
<package>
<name>rosbash</name>
<version>1.13.5</version>
<version>1.13.6</version>
<description>
Assorted shell commands for using ros with bash.
</description>

View File

@ -2,8 +2,8 @@
Changelog for package rosboost_cfg
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
1.13.6 (2017-10-31)
-------------------
1.13.5 (2017-02-14)
-------------------

View File

@ -1,6 +1,6 @@
<package>
<name>rosboost_cfg</name>
<version>1.13.5</version>
<version>1.13.6</version>
<description>
Contains scripts used by the rosboost-cfg tool for determining cflags/lflags/etc. of boost on your system
</description>

View File

@ -2,8 +2,8 @@
Changelog for package rosclean
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
1.13.6 (2017-10-31)
-------------------
1.13.5 (2017-02-14)
-------------------

View File

@ -1,6 +1,6 @@
<package>
<name>rosclean</name>
<version>1.13.5</version>
<version>1.13.6</version>
<description>
rosclean: cleanup filesystem resources (e.g. log files).
</description>

View File

@ -2,8 +2,8 @@
Changelog for package roscreate
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
1.13.6 (2017-10-31)
-------------------
1.13.5 (2017-02-14)
-------------------

View File

@ -1,6 +1,6 @@
<package>
<name>roscreate</name>
<version>1.13.5</version>
<version>1.13.6</version>
<description>
roscreate contains a tool that assists in the creation of ROS filesystem resources.
It provides: <tt>roscreate-pkg</tt>, which creates a new package directory,

View File

@ -2,8 +2,8 @@
Changelog for package rosmake
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
1.13.6 (2017-10-31)
-------------------
1.13.5 (2017-02-14)
-------------------

View File

@ -1,6 +1,6 @@
<package>
<name>rosmake</name>
<version>1.13.5</version>
<version>1.13.6</version>
<description>
rosmake is a ros dependency aware build tool which can be used to
build all dependencies in the correct order.

View File

@ -2,8 +2,8 @@
Changelog for package rosunit
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
1.13.6 (2017-10-31)
-------------------
* 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>`_)

View File

@ -1,6 +1,6 @@
<package>
<name>rosunit</name>
<version>1.13.5</version>
<version>1.13.6</version>
<description>
Unit-testing package for ROS. This is a lower-level library for rostest and handles unit tests, whereas rostest handles integration tests.
</description>