diff options
author | Zeeshan Ali (Khattak) <zeeshanak@gnome.org> | 2014-06-18 20:33:28 +0100 |
---|---|---|
committer | Zeeshan Ali (Khattak) <zeeshanak@gnome.org> | 2014-06-18 20:33:53 +0100 |
commit | 78f43372caa5863718c8826db867f8ebf072dbe3 (patch) | |
tree | d4d55f876cc769293f34c3b5672bb04df0ec82e4 | |
parent | cdbe6fc5e9a07608a54c547634f24c34986fb13c (diff) |
Release 2.1.92.1.9
-rw-r--r-- | NEWS | 29 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 30 insertions, 1 deletions
@@ -1,3 +1,32 @@ +2.1.9 +===== + +- Move from NetworkManager to direct use of wpa_supplicant to retreive WiFI + data, for greater portability. +- Port from opencellid.org to Mozilla Location Service for 3G-geolocation. +- Network data submission + - Explicit option in config to enable submission. + - Commandline options to enable network data submission and set nickname. + - Submit 3G data. + - Submit under 'geoclue' nick by default. +- Fix a few crashes. +- Drop now redundant workaround for pure geoip queries. +- Ability to mark an app as system component in the config so that + - Agent can't decide its accuracy level nor agent is asked to authorize it. + This mean automatic timezone in GNOME will continue working even if you + disable geolocation. + - app is not taken into account for 'InUse' property. That means you will no + longer have to see location crosshair in gnome-shell's topbar forever just + because you have automatic timezone enabled. +- Exit demo app if geoclue deactivates it. +- Improved debug log. +- Many other internal changes and minor improvements. + +Dependency-related changes: + +- Drop libnm-glib dependency +- Drop libxml2 dependency + 2.1.8 ===== diff --git a/configure.ac b/configure.ac index 0d88027..6ba927e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.63]) AC_INIT([geoclue], - [2.1.8], + [2.1.9], [http://bugs.freedesktop.org/enter_bug.cgi?product=GeoClue], [geoclue], [http://www.freedesktop.org/wiki/Software/GeoClue]) |