[33mcommit: 17faf1d 17faf1d1bb8eda7d183d5c305794acae40854de0
[32m[32mAuthor: Zeeshan Ali (Khattak) <
[email protected]>
Date: Tue Sep 3 02:30:40 2013 +0300
Release 0.99.3
NEWS | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
[33mcommit: 38309cb 38309cb51d45d5d25be613fb1adb0f4eab0df2c8
[32m[32mAuthor: Zeeshan Ali (Khattak) <
[email protected]>
Date: Tue Sep 3 03:04:33 2013 +0300
Add missing doc comments
geocode-glib/Makefile.am | 2 +-
geocode-glib/geocode-location.c | 41 +++++++++++++++++++++++++++++++++++++
geocode-glib/geocode-location.h | 45 ++++++++++++++++++++++++++++++++++++-----
geocode-glib/geocode-place.c | 33 ++++++++++++++++++++++++++++++
4 files changed, 115 insertions(+), 6 deletions(-)
[33mcommit: eee5cff eee5cff6886a35a8528151824a77fbe4f8ed2625
[32m[32mAuthor: Zeeshan Ali (Khattak) <
[email protected]>
Date: Tue Sep 3 02:38:55 2013 +0300
docs: Add enum types
docs/geocode-glib-docs.xml | 1 +
1 file changed, 1 insertion(+)
[33mcommit: 7f314a1 7f314a19233ae650b543f3e994eee42a714d083f
[32m[32mAuthor: Kalev Lember <
[email protected]>
Date: Mon Sep 2 18:57:28 2013 +0200
Post-release bump to 0.99.3
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[33mcommit: b543755 b543755ed1faaee28265acc02b0a85d31675a1e1
[32m[32mAuthor: Seán de Búrca <
[email protected]>
Date: Mon Aug 26 14:46:07 2013 -0600
build: Fix build against latest gnome-common
The use of IT_PROG_INTLTOOL and AM_GNU_GETTEXT together is not supported.
https://bugzilla.gnome.org/show_bug.cgi?id=706828
configure.ac | 3 ---
1 file changed, 3 deletions(-)
[33mcommit: 8ac85fc 8ac85fcb04ab941379a6859c1379605cba281f85
[32m[32mAuthor: Jonas Danielsson <
[email protected]>
Date: Mon Aug 26 12:23:13 2013 +0200
geocode-reverse: Make constructor locale safe
When using g_strdup_printf and float values the radix
character (decimal point) is locale dependent and for some
locales will print a comma. This will break the nominatim
queries for us.
Switch to using g_ascii_dtostr() instead which will always
use a dot as decimal point.
https://bugzilla.gnome.org/show_bug.cgi?id=706786
geocode-glib/geocode-reverse.c | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
[33mcommit: dfd51c5 dfd51c5ec21a07fb94d8d8d307925d56349f60f6
[32m[32mAuthor: Jonas Danielsson <
[email protected]>
Date: Mon Aug 19 11:24:20 2013 +0200
Add icon from nominatim as place GIcon property
https://bugzilla.gnome.org/show_bug.cgi?id=706291
geocode-glib/geocode-forward.c | 8 ++++++
geocode-glib/geocode-glib-private.h | 2 ++
geocode-glib/geocode-glib.symbols | 2 ++
geocode-glib/geocode-place.c | 51 +++++++++++++++++++++++++++++++++++++
geocode-glib/geocode-place.h | 3 +++
5 files changed, 66 insertions(+)
[33mcommit: b2e07f6 b2e07f6c2043345122c83a791a1334a69a15a33f
[32m[32mAuthor: Zeeshan Ali (Khattak) <
[email protected]>
Date: Sun Aug 25 03:51:11 2013 +0300
reverse: Return GeocodePlace rather than hashtable
We were returning the attributes hashtable rather than GeocodePlace from
geocode_reverse_resolve_finish, which makes using applications crash.
geocode-glib/geocode-reverse.c | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
[33mcommit: 002c54b 002c54b0c96801669567b8e47c6bc026391a5ffd
[32m[32mAuthor: Zeeshan Ali (Khattak) <
[email protected]>
Date: Sun Aug 25 03:50:41 2013 +0300
reverse: Minor indentation fixes
geocode-glib/geocode-reverse.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)