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
+5
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.
+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])