[libgweather] Release 3.27.4



commit 3caf2c51827f28d8dff41ac4a3087bd5b3828087
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Mon Jan 8 09:19:22 2018 -0800

    Release 3.27.4

 NEWS        | 24 ++++++++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 25 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 559bf63..f1fabe0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+==============
+Version 3.27.4
+==============
+
+* Deprecated API was removed; this caused a soname bump. All dependent software must
+  be rebuilt [Bastien Nocera, #791313]
+* New API: a new level of locations, called "named timezones" was added, to represent
+  well known timezones with no associated location. Two named timezones are included:
+  UTC and AoE (Anywhere on Earth) [Bastien Nocera, Giovanni Campagna, #791066]
+* It is now possible to have cities in the database with no associated weather station;
+  the nearest weather station is chosen if necessary
+* Matching of search terms to location names was improved [#791066, #791403]
+* The Yahoo Weather backend was removed; it was not well tested and unused by
+  most applications and distributions [Bastien Nocera, #791084]
+* More tests were added [Bastien Nocera, #791307, #791313, #791317, #791319, #791402]
+* Misc bug fixes [Bastien Nocera, #789080]
+* Build system fixes [Piotr Drag; Emmanuele Bassi; Bastien Nocera, #791088, #791086]
+* Translation bug fixes [Piotr Drag, #781364]
+* Location database updates and fixes [Bastien Nocera, #791095, #620897, #727186,
+  #643928, #789951, #791323, #599880, #642634, #606557, #617689, #768309, #635534,
+  #597989, #625270, #625270, #583644, #534047, #572675; Amit Pundir, #611945;
+  Fabio Duran Verdugo, #640877; Silvara, #778707]
+* Updated translations
+
 ==============
 Version 3.27.1
 ==============
diff --git a/meson.build b/meson.build
index d775b71..73e79ea 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libgweather', 'c',
-  version: '3.27.2',
+  version: '3.27.4',
   meson_version: '>= 0.43.0',
 )
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]