From 8e9169afd4fef41bcf1481cfc49920b5164eef5f Mon Sep 17 00:00:00 2001 From: Roland Jax Date: Tue, 3 Jun 2014 12:16:20 +0200 Subject: [PATCH] Version changed from 0.2.0 to 0.2.1 --- ChangeLog | 11 ++++++++--- NEWS | 4 ++++ README | 9 +++++++++ configure.ac | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2d8ecc87..eeb9f1a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ ebusd - ChangeLog ----------------- +2014-06-03 Roland Jax +* ebusd_send added. +* class Appl: program arguments parsing improved. +* Version changed from 0.2.0 to 0.2.1 + 2014-05-11 Roland Jax * ebus-daemon merged into ebusd. @@ -152,7 +157,7 @@ ebusd - ChangeLog 2013-02-22: * Added too each client answer (no need of special config for putty) -* Minor print cosmetic with cyc commands on Master Slave types +* Minor print cosmetic with cyc commands on Master Slave types 2013-02-21: * Improved decoding of cyc commands to all ebus message types. @@ -208,7 +213,7 @@ ebusd - ChangeLog 2013-02-01: * Added functions to read ebus command files and load them into nested - structure. This will be used to send and decode ebus messages. + structure. This will be used to send and decode ebus messages. * Try to read daemon configuration file at daemon directory too. * ebus files splitted into ebus-decode and ebus-bus part. * Moved log.* from src to lib directory and build liblog.a @@ -222,7 +227,7 @@ ebusd - ChangeLog 2013-01-24: * Added new directory contrib with daemon configuration file -* Added functions with cfg_ prefix (utils). These parse +* Added functions with cfg_ prefix (utils). These parse the daemon configuration file and set parameters. Priority of given configuration by: 1. commandline argurments diff --git a/NEWS b/NEWS index a4794804..ca9d2467 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ ebusd - NEWS ------------ +2014-06-03 Roland Jax +* ebusd_send added. +* Version changed from 0.2.0 to 0.2.1 + 2014-05-11 Roland Jax * ebus-daemon merged into ebusd. diff --git a/README b/README index c981afc6..aca09886 100644 --- a/README +++ b/README @@ -44,4 +44,13 @@ Daemon Configuration See ./ebusd -h +Tools +----- + +ebusd_feed - send dump files via virtual serial device for debugging purpose. +ebusd_send - small client for sending commands (get, set, cyc and hex) to ebusd. + +For usage and further information take a look on help page. + + The author can be contacted at roland.jax@liwest.at. diff --git a/configure.ac b/configure.ac index e230500b..de168361 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.65]) -AC_INIT([ebusd], [0.2.0], [roland.jax@liwest.at], [ebusd], [https://github.com/yuhu-/ebusd]) +AC_INIT([ebusd], [0.2.1], [roland.jax@liwest.at], [ebusd], [https://github.com/yuhu-/ebusd]) AC_CONFIG_SRCDIR([src/main.cpp]) AC_CONFIG_AUX_DIR([build])