1.14.5
This commit is contained in:
parent
e4f3c5e7ac
commit
51772c2eec
|
@ -2,8 +2,8 @@
|
|||
Changelog for package mk
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
1.14.5 (2019-03-04)
|
||||
-------------------
|
||||
* add depend on rospack (`#205 <https://github.com/ros/ros/issues/205>`_)
|
||||
|
||||
1.14.4 (2018-05-01)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>mk</name>
|
||||
<version>1.14.4</version>
|
||||
<version>1.14.5</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.
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
Changelog for package rosbuild
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
1.14.5 (2019-03-04)
|
||||
-------------------
|
||||
* pull in CATKIN_ENV_HOOK_WORKSPACE if defined (`#15 <https://github.com/ros/ros/issues/15>`_) (`#196 <https://github.com/ros/ros/issues/196>`_)
|
||||
|
||||
1.14.4 (2018-05-01)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>rosbuild</name>
|
||||
<version>1.14.4</version>
|
||||
<version>1.14.5</version>
|
||||
<description>
|
||||
rosbuild contains scripts for managing the CMake-based build system for ROS.
|
||||
</description>
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
Changelog for package roslang
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
1.14.5 (2019-03-04)
|
||||
-------------------
|
||||
|
||||
1.14.4 (2018-05-01)
|
||||
-------------------
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>roslang</name>
|
||||
<version>1.14.4</version>
|
||||
<version>1.14.5</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').
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
Changelog for package roslib
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
1.14.5 (2019-03-04)
|
||||
-------------------
|
||||
* disable test with invalid dependency (`#202 <https://github.com/ros/ros/issues/202>`_)
|
||||
* special handle Python script without extension on Windows (`#197 <https://github.com/ros/ros/issues/197>`_)
|
||||
* use _MSC_VER for ROS_FORCE_INLINE (`#194 <https://github.com/ros/ros/issues/194>`_)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>roslib</name>
|
||||
<version>1.14.4</version>
|
||||
<version>1.14.5</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.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>ros</name>
|
||||
<version>1.14.4</version>
|
||||
<version>1.14.5</version>
|
||||
<description>ROS packaging system</description>
|
||||
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
|
||||
<license>BSD</license>
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
Changelog for package rosbash
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
1.14.5 (2019-03-04)
|
||||
-------------------
|
||||
* add rosrun.bat (`#208 <https://github.com/ros/ros/issues/208>`_)
|
||||
* add verbose output to rosrun if catkin_find fails (`#182 <https://github.com/ros/ros/issues/182>`_)
|
||||
* add missing rospack dependency (`#189 <https://github.com/ros/ros/issues/189>`_)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>rosbash</name>
|
||||
<version>1.14.4</version>
|
||||
<version>1.14.5</version>
|
||||
<description>
|
||||
Assorted shell commands for using ros with bash.
|
||||
</description>
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
Changelog for package rosboost_cfg
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
1.14.5 (2019-03-04)
|
||||
-------------------
|
||||
* chmod -x on Python modules (`#183 <https://github.com/ros/ros/issues/183>`_)
|
||||
|
||||
1.14.4 (2018-05-01)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>rosboost_cfg</name>
|
||||
<version>1.14.4</version>
|
||||
<version>1.14.5</version>
|
||||
<description>
|
||||
Contains scripts used by the rosboost-cfg tool for determining cflags/lflags/etc. of boost on your system
|
||||
</description>
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
Changelog for package rosclean
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
1.14.5 (2019-03-04)
|
||||
-------------------
|
||||
* enable rosclean on Windows (`#198 <https://github.com/ros/ros/issues/198>`_)
|
||||
* support BusyBox du (`#185 <https://github.com/ros/ros/issues/185>`_)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>rosclean</name>
|
||||
<version>1.14.4</version>
|
||||
<version>1.14.5</version>
|
||||
<description>
|
||||
rosclean: cleanup filesystem resources (e.g. log files).
|
||||
</description>
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
Changelog for package roscreate
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
1.14.5 (2019-03-04)
|
||||
-------------------
|
||||
* chmod -x on Python modules (`#183 <https://github.com/ros/ros/issues/183>`_)
|
||||
* add missing dependencies (`#181 <https://github.com/ros/ros/issues/181>`_)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>roscreate</name>
|
||||
<version>1.14.4</version>
|
||||
<version>1.14.5</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,
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
Changelog for package rosmake
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
1.14.5 (2019-03-04)
|
||||
-------------------
|
||||
* fall back to default value if modules are not available (`#199 <https://github.com/ros/ros/issues/199>`_)
|
||||
* chmod -x on Python modules (`#183 <https://github.com/ros/ros/issues/183>`_)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>rosmake</name>
|
||||
<version>1.14.4</version>
|
||||
<version>1.14.5</version>
|
||||
<description>
|
||||
rosmake is a ros dependency aware build tool which can be used to
|
||||
build all dependencies in the correct order.
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
Changelog for package rosunit
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
1.14.5 (2019-03-04)
|
||||
-------------------
|
||||
* add Python executable to ROSUNIT_EXE so it runs correctly on Windows (`#200 <https://github.com/ros/ros/issues/200>`_)
|
||||
* rosunit Python 3 support (`#190 <https://github.com/ros/ros/issues/190>`_)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>rosunit</name>
|
||||
<version>1.14.4</version>
|
||||
<version>1.14.5</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>
|
||||
|
|
Loading…
Reference in New Issue