From b7152fb5962eed073a8ea702809e1ed0d5458ea7 Mon Sep 17 00:00:00 2001 From: betateilchen <> Date: Sun, 1 Jun 2014 15:17:57 +0000 Subject: [PATCH] MAINTAINER.txt - updated CHANGED - updated 98_geodata - moved to contrib git-svn-id: https://svn.fhem.de/fhem/trunk@6029 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/MAINTAINER.txt | 2 +- fhem/{FHEM => contrib}/98_geodata.pm | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) rename fhem/{FHEM => contrib}/98_geodata.pm (99%) diff --git a/fhem/CHANGED b/fhem/CHANGED index 6c58c4803..93cb94a15 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,6 +1,7 @@ # 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. - change: moved 98_openweathermap.pm to contrib + moved 98_geodata.pm to contrib moved 55_BBB_BMP180.pm to contrib - change: honor DURATION in 57_Calendar.pm - bugfix: YAMAHA_AVR: don't let FHEM hang anymore, when the receiver diff --git a/fhem/MAINTAINER.txt b/fhem/MAINTAINER.txt index 678e435a7..de79c4d80 100644 --- a/fhem/MAINTAINER.txt +++ b/fhem/MAINTAINER.txt @@ -228,7 +228,6 @@ FHEM/98_copy.pm justme1968 http://forum.fhem.de Sonstiges FHEM/98_dewpoint.pm wherzig http://forum.fhem.de Automatisierung FHEM/98_dummy.pm rudolfkoenig http://forum.fhem.de Automatisierung FHEM/98_fheminfo.pm mfr69bs http://forum.fhem.de Sonstiges -FHEM/98_geodata.pm betateilchen http://forum.fhem.de Sonstiges FHEM/98_notice.pm mfr69bs http://forum.fhem.de Sonstiges FHEM/98_pilight.pm andreas-fey http://forum.fhem.de Unterstuetzende Dienste FHEM/98_rain.pm baumrasen http://forum.fhem.de Sonstiges @@ -257,6 +256,7 @@ contrib/YAF/* danielweisensee http://forum.fhem.de Frontends contrib/23_WEBTHERM.pm betateilchen/sachag http://forum.fhem.de Sonstiges contrib/55_BBB_BMP180.pm betateilchen http://forum.fhem.de Einplatinencomputer contrib/71_LISTENLIVE.pm betateilchen http://forum.fhem.de Multimedia +contrib/98_geodata.pm betateilchen http://forum.fhem.de Sonstiges contrib/98_openweathermap.pm betateilchen http://forum.fhem.de Unterstuetzende Dienste contrib/98_PID.pm betateilchen http://forum.fhem.de Automatisierung diff --git a/fhem/FHEM/98_geodata.pm b/fhem/contrib/98_geodata.pm similarity index 99% rename from fhem/FHEM/98_geodata.pm rename to fhem/contrib/98_geodata.pm index 4f15d37a1..d333aa124 100644 --- a/fhem/FHEM/98_geodata.pm +++ b/fhem/contrib/98_geodata.pm @@ -1,4 +1,4 @@ -# $Id$ +# $Id: 98_geodata.pm 5089 2014-03-01 21:06:35Z betateilchen $ package main;