2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

Makefile/CHANGED: bumped up version, removed UTF8 (grrr)

git-svn-id: https://svn.fhem.de/fhem/trunk@9894 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-11-15 09:53:37 +00:00
parent cfb15aa196
commit 1641cd9c49
2 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,9 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # 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. # 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. - change: 30_MilightBridge/31_MilightDevice: Allow to disable ping check.
Add state "Initialized". Add state "Initialized".
- feature: 50_HP1000: new module to support HP1000 weather station - feature: 50_HP1000: new module to support HP1000 weather station
@ -13,7 +17,7 @@
link to local commandref or fhem.de link to local commandref or fhem.de
- bugfix: 70_XBMC: reworked RPC ID generation - bugfix: 70_XBMC: reworked RPC ID generation
- feature: 70_XBMC: added openchannelid to switch TV channels - 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 - bugfix: 74_AMAD: AMADCommBridge communication problem with automagic 1.29
- feature: fhem_codemirror: Added DOIF autocomplete-keywords. Added feature - feature: fhem_codemirror: Added DOIF autocomplete-keywords. Added feature
to autocomplete on any keypress. to autocomplete on any keypress.
@ -28,7 +32,7 @@
- bugfix: 74_AMAD: fix call statusRequest then screen off is set - bugfix: 74_AMAD: fix call statusRequest then screen off is set
fix change room then device modify fix change room then device modify
- feature: 74_AMAD: insert first code parts of voice input - 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 - change: fhem_codemirror.js: Enabled indentWithTabs by default
Enabled autoCloseBrackets by default Enabled autoCloseBrackets by default
Disabled smartIndent by default Disabled smartIndent by default

View File

@ -1,5 +1,5 @@
VERS=5.6 VERS=5.7
DATE=2014-11-09 DATE=2015-11-15
# used for nightly build # used for nightly build
DATEN=$(shell date +"%Y-%m-%d") DATEN=$(shell date +"%Y-%m-%d")