Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Oct 9, 2015
1 parent d0004b9 commit d3205ed
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 10 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.10</version>
<version>0.8.0</version>
<description>
Some experiments testing roscpp unreliable transports.
</description>
Expand Down
7 changes: 5 additions & 2 deletions rocon_gateway/CHANGELOG.rst
@@ -1,8 +1,11 @@
Changelog
=========

0.7.10 (2015-07-09)
-------------------

0.8.0 (2015-10-10)
------------------
* many gateway connection bugfixes
* gateway tests again functional

0.7.9 (2015-07-09)
------------------
Expand Down
2 changes: 1 addition & 1 deletion rocon_gateway/package.xml
@@ -1,6 +1,6 @@
<package>
<name>rocon_gateway</name>
<version>0.7.10</version>
<version>0.8.0</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_gateway_tests/package.xml
@@ -1,6 +1,6 @@
<package>
<name>rocon_gateway_tests</name>
<version>0.7.10</version>
<version>0.8.0</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.10</version>
<version>0.8.0</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.10</version>
<version>0.8.0</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.10</version>
<version>0.8.0</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.10</version>
<version>0.8.0</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.10</version>
<version>0.8.0</version>
<description>
Rocon test framework (i.e. multi-launch rostest framework).
</description>
Expand Down

0 comments on commit d3205ed

Please sign in to comment.