[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] 01/05: Bump LocationforecastLTS version to 1.3

noreply at xfce.org noreply at xfce.org
Thu Feb 16 20:56:37 CET 2017


This is an automated email from the git hooks/post-receive script.

hjudt pushed a commit to branch master
in repository panel-plugins/xfce4-weather-plugin.

commit e3f53da02a6c4918c0436a8a459f81f1c9eac131
Author: Harald Judt <h.judt at gmx.at>
Date:   Thu Feb 16 20:01:29 2017 +0100

    Bump LocationforecastLTS version to 1.3
    
    See http://api.met.no/weatherapi/locationforecastlts/1.3/documentation:
    
    Version 1.3 : 2017-02-13
    
    - New version 1.3. The old version, 1.2, will expire at 2017-05-09.
    
    - With this new version we have expired an old forecast model. As a consequence
      of this, areas in northern europe that previously had 1 hourly resolution short
      term forecast will temporarily get 3 hour resolution instead.
---
 README                 | 2 +-
 panel-plugin/weather.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README
index a71566e..395e56a 100644
--- a/README
+++ b/README
@@ -92,7 +92,7 @@ left open by the former:
   http://api.met.no/license_data.html
 
 * Service-specific documentation
-  http://api.met.no/weatherapi/locationforecastlts/1.2/documentation
+  http://api.met.no/weatherapi/locationforecastlts/1.3/documentation
   http://api.yr.no/weatherapi/sunrise/1.1/documentation
 
 For more technical details you might need to study the XML schema
diff --git a/panel-plugin/weather.c b/panel-plugin/weather.c
index 8882135..84f3049 100644
--- a/panel-plugin/weather.c
+++ b/panel-plugin/weather.c
@@ -647,7 +647,7 @@ update_handler(plugin_data *data)
         /* build url */
         url =
             g_strdup_printf("https://api.met.no/weatherapi"
-                            "/locationforecastlts/1.2/?lat=%s;lon=%s;msl=%d",
+                            "/locationforecastlts/1.3/?lat=%s;lon=%s;msl=%d",
                             data->lat, data->lon, data->msl);
 
         /* start receive thread */

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list