Skip to content

Commit

Permalink
release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fritz-smh committed Feb 8, 2017
1 parent ed3eee6 commit 481828c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/contents.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ Table Of Content

/index
/installation/index
/releases/0.5.2
6 changes: 3 additions & 3 deletions docs/installation/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Download Domoweb :
.. code-block:: bash

$ cd /opt/dmg
$ wget --content-disposition https://github.com/domogik/domoweb/archive/0.5.1.tar.gz
$ tar xvzf domoweb-0.5.1.tar.gz
$ ln -s domoweb-0.5.1 domoweb
$ wget --content-disposition https://github.com/domogik/domoweb/archive/0.5.2.tar.gz
$ tar xvzf domoweb-0.5.2.tar.gz
$ ln -s domoweb-0.5.2 domoweb
$ cd domoweb

Launch the installation script
Expand Down
14 changes: 14 additions & 0 deletions docs/releases/0.5.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
=============
Release 0.5.2
=============

Purpose
=======

The **0.5.2 release** is a minor release which includes some fixes about the 0.5.1 release.

Fixes
=====

* The **health > body** widget have been fixed.
* The **service** widgets are now compliant with teleinformation sensors from the generic plugin.

0 comments on commit 481828c

Please sign in to comment.