Merge branch 'version-0.2.2' into 'master'
0.2.2 See merge request micro-ROS/ros_tracing/ros2_tracing!76
This commit is contained in:
commit
8e6fdd50af
15 changed files with 35 additions and 10 deletions
|
@ -2,6 +2,11 @@
|
|||
Changelog for package ros2trace
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
0.2.2 (2019-08-01)
|
||||
------------------
|
||||
* Revert "Replace special character to fix encoding issue"
|
||||
* Contributors: Christophe Bedard
|
||||
|
||||
0.2.1 (2019-07-31)
|
||||
------------------
|
||||
* Replace special character to fix encoding issue
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||
<package format="2">
|
||||
<name>ros2trace</name>
|
||||
<version>0.2.1</version>
|
||||
<version>0.2.2</version>
|
||||
<description>The trace command for ROS 2 command line tools.</description>
|
||||
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
||||
|
|
|
@ -3,7 +3,7 @@ from setuptools import setup
|
|||
|
||||
setup(
|
||||
name='ros2trace',
|
||||
version='0.2.1',
|
||||
version='0.2.2',
|
||||
packages=find_packages(exclude=['test']),
|
||||
install_requires=['ros2cli'],
|
||||
zip_safe=True,
|
||||
|
|
|
@ -2,6 +2,11 @@
|
|||
Changelog for package tracetools
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
0.2.2 (2019-08-01)
|
||||
------------------
|
||||
* Fix Windows linking issues
|
||||
* Contributors: Christophe Bedard, Ingo Lütkebohle
|
||||
|
||||
0.2.0 (2019-07-30)
|
||||
------------------
|
||||
* Add option to compile out LTTng entirely
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||
<package format="2">
|
||||
<name>tracetools</name>
|
||||
<version>0.2.1</version>
|
||||
<version>0.2.2</version>
|
||||
<description>Tracing wrapper for ROS 2.</description>
|
||||
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
||||
|
|
|
@ -2,6 +2,11 @@
|
|||
Changelog for package tracetools_launch
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
0.2.2 (2019-08-01)
|
||||
------------------
|
||||
* Revert "Replace special character to fix encoding issue"
|
||||
* Contributors: Christophe Bedard
|
||||
|
||||
0.2.1 (2019-07-31)
|
||||
------------------
|
||||
* Replace special character to fix encoding issue
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||
<package format="2">
|
||||
<name>tracetools_launch</name>
|
||||
<version>0.2.1</version>
|
||||
<version>0.2.2</version>
|
||||
<description>Launch integration for tracing.</description>
|
||||
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
||||
|
|
|
@ -7,7 +7,7 @@ package_name = 'tracetools_launch'
|
|||
|
||||
setup(
|
||||
name=package_name,
|
||||
version='0.2.1',
|
||||
version='0.2.2',
|
||||
packages=find_packages(exclude=['test']),
|
||||
data_files=[
|
||||
('share/' + package_name, ['package.xml']),
|
||||
|
|
|
@ -2,6 +2,11 @@
|
|||
Changelog for package tracetools_read
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
0.2.2 (2019-08-01)
|
||||
------------------
|
||||
* Revert "Replace special character to fix encoding issue"
|
||||
* Contributors: Christophe Bedard
|
||||
|
||||
0.2.1 (2019-07-31)
|
||||
------------------
|
||||
* Replace special character to fix encoding issue
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||
<package format="2">
|
||||
<name>tracetools_read</name>
|
||||
<version>0.2.1</version>
|
||||
<version>0.2.2</version>
|
||||
<description>Tools for reading traces.</description>
|
||||
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
||||
|
|
|
@ -5,7 +5,7 @@ package_name = 'tracetools_read'
|
|||
|
||||
setup(
|
||||
name=package_name,
|
||||
version='0.2.1',
|
||||
version='0.2.2',
|
||||
packages=find_packages(exclude=['test']),
|
||||
data_files=[
|
||||
('share/' + package_name, ['package.xml']),
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||
<package format="2">
|
||||
<name>tracetools_test</name>
|
||||
<version>0.2.1</version>
|
||||
<version>0.2.2</version>
|
||||
<description>Testing utilities and tests for the tracetools package.</description>
|
||||
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
||||
|
|
|
@ -2,6 +2,11 @@
|
|||
Changelog for package tracetools_trace
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
0.2.2 (2019-08-01)
|
||||
------------------
|
||||
* Revert "Replace special character to fix encoding issue"
|
||||
* Contributors: Christophe Bedard
|
||||
|
||||
0.2.1 (2019-07-31)
|
||||
------------------
|
||||
* Replace special character to fix encoding issue
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||
<package format="2">
|
||||
<name>tracetools_trace</name>
|
||||
<version>0.2.1</version>
|
||||
<version>0.2.2</version>
|
||||
<description>Tools for setting up tracing sessions.</description>
|
||||
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
||||
|
|
|
@ -5,7 +5,7 @@ package_name = 'tracetools_trace'
|
|||
|
||||
setup(
|
||||
name=package_name,
|
||||
version='0.2.1',
|
||||
version='0.2.2',
|
||||
packages=find_packages(exclude=['test']),
|
||||
data_files=[
|
||||
('share/' + package_name, ['package.xml']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue