diff options
author | Zeeshan Ali <zeeshanak@gnome.org> | 2019-05-16 13:32:24 +0200 |
---|---|---|
committer | Zeeshan Ali <zeeshanak@gnome.org> | 2019-05-16 16:21:43 +0200 |
commit | abc2c2dc734e93448e1b5fdd68e8e9b1808cc65b (patch) | |
tree | 6db70b40bb61462adaf8bb558c141119412caba0 | |
parent | 06741c63206387908385fbde0976a7def8654e83 (diff) |
Release 2.5.32.5.3
-rw-r--r-- | NEWS | 21 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 22 insertions, 1 deletions
@@ -1,3 +1,24 @@ +2.5.3 +===== + +- Fix a crash. +- Support for GGA messages from more NMEA sources. +- New API to allow automatic server side deletion of client. +- Automatically delete client on server when using GClueSimple. +- Avoid linking to system-installed library. +- Fix library-only build. +- Add manpage for geoclue.conf file. +- Document usage and building of the project. +- Other fixes and improvements. + +Contributors: + +Benjamin Berg <bberg@redhat.com> +Inzamam <inzamam.15@cse.mrt.ac.lk> +Sachin Chand <schand1997@gmail.com> +Sumera Priyadarsini <sylphrenadin@gmail.com> +Zeeshan Ali <zeeshanak@gnome.org> + 2.5.2 ===== diff --git a/meson.build b/meson.build index e61c38e..fde6fa3 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('geoclue', 'c', version: '2.5.2', meson_version : '>= 0.47.2') +project('geoclue', 'c', version: '2.5.3', meson_version : '>= 0.47.2') gclue_version = meson.project_version() ver_arr = gclue_version.split('.') |