summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali <zeeshanak@gnome.org>2019-10-01 17:05:08 +0200
committerZeeshan Ali <zeeshanak@gnome.org>2020-02-26 14:19:24 +0100
commit555d676a91494b98ad0d52639590608a9594a8d3 (patch)
tree3e5716dea4a86a97d5b5c52d74b155a2b9ffa396
parent0590657e923eb2f42c387093082aac2791ae8389 (diff)
Release 2.5.62.5.6
-rw-r--r--NEWS13
-rw-r--r--meson.build2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1ec3527..cb9a754 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+2.5.6
+=====
+
+- Fix crashes in WiFi handling code.
+- Plug a leak.
+
+Contributors:
+
+Amaury Pouly <amaury.pouly@gmail.com>
+Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
+Will Thompson <will@willthompson.co.uk>
+Zeeshan Ali <zeeshanak@gnome.org>
+
2.5.5
=====
diff --git a/meson.build b/meson.build
index fde6fa3..088b651 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('geoclue', 'c', version: '2.5.3', meson_version : '>= 0.47.2')
+project('geoclue', 'c', version: '2.5.6', meson_version : '>= 0.47.2')
gclue_version = meson.project_version()
ver_arr = gclue_version.split('.')