mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
Maefile: change version to 5.8
git-svn-id: https://svn.fhem.de/fhem/trunk@13445 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4d7a5367ab
commit
36d4a5b0f9
@ -1,5 +1,8 @@
|
|||||||
# 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.
|
||||||
|
- feature: 5.8 released
|
||||||
|
|
||||||
|
- 2017-02-19 (5.8)
|
||||||
- feature: 88_HMCCU: advanced reading filters
|
- feature: 88_HMCCU: advanced reading filters
|
||||||
- feature: 74_AMAD: add closeCall command
|
- feature: 74_AMAD: add closeCall command
|
||||||
- bugfix: 98_DOIFtools: some more webname issues
|
- bugfix: 98_DOIFtools: some more webname issues
|
||||||
@ -556,7 +559,6 @@
|
|||||||
(only for mode "local-bluetooth")
|
(only for mode "local-bluetooth")
|
||||||
- feature: 74_AMAD: new Feature added support for do not Disturb Mode
|
- feature: 74_AMAD: new Feature added support for do not Disturb Mode
|
||||||
- bugfix : 74_HOMBOT: check path for sshpass
|
- bugfix : 74_HOMBOT: check path for sshpass
|
||||||
>>>>>>> .r11881
|
|
||||||
- feature: fhem_codemirror: Added new codemirrorParams:
|
- feature: fhem_codemirror: Added new codemirrorParams:
|
||||||
keyMap, jumpToLine, jumpToLine_extraKey
|
keyMap, jumpToLine, jumpToLine_extraKey
|
||||||
- feature: 10_pilight_ctrl: NEW: protocol oregon_21 for temperature
|
- feature: 10_pilight_ctrl: NEW: protocol oregon_21 for temperature
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
VERS=5.7
|
VERS=5.8
|
||||||
DATE=2015-11-15
|
DATE=2017-02-19
|
||||||
|
|
||||||
# used for nightly build
|
# used for nightly build
|
||||||
DATEN=$(shell date +"%Y-%m-%d")
|
DATEN=$(shell date +"%Y-%m-%d")
|
||||||
@ -74,7 +74,7 @@ dist:
|
|||||||
mkdir .f
|
mkdir .f
|
||||||
cp -r fhem.pl fhem.cfg CHANGED HISTORY Makefile README.SVN\
|
cp -r fhem.pl fhem.cfg CHANGED HISTORY Makefile README.SVN\
|
||||||
demolog fhem.cfg.demo README_DEMO.txt\
|
demolog fhem.cfg.demo README_DEMO.txt\
|
||||||
FHEM configDB.pm contrib docs www webfrontend .f
|
FHEM configDB.pm contrib docs www .f
|
||||||
mkdir .f/log
|
mkdir .f/log
|
||||||
touch .f/log/empty_file.txt
|
touch .f/log/empty_file.txt
|
||||||
(cd .f; perl contrib/commandref_join.pl)
|
(cd .f; perl contrib/commandref_join.pl)
|
||||||
|
Loading…
Reference in New Issue
Block a user