2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-13 17:26:34 +00:00

5.1 preparation

git-svn-id: https://svn.fhem.de/fhem/trunk@935 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2011-07-08 08:32:54 +00:00
parent 6f6c3b4cd8
commit 79534d2860
4 changed files with 6 additions and 17 deletions

View File

@ -1,5 +1,3 @@
- =DATE= (=VER=)
- 2011-07-08 (5.1) - 2011-07-08 (5.1)
- feature: smallscreen optimizations for iPhone - feature: smallscreen optimizations for iPhone
- feature: FHT8V rewrite (and moved from contrib into the FHEM directory). - feature: FHT8V rewrite (and moved from contrib into the FHEM directory).

View File

@ -3,7 +3,7 @@
fw=$1 fw=$1
if test ! -f ../../$fw.tar.gz; then if test ! -f ../../$fw.tar.gz; then
echo "usage: makeimage <fhem-VERSION.tar.gz>" echo "usage: makeimage <fhem-VERSION.tar.gz>"
echo "../../<fhem-VERSION>.tar.gz mus exist" echo "../../<fhem-VERSION>.tar.gz must exist"
exit 1 exit 1
fi fi
@ -25,8 +25,8 @@ echo Extracting $fw
rm -rf $fw rm -rf $fw
tar zxf ../../$fw.tar.gz tar zxf ../../$fw.tar.gz
cd $fw cd $fw
cp fhem.pl\ cp fhem.pl ../var/fhem
FHEM/*\ cp FHEM/*\
webfrontend/pgm2/*\ webfrontend/pgm2/*\
docs/*.html\ docs/*.html\
docs/fhem.png\ docs/fhem.png\

View File

@ -63,11 +63,9 @@
<h3>Download</h3> <h3>Download</h3>
<ul> <ul>
Current Version: (as of =DATE=): Current Version: (as of =DATE=):
<a href="http://fhem.de/fhem-=VERS=.tar.gz"> <a href="http://fhem.de/fhem-=VERS=.tar.gz">fhem-=VERS=.tar.gz</a>,
fhem-=VERS=.tar.gz</a> <a href="http://fhem.de/fhem-=VERS=.deb">fhem-=VERS=.deb</a> or
or <a href="http://fhem.de/fhem-=VERS=-fb7390.image">fhem-=VERS=-fb7390.image</a> or
<a href="http://fhem.de/fhem-=VERS=.deb">
fhem-=VERS=.deb</a>
<br> <br>
See the <a href="CHANGED">CHANGED</a> file for current changes. See the <a href="CHANGED">CHANGED</a> file for current changes.
<br> <br>

View File

@ -63,13 +63,6 @@
there are NO CUL devices defined in the initial configuration, you'll have there are NO CUL devices defined in the initial configuration, you'll have
to do this manually, e.g. by following the HOWTO or the command reference. to do this manually, e.g. by following the HOWTO or the command reference.
<br><br> <br><br>
Further bad news for both versions: Currently the only working serial
kernel driver is the cdc_acm, which means only the CUL can be attached
directly to the FritzBox. The FHZ1x00 needs the ftdi_sio driver, which
currently panics the FritzBox. If I am informed correctly, then this
problem will be solved in the near future.<br>
Of course you can always use devices attached via network, like the CUN.
</div> </div>
</body> </body>