Version changed from 0.2.0 to 0.2.1
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user