mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +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.
|
||||
# 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: 74_AMAD: add closeCall command
|
||||
- bugfix: 98_DOIFtools: some more webname issues
|
||||
@ -556,7 +559,6 @@
|
||||
(only for mode "local-bluetooth")
|
||||
- feature: 74_AMAD: new Feature added support for do not Disturb Mode
|
||||
- bugfix : 74_HOMBOT: check path for sshpass
|
||||
>>>>>>> .r11881
|
||||
- feature: fhem_codemirror: Added new codemirrorParams:
|
||||
keyMap, jumpToLine, jumpToLine_extraKey
|
||||
- feature: 10_pilight_ctrl: NEW: protocol oregon_21 for temperature
|
||||
|
@ -1,5 +1,5 @@
|
||||
VERS=5.7
|
||||
DATE=2015-11-15
|
||||
VERS=5.8
|
||||
DATE=2017-02-19
|
||||
|
||||
# used for nightly build
|
||||
DATEN=$(shell date +"%Y-%m-%d")
|
||||
@ -74,7 +74,7 @@ dist:
|
||||
mkdir .f
|
||||
cp -r fhem.pl fhem.cfg CHANGED HISTORY Makefile README.SVN\
|
||||
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
|
||||
touch .f/log/empty_file.txt
|
||||
(cd .f; perl contrib/commandref_join.pl)
|
||||
|
Loading…
Reference in New Issue
Block a user