Updated README file.
This commit is contained in:
parent
96daffc46b
commit
a67fa2653b
2 changed files with 3 additions and 2 deletions
|
@ -35,7 +35,8 @@ Bug reports are welcome, but even more appreciated are patches with the solution
|
|||
|
||||
Revision history
|
||||
=================
|
||||
2008-02-14 0.3.0 New feature: On- and off times can be randomized within a given interval.
|
||||
2008-02-15 0.3.1 Changed update interval back from 50 to 60 seconds.
|
||||
2008-02-14 0.3.0 New feature: On- and off times can be randomized within a given interval. Changed update interval from 60 to 50 seconds.
|
||||
2008-02-12 0.2.1 Changed behaviour when program is called without argument. Now presents: Try "tellstickd --help" for more information.
|
||||
2008-02-11 0.2.0 Added support for SARTANO devices. General code cleanups.
|
||||
2008-02-11 0.1.4 Completely new switch logic, hopefully more robust with fewer bugs.
|
||||
|
|
|
@ -17,7 +17,7 @@ $LOG_FILE = "/var/log/tellstickd";
|
|||
# You should not need to go beyond this point (unless you have found a bug or need to improve the functionality).
|
||||
$AUTHOR = "Magnus Juntti, mjuntti\@gmail.com";
|
||||
$PROGRAM_NAME = "tellstickd";
|
||||
$VERSION = "0.3.0";
|
||||
$VERSION = "0.3.1";
|
||||
|
||||
|
||||
# Structure of the configurations to be read;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue