From 4e42ba5ad251a2a1c46ce0cd015395fe766ce9c7 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 14 Feb 2015 15:13:06 +0100 Subject: [PATCH] prepare 1.0 beta 1 --- ChangeLog | 1 - ChangeLog.md | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) delete mode 100644 ChangeLog create mode 100644 ChangeLog.md diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 0fa7276b..00000000 --- a/ChangeLog +++ /dev/null @@ -1 +0,0 @@ -https://github.com/yuhu-/ebusd/commits/master diff --git a/ChangeLog.md b/ChangeLog.md new file mode 100644 index 00000000..621c41a2 --- /dev/null +++ b/ChangeLog.md @@ -0,0 +1,17 @@ +# 1.0.0-beta.1 (2015-02-XX) + +## Breaking Changes +This is the first preview version to ebusd 1.0 which was completely reworked since October 2014. + +## Bug fixes +A lot of problems were fixed, such as memory leaks and segmentation faults. + +## Features +The daemon is now fully aware of the eBUS protocol and future versions will also support addressing a running daemon as slave. +The main new feature is a completely rewritten configuration file engine, which allows the use of templates and defaults and thus simplifies the configuration files a lot. +On the client side, a lot of commands have been added, such as "listen" (automatically send changed values listened to or polled) and "find". + +## Changed files +https://github.com/john30/ebusd/commits/master + +Thanks to Roland Jax and other authors for all their work in previous versions!