2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-12 02:39:57 +00:00

fhem:set version to 5.9

git-svn-id: https://svn.fhem.de/fhem/trunk@17480 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2018-10-07 17:10:06 +00:00
parent 8bb8ee0dba
commit c290303ba1
4 changed files with 17 additions and 14 deletions

View File

@ -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.9 released
- 2018-10-07 (5.9)
- change: 93_DbRep: direct help for attributes
- bugfix: 72_XiaomiDevice: set incorrect fan speed to 0
- bugfix: 38_netatmo: increased timeouts to counter server issues, logging

View File

@ -1,7 +1,7 @@
# $Id$
VERS=5.8
DATE=2017-02-19
VERS=5.9
DATE=2018-10-07
# used for nightly build
DATEN=$(shell date +"%Y-%m-%d")

View File

@ -229,10 +229,10 @@
<a name="Download"></a>
<h3>Download</h3>
<ul>
Last released version: (as of 2017-02-19):
<a href="http://fhem.de/fhem-5.8.tar.gz">fhem-5.8.tar.gz</a>,
<a href="http://fhem.de/fhem-5.8.zip">fhem-5.8.zip</a>,
<a href="http://fhem.de/fhem-5.8.deb">fhem-5.8.deb</a>,
Last released version: (as of 2018-10-07):
<a href="http://fhem.de/fhem-5.9.tar.gz">fhem-5.9.tar.gz</a>,
<a href="http://fhem.de/fhem-5.9.zip">fhem-5.9.zip</a>,
<a href="http://fhem.de/fhem-5.9.deb">fhem-5.9.deb</a>,
<br>
See the <a href="CHANGED">CHANGED</a> file for the change history or the
<a href="SVNLOG">svn log</a> for a more detailed log.<br><br>
@ -259,7 +259,7 @@
<ul>
<h4>Debian/Ubuntu/Raspbian</h4>
<ul>
<li>Install <a href="http://fhem.de/fhem-5.8.deb">this</a> package.
<li>Install <a href="http://fhem.de/fhem-5.9.deb">this</a> package.
For a better integration check out <a
href="http://debian.fhem.de/">debian.fhem.de</a>
</ul>
@ -270,7 +270,7 @@
Device::SerialPort perl module, install it with "sudo cpan
Device::SerialPort" or "apt-get install libdevice-serialport-perl".
</li>
<li>Download the <a href="http://fhem.de/fhem-5.8.tar.gz">
<li>Download the <a href="http://fhem.de/fhem-5.9.tar.gz">
.tar.gz</a> package, unpack it, and change to the unpacked directory.
<li>start FHEM directly from this directory (perl fhem.pl fhem.cfg).
</ul>

View File

@ -235,10 +235,10 @@
<a name="Download"></a>
<h3>Download</h3>
<ul>
Letzte Version (vom 2017-02-19):
<a href="http://fhem.de/fhem-5.8.tar.gz">fhem-5.8.tar.gz</a>,
<a href="http://fhem.de/fhem-5.8.zip">fhem-5.8.zip</a>,
<a href="http://fhem.de/fhem-5.8.deb">fhem-5.8.deb</a>,
Letzte Version (vom 2019-10-07):
<a href="http://fhem.de/fhem-5.9.tar.gz">fhem-5.9.tar.gz</a>,
<a href="http://fhem.de/fhem-5.9.zip">fhem-5.9.zip</a>,
<a href="http://fhem.de/fhem-5.9.deb">fhem-5.9.deb</a>,
<br>
Siehe auch das manuelle (<a href="CHANGED">CHANGED file</a>) oder
maschinelle (<a href="SVNLOG">SVNLOG</a>) &Auml;nderungsprotokoll
@ -268,7 +268,7 @@
<ul>
<h4>Debian/Ubuntu/Raspbian</h4>
<ul>
<li><a href="http://fhem.de/fhem-5.8.deb">Dieses</a> FHEM Paket (.deb)
<li><a href="http://fhem.de/fhem-5.9.deb">Dieses</a> FHEM Paket (.deb)
installieren. F&uuml;r eine bessere Integration siehe <a
href="https://debian.fhem.de/">debian.fhem.de</a>.
</ul>
@ -281,7 +281,7 @@
meist mit "sudo cpan Device::SerialPort" oder "apt-get install
libdevice-serialport-perl" installieren.
</li>
<li><a href="http://fhem.de/fhem-5.8.tar.gz">Dieses</a> FHEM Paket
<li><a href="http://fhem.de/fhem-5.9.tar.gz">Dieses</a> FHEM Paket
herunterladen, auspacken, und in das neu erstellte Verzeichnis
wechseln.</li>
<li>Starten sie FHEM mit<br>