[ros-rosconsole-bridge] 01/06: New upstream version 0.5.0

Jochen Sprickerhof jspricke at moszumanska.debian.org
Sun Oct 29 07:40:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

jspricke pushed a commit to annotated tag debian/0.5.0-1
in repository ros-rosconsole-bridge.

commit ab6cfec413ceba39d6a2f40769a769923a510b82
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Sun Oct 29 08:20:18 2017 +0100

    New upstream version 0.5.0
---
 CHANGELOG.rst    | 4 ++++
 package.xml      | 2 +-
 test/cleanup.cpp | 4 ++--
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 84cab91..37bf41d 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,6 +2,10 @@
 Changelog for package rosconsole_bridge
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
+0.5.0 (2017-10-25)
+------------------
+* replace usage of deprecated logging functions (`#14 <https://github.com/ros/rosconsole_bridge/issues/14>`_)
+
 0.4.3 (2016-03-11)
 ------------------
 * use catkin variables for install dirs (`#9 <https://github.com/ros/rosconsole_bridge/issues/9>`_)
diff --git a/package.xml b/package.xml
index efef63f..507b346 100644
--- a/package.xml
+++ b/package.xml
@@ -1,6 +1,6 @@
 <package>
   <name>rosconsole_bridge</name>
-  <version>0.4.4</version>
+  <version>0.5.0</version>
   <description>rosconsole_bridge is a package used in conjunction with console_bridge and rosconsole for connecting console_bridge-based logging to rosconsole-based logging.</description>
 
   <author>Ioan Sucan</author>
diff --git a/test/cleanup.cpp b/test/cleanup.cpp
index efef490..ede9a44 100644
--- a/test/cleanup.cpp
+++ b/test/cleanup.cpp
@@ -3,10 +3,10 @@
 
 struct A {
   A(const char* hint) {
-    logWarn("initializing class: %s", hint);
+    CONSOLE_BRIDGE_logWarn("initializing class: %s", hint);
   }
   ~A() {
-    logWarn("destroying class");
+    CONSOLE_BRIDGE_logWarn("destroying class");
   }
 };
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/ros-rosconsole-bridge.git



More information about the debian-science-commits mailing list