Skip to content

Commit 27885eb

Browse files
committed
updated the CHANGELOG and version to release binary packages
1 parent da6ed0e commit 27885eb

File tree

9 files changed

+34
-8
lines changed

9 files changed

+34
-8
lines changed

LICENSE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Software License Agreement (BSD License)
2-
3-
Copyright (c) 2014, ROBOTIS Inc.
2+
3+
Copyright (c) 2014-2017, ROBOTIS CO., LTD.
44
All rights reserved.
5-
5+
66
Redistribution and use in source and binary forms, with or without
77
modification, are permitted provided that the following conditions are met:
88
* Redistributions of source code must retain the above copyright
@@ -13,7 +13,7 @@ modification, are permitted provided that the following conditions are met:
1313
* Neither the name of ROBOTIS nor the names of its contributors may be
1414
used to endorse or promote products derived from this software
1515
without specific prior written permission.
16-
16+
1717
THIS SOFTWARE IS PROVIDED BY ROBOTIS "AS IS" AND ANY EXPRESS OR IMPLIED
1818
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
1919
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.

robotis_controller/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog for package robotis_controller
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.2.6 (2017-08-09)
6+
-----------
7+
* multi thread bug fixed.
8+
* unnecessary debug print removed.
9+
* OpenCR control table item name changed. (torque_enable -> dynamixel_power)
10+
* fixed to not update update_time_stamp\_ if bulk read fails.
11+
* Contributors: Zerom
12+
513
0.2.5 (2017-06-09)
614
-----------
715
* updated for yaml-cpp dependencies

robotis_controller/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>robotis_controller</name>
4-
<version>0.2.5</version>
4+
<version>0.2.6</version>
55
<description>
66
The main package that controls THORMANG3.
77
</description>

robotis_device/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package robotis_device
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.2.6 (2017-08-09)
6+
-----------
7+
* OpenCR control table item name changed. (torque_enable -> dynamixel_power)
8+
* fixed to not update update_time_stamp\_ if bulk read fails.
9+
* Contributors: Zerom
10+
511
0.2.5 (2017-06-09)
612
-----------
713
* none

robotis_device/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>robotis_device</name>
4-
<version>0.2.5</version>
4+
<version>0.2.6</version>
55
<description>
66
The package that manages device information of ROBOTIS robots.
77
This package is used when reading device information with the robot information file

robotis_framework/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog for package robotis_framework
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.2.6 (2017-08-09)
6+
-----------
7+
* multi thread bug fixed.
8+
* unnecessary debug print removed.
9+
* OpenCR control table item name changed. (torque_enable -> dynamixel_power)
10+
* fixed to not update update_time_stamp\_ if bulk read fails.
11+
* Contributors: Zerom
12+
513
0.2.5 (2017-06-09)
614
-----------
715
* updated for yaml-cpp dependencies (robotis_controller)

robotis_framework/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>robotis_framework</name>
4-
<version>0.2.5</version>
4+
<version>0.2.6</version>
55
<description>ROS packages for the robotis_framework (meta package)</description>
66
<license>BSD</license>
77
<author email="[email protected]">Zerom</author>

robotis_framework_common/CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog for package robotis_framework_common
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.2.6 (2017-08-09)
6+
-----------
7+
* none
8+
59
0.2.5 (2017-06-09)
610
-----------
711
* none

robotis_framework_common/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>robotis_framework_common</name>
4-
<version>0.2.5</version>
4+
<version>0.2.6</version>
55
<description>
66
The package contains commonly used Headers for the ROBOTIS Framework.
77
</description>

0 commit comments

Comments
 (0)