From 4138a5e337b02a659152295de7bc00b5cbd99277 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Date: Sun, 14 Oct 2018 19:00:46 +0200 Subject: Release 2.5.0 --- NEWS | 26 ++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) 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 +Corentin Noël +Emmanuele Bassi +Karl-Philipp Richter +Laurent Bigonville +Nirbheek Chauhan +Ting-Wei Lan +Valentin Blot +worldofpeace +Zeeshan Ali + 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('.') -- cgit v1.2.1