summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-02-22 17:43:23 +0100
committerBastien Nocera <hadess@hadess.net>2019-02-22 17:43:23 +0100
commiteb7d2a914bb6fa696de0ae8f9babc2716ed0c595 (patch)
tree04e66f1781b65c7ea15bd5817253932cd2aed5fd
parent0957f1b42a986f780a56f0beacd53f8586a7c4d3 (diff)
downloadlibgweather-eb7d2a914bb6fa696de0ae8f9babc2716ed0c595.tar.gz
3.28.33.28.3
-rw-r--r--NEWS11
-rw-r--r--meson.build2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d03ed11..dbc30bb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
==============
+Version 3.28.3
+==============
+
+* Fix METAR weather extraction
+* Fix multilib problem in enum header
+* Fix infinite loop calculating sunset/sunrise for named timezones
+* Fix a possible crash in gnome-shell
+* Fix "nearest station" fallback code
+* Updated translations
+
+==============
Version 3.28.2
==============
diff --git a/meson.build b/meson.build
index 67261ad..5b30864 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libgweather', 'c',
- version: '3.28.2',
+ version: '3.28.3',
meson_version: '>= 0.43.0',
)