mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-06 12:18:46 +00:00
FhemUtils/release.pm for the new update process added.
git-svn-id: https://svn.fhem.de/fhem/trunk@1651 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7cb8799426
commit
d78e66b927
@ -50,6 +50,7 @@
|
||||
- feature: portpassword and basicAuth may use evaluated functions
|
||||
- feature: motd with SecurityCheck added
|
||||
- feature: telnet module added, attr global port moved. allowfrom changed.
|
||||
- feature: FhemUtils/release.pm for the new update process added. (M. Fischer)
|
||||
|
||||
- 2011-12-31 (5.2)
|
||||
- bugfix: applying smallscreen attributes to firefox/opera
|
||||
|
17
fhem/FHEM/FhemUtils/release.pm
Normal file
17
fhem/FHEM/FhemUtils/release.pm
Normal file
@ -0,0 +1,17 @@
|
||||
################################################################
|
||||
# $Id:$
|
||||
package main;
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use vars qw($DISTRIB_ID);
|
||||
use vars qw($DISTRIB_RELEASE);
|
||||
use vars qw($DISTRIB_BRANCH);
|
||||
use vars qw($DISTRIB_DESCRIPTION);
|
||||
|
||||
$DISTRIB_ID="Fhem";
|
||||
$DISTRIB_RELEASE="5.2";
|
||||
$DISTRIB_BRANCH="EXPERIMENTAL";
|
||||
$DISTRIB_DESCRIPTION="$DISTRIB_ID $DISTRIB_RELEASE ($DISTRIB_BRANCH)";
|
||||
|
||||
1;
|
Loading…
x
Reference in New Issue
Block a user