Skip to content

Commit

Permalink
Merge pull request ros-industrial#79 from ros-industrial/hydro
Browse files Browse the repository at this point in the history
Release changes pulled into dev branch
  • Loading branch information
shaun-edwards committed Jun 27, 2014
2 parents 94358bd + 6a052e9 commit b0d1cb5
Show file tree
Hide file tree
Showing 16 changed files with 60 additions and 8 deletions.
6 changes: 6 additions & 0 deletions industrial_core/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@
Changelog for package industrial_core
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.3.4 (2014-01-21)
------------------
* Fix `#67 <https://github.com/ros-industrial/industrial_core/issues/67>`_.

0.3.3 (2014-01-13)
------------------
* Fixed build issue due simple message library linking

0.3.2 (2014-01-10)
------------------
* Removed header from industrial_utils/utils.h (not required)

0.3.1 (2014-01-09)
------------------
* Added industrial trajectory filters to core meta-package
Expand Down
2 changes: 1 addition & 1 deletion industrial_core/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>industrial_core</name>
<version>0.3.3</version>
<version>0.3.4</version>
<description>ROS-Industrial core stack contains packages and libraries for supporing industrial systems</description>

<maintainer email="[email protected]">Shaun Edwards</maintainer>
Expand Down
5 changes: 5 additions & 0 deletions industrial_deprecated/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
Changelog for package industrial_deprecated
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.3.4 (2014-01-21)
------------------
* No change

0.3.3 (2014-01-13)
------------------
* No change

0.3.2 (2014-01-10)
------------------
* No change
Expand Down
2 changes: 1 addition & 1 deletion industrial_deprecated/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>industrial_deprecated</name>
<version>0.3.3</version>
<version>0.3.4</version>
<description>
The Industrial deprecated package contains nodes, launch files, etc... that are slated for
deprecation. This package is the last place something will end up before being deleted.
Expand Down
5 changes: 5 additions & 0 deletions industrial_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
Changelog for package industrial_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.3.4 (2014-01-21)
------------------
* No change

0.3.3 (2014-01-13)
------------------
* No change

0.3.2 (2014-01-10)
------------------
* No change
Expand Down
2 changes: 1 addition & 1 deletion industrial_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>industrial_msgs</name>
<version>0.3.3</version>
<version>0.3.4</version>
<description>
The industrial message package containes industrial specific messages
definitions. This package is part of the ROS-Industrial program.
Expand Down
11 changes: 11 additions & 0 deletions industrial_robot_client/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Changelog for package industrial_robot_client
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.3.4 (2014-01-21)
------------------
* robot_client: workaround for `#46 <https://github.com/shaun-edwards/industrial_core/issues/46>`_. Fix `#67 <https://github.com/shaun-edwards/industrial_core/issues/67>`_.
This is an updated version of the workaround committed in 9df46977. Instead
of requiring dependent packages to invoke the function defined in the
CFG_EXTRAS cmake snippet, the snippet now sets up the linker path directly.
Dependent packages now only need to remember to explicitly list their
dependency on `industrial_robot_client` and `simple_message` in their
`add_library(..)` statements.
* Contributors: gavanderhoorn

0.3.3 (2014-01-13)
------------------
* Fixed build issue due simple message library linking
Expand Down
2 changes: 1 addition & 1 deletion industrial_robot_client/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>industrial_robot_client</name>
<version>0.3.3</version>
<version>0.3.4</version>
<description>industrial robot client contains generic clients for connecting
to industrial robot controllers with servers that adhere to the
simple message protocol.
Expand Down
5 changes: 5 additions & 0 deletions industrial_robot_simulator/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
Changelog for package industrial_robot_simulator
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.3.4 (2014-01-21)
------------------
* No change

0.3.3 (2014-01-13)
------------------
* No change

0.3.2 (2014-01-10)
------------------
* Removed header from industrial_utils/utils.h (not required)
Expand Down
2 changes: 1 addition & 1 deletion industrial_robot_simulator/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>industrial_robot_simulator</name>
<version>0.3.3</version>
<version>0.3.4</version>
<description>The industrial robot simulator is a stand in for industrial robot driver node(s). It adheres to the driver specification for industrial robot controllers.</description>

<maintainer email="[email protected]">Shaun Edwards</maintainer>
Expand Down
5 changes: 5 additions & 0 deletions industrial_trajectory_filters/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
Changelog for package industrial_trajectory_filters
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.3.4 (2014-01-21)
------------------
* No change

0.3.3 (2014-01-13)
------------------
* No change

0.3.2 (2014-01-10)
------------------
* Removed header from industrial_utils/utils.h (not required)
Expand Down
2 changes: 1 addition & 1 deletion industrial_trajectory_filters/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>industrial_trajectory_filters</name>
<version>0.3.3</version>
<version>0.3.4</version>
<description>
<p>
ROS Industrial libraries/plugins for filtering trajectories.
Expand Down
4 changes: 4 additions & 0 deletions industrial_utils/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package industrial_utils
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.3.4 (2014-01-21)
------------------
* No change

0.3.3 (2014-01-13)
------------------
* No change
Expand Down
2 changes: 1 addition & 1 deletion industrial_utils/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>industrial_utils</name>
<version>0.3.3</version>
<version>0.3.4</version>
<description>Industrial utils is a library package that captures common funcitonality for the ROS-Industrial distribution.</description>

<maintainer email="[email protected]">Shaun Edwards</maintainer>
Expand Down
11 changes: 11 additions & 0 deletions simple_message/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Changelog for package simple_message
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.3.4 (2014-01-21)
------------------
* robot_client: workaround for `#46 <https://github.com/shaun-edwards/industrial_core/issues/46>`_. Fix `#67 <https://github.com/shaun-edwards/industrial_core/issues/67>`_.
This is an updated version of the workaround committed in 9df46977. Instead
of requiring dependent packages to invoke the function defined in the
CFG_EXTRAS cmake snippet, the snippet now sets up the linker path directly.
Dependent packages now only need to remember to explicitly list their
dependency on `industrial_robot_client` and `simple_message` in their
`add_library(..)` statements.
* Contributors: gavanderhoorn

0.3.3 (2014-01-13)
------------------
* Fixed build issue due simple message library linking
Expand Down
2 changes: 1 addition & 1 deletion simple_message/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>simple_message</name>
<version>0.3.3</version>
<version>0.3.4</version>
<description>
simple_message defines a simple messaging connection and protocol for communicating
with an industrial robot controller. Additional handler and manager classes are
Expand Down

0 comments on commit b0d1cb5

Please sign in to comment.