Skip to content

Commit

Permalink
0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed May 6, 2014
1 parent 84b3caa commit cca1775
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion experiments/rocon_unreliable_experiments/package.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>rocon_unreliable_experiments</name>
<version>0.7.1</version>
<version>0.7.2</version>
<description>
Some experiments testing roscpp unreliable transports.
</description>
Expand Down
2 changes: 1 addition & 1 deletion rocon_gateway/package.xml
@@ -1,6 +1,6 @@
<package>
<name>rocon_gateway</name>
<version>0.7.1</version>
<version>0.7.2</version>
<description>
A hub acts as a shared key-value store for multiple ros
systems (primarily used by gateways).
Expand Down
5 changes: 5 additions & 0 deletions rocon_gateway_tests/CHANGELOG.rst
@@ -1,6 +1,11 @@
Changelog
=========

0.7.2 (2014-05-06)
------------------
* added missing zeroconf_avahi dependency.
* relax timeout durations for tests.

0.5.0 (2013-05-27 11:03)
------------------------
* loading up the heavy tutorials.
Expand Down
2 changes: 1 addition & 1 deletion rocon_gateway_tests/package.xml
@@ -1,6 +1,6 @@
<package>
<name>rocon_gateway_tests</name>
<version>0.7.1</version>
<version>0.7.2</version>
<description>
Testing programs for gateways.
</description>
Expand Down
2 changes: 1 addition & 1 deletion rocon_gateway_utils/package.xml
@@ -1,6 +1,6 @@
<package>
<name>rocon_gateway_utils</name>
<version>0.7.1</version>
<version>0.7.2</version>
<description>
Utilities for gateway users (avoids large dependency requirements).
</description>
Expand Down
2 changes: 1 addition & 1 deletion rocon_hub/package.xml
@@ -1,6 +1,6 @@
<package>
<name>rocon_hub</name>
<version>0.7.1</version>
<version>0.7.2</version>
<description>
A hub acts as a shared key-value store for multiple ros
systems (primarily used by gateways).
Expand Down
2 changes: 1 addition & 1 deletion rocon_hub_client/package.xml
@@ -1,6 +1,6 @@
<package>
<name>rocon_hub_client</name>
<version>0.7.1</version>
<version>0.7.2</version>
<description>
Client api for discovery and connection to rocon hubs. It also has
a few convenience api for manipulating data on the hub.
Expand Down
2 changes: 1 addition & 1 deletion rocon_multimaster/package.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>rocon_multimaster</name>
<version>0.7.1</version>
<version>0.7.2</version>
<description>
This doesn't do everything you need for multimaster, however it does
provide the building blocks common to most or all multimaster systems.
Expand Down
2 changes: 1 addition & 1 deletion rocon_test/package.xml
@@ -1,6 +1,6 @@
<package>
<name>rocon_test</name>
<version>0.7.1</version>
<version>0.7.2</version>
<description>
Rocon test framework (i.e. multi-launch rostest framework).
</description>
Expand Down

0 comments on commit cca1775

Please sign in to comment.