Version changed from 0.2.0 to 0.2.1

This commit is contained in:
Roland Jax
2014-06-03 12:16:20 +02:00
parent 413af597bd
commit 8e9169afd4
4 changed files with 22 additions and 4 deletions
+8 -3
View File
@@ -1,6 +1,11 @@
ebusd - ChangeLog
-----------------
2014-06-03 Roland Jax <roland.jax@liwest.at>
* ebusd_send added.
* class Appl: program arguments parsing improved.
* Version changed from 0.2.0 to 0.2.1
2014-05-11 Roland Jax <roland.jax@liwest.at>
* ebus-daemon merged into ebusd.
@@ -152,7 +157,7 @@ ebusd - ChangeLog
2013-02-22:
* Added <cr> 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
+4
View File
@@ -1,6 +1,10 @@
ebusd - NEWS
------------
2014-06-03 Roland Jax <roland.jax@liwest.at>
* ebusd_send added.
* Version changed from 0.2.0 to 0.2.1
2014-05-11 Roland Jax <roland.jax@liwest.at>
* ebus-daemon merged into ebusd.
+9
View File
@@ -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.
+1 -1
View File
@@ -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])