From ad9e0662e9157520d436b2d1f915e5e7172b0908 Mon Sep 17 00:00:00 2001 From: Peter Soetens Date: Sun, 16 Dec 2012 21:41:28 +0100 Subject: [PATCH] doc: add caveat about deployer renaming Signed-off-by: Peter Soetens --- doc/xml/orocos-rtt-changes.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/xml/orocos-rtt-changes.xml b/doc/xml/orocos-rtt-changes.xml index 16b797e9c..2ce27cf74 100644 --- a/doc/xml/orocos-rtt-changes.xml +++ b/doc/xml/orocos-rtt-changes.xml @@ -53,6 +53,18 @@ and plugin loaders may get confused if older versions are found. + + + The rttlua DeploymentComponent's name has been changed from "deployer" to "Deployer" in + order to be compatible with the existing deployer application. This change only influences + Lua users and requires each occurence of getPeer("deployer") to be changed by getPeer("Deployer"). + + + You can do the renaming in your existing source trees with this Shell command: + find . ! -path "*.git*" -name "*.lua" -print0 | xargs -0 sed -i "s/\"deployer\"/\"Deployer\"/g;s/\'deployer\'/\'Deployer\'/g" + + + There was an API change in the (RTT internal) RTT::types::TypeInfo