summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@collabora.co.uk>2018-10-14 19:00:46 +0200
committerZeeshan Ali <zeenix@collabora.co.uk>2018-10-14 19:01:35 +0200
commit4138a5e337b02a659152295de7bc00b5cbd99277 (patch)
tree9ba2a462ff7dfc11ed6920593c862f01a035a648
parentacd253dcc61d0b69dc6aa345ad4f148038c26290 (diff)
downloadgeoclue-4138a5e337b02a659152295de7bc00b5cbd99277.tar.gz
Release 2.5.02.5.0
-rw-r--r--NEWS26
-rw-r--r--meson.build2
2 files changed, 27 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 661d0d5..c4917c5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+2.5.0
+=====
+
+Changes since 2.4.10 that were not included in subsequent 2.4.x releases as
+well:
+
+- Drop authorization for system (non-flatpak) apps.
+- Switch from autotools to meson build system.
+- Use WiFi-based geolocation for city level accuracy.
+- Provide Vala API.
+- Don't enable all warnings from C compiler by default.
+- No need to mark translatable strings in desktop files.
+
+Contributors:
+
+Bastien Nocera <hadess@hadess.net>
+Corentin Noël <corentin.noel@collabora.com>
+Emmanuele Bassi <ebassi@gnome.org>
+Karl-Philipp Richter <krichter722@aol.de>
+Laurent Bigonville <bigon@bigon.be>
+Nirbheek Chauhan <nirbheek@centricular.com>
+Ting-Wei Lan <lantw@src.gnome.org>
+Valentin Blot <freedesktop-devel@valentinblot.org>
+worldofpeace <worldofpeace@users.noreply.github.com>
+Zeeshan Ali <zeenix@collabora.co.uk>
+
2.4.10
======
diff --git a/meson.build b/meson.build
index 69c78a9..ea08d04 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('geoclue', 'c', version: '2.4.10', meson_version : '>= 0.47.2')
+project('geoclue', 'c', version: '2.5.0', meson_version : '>= 0.47.2')
gclue_version = meson.project_version()
ver_arr = gclue_version.split('.')