summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiovanni Campagna <gcampagna@src.gnome.org>2018-01-08 09:19:22 -0800
committerGiovanni Campagna <gcampagna@src.gnome.org>2018-01-08 09:19:22 -0800
commit3caf2c51827f28d8dff41ac4a3087bd5b3828087 (patch)
tree04dd98794bf0350c985a672a7a7137961433d90f
parent2c3e5f039ff45ab67b126bee0f8be86b97fd3bed (diff)
downloadlibgweather-3caf2c51827f28d8dff41ac4a3087bd5b3828087.tar.gz
Release 3.27.43.27.4
-rw-r--r--NEWS24
-rw-r--r--meson.build2
2 files changed, 25 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 559bf63..f1fabe0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,28 @@
==============
+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',
)