4.9 preparation

git-svn-id: https://svn.fhem.de/fhem/trunk@585 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2010-03-13 11:23:13 +00:00
parent 18f65d6bfb
commit faa5e99d22
2 changed files with 6 additions and 3 deletions

View File

@@ -546,7 +546,7 @@
- feature: Command save retains now the order of the old config file
- feature: List parameter added (list .* RFR_MSGCNT)
- ==DATE== (4.9)
- =DATE= (4.9)
- bugfix: changed the fhem prompt from FHZ> to fhem>
- bugfix: CUL_RFR fixes (chaining RFR's should work)
- bugfix: Path in the examples fixed (got corrupted)
@@ -570,7 +570,9 @@
- bugfix: dummy/structure was listed twice in list and xmllist
- feature: 11_FHT.pm added new readings for warnings on battery, lowtemp,
window and windowsensor (M.Fischer)
- feature: autocreate.pm (create undefined RF devices, logs and plots)
- feature: on-for-timer added for X10 modules (Boris)
- bugfix: pgm3: Better check of availability of google-weather (MartinH)
- feature: pgm3: DBLog added for everything except UserDefs
(Gerhard Pfeffer / MartinH)
- feature: pgm2 style changes, SVG in background, optional compression

View File

@@ -3,7 +3,7 @@ MODDIR=/usr/local/lib
VARDIR=/var/log/fhem
VERS=4.9
DATE=2009-12-23
DATE=2010-03-14
all:
@echo Nothing to do for all.
@@ -21,6 +21,7 @@ install:install-base
install-pgm2:install-base
cp -r webfrontend/pgm2/* $(MODDIR)/FHEM
cp docs/commandref.html docs/faq.html docs/HOWTO.html $(MODDIR)/FHEM
cp docs/*.png docs/*.jpg $(MODDIR)/FHEM
-mv $(VARDIR)/fhem.cfg $(VARDIR)/fhem.cfg.`date "+%Y-%m-%d_%H:%M:%S"`
cp examples_changed/sample_pgm2 $(VARDIR)/fhem.cfg
cd examples_changed; for i in *; do cp -r $$i $(MODDIR)/FHEM/example.$$i; done