From 1641cd9c49aae8c728ce8c87e677f3e835029e97 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sun, 15 Nov 2015 09:53:37 +0000 Subject: [PATCH] Makefile/CHANGED: bumped up version, removed UTF8 (grrr) git-svn-id: https://svn.fhem.de/fhem/trunk@9894 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 8 ++++++-- fhem/Makefile | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index 91a5f9d95..a1cb2ccdd 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,9 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - fhem 5.7 released. + - IPORTANT: featurelevel is now 5.7, rendering @ and % non-functional + +- 2015-11-15 (5.6) - change: 30_MilightBridge/31_MilightDevice: Allow to disable ping check. Add state "Initialized". - feature: 50_HP1000: new module to support HP1000 weather station @@ -13,7 +17,7 @@ link to local commandref or fhem.de - bugfix: 70_XBMC: reworked RPC ID generation - feature: 70_XBMC: added openchannelid to switch TV channels - - bugfix: 74_AMAD: Bessere Variante zur HTTP Headeranalyse, Code aufgeräumt + - bugfix: 74_AMAD: Bessere Variante zur HTTP Headeranalyse, Code cleanup - bugfix: 74_AMAD: AMADCommBridge communication problem with automagic 1.29 - feature: fhem_codemirror: Added DOIF autocomplete-keywords. Added feature to autocomplete on any keypress. @@ -28,7 +32,7 @@ - bugfix: 74_AMAD: fix call statusRequest then screen off is set fix change room then device modify - feature: 74_AMAD: insert first code parts of voice input - - change: 55_GDS.pm new version released, see forum „Announcements“ + - change: 55_GDS.pm new version released, see forum Announcements - change: fhem_codemirror.js: Enabled indentWithTabs by default Enabled autoCloseBrackets by default Disabled smartIndent by default diff --git a/fhem/Makefile b/fhem/Makefile index a66a8f6b1..160b9124c 100644 --- a/fhem/Makefile +++ b/fhem/Makefile @@ -1,5 +1,5 @@ -VERS=5.6 -DATE=2014-11-09 +VERS=5.7 +DATE=2015-11-15 # used for nightly build DATEN=$(shell date +"%Y-%m-%d")