commit 152c3b6e77da997e5e94ecd74c2af9f21b2b1b86 Author: Travis Reitter Date: Mon Jun 24 16:32:32 2013 -0700 Release version 0.9.3 NEWS | 4 ---- configure.ac | 8 ++++---- 2 files changed, 4 insertions(+), 8 deletions(-) commit 6b13ff00c0f9e9fb1729c87aa5b92982933f37e2 Author: Travis Reitter Date: Mon Jun 24 16:24:24 2013 -0700 Added GIR bindings for the backend support libraries Bug: https://bugzilla.gnome.org/show_bug.cgi?id=702490 NEWS | 2 ++ 1 file changed, 2 insertions(+) commit e963463c22dc9b0bb23dd9dc8f602c65cf78025a Author: Travis Reitter Date: Mon Jun 17 18:22:19 2013 -0700 Generate FolksTracker gir file Bug: https://bugzilla.gnome.org/show_bug.cgi?id=702490 backends/tracker/lib/Makefile.am | 57 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) commit 82ce4aaa2b4c04701cafc428c15bd8eac770f32c Author: Travis Reitter Date: Mon Jun 17 17:49:24 2013 -0700 Generate FolksLibsocialweb gir file Bug: https://bugzilla.gnome.org/show_bug.cgi?id=702490 backends/libsocialweb/lib/Makefile.am | 57 +++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) commit 2616fa0cfb54fa082f59aecada0ffc65f521328f Author: Travis Reitter Date: Mon Jun 17 11:40:36 2013 -0700 Generate FolksEds gir file Bug: https://bugzilla.gnome.org/show_bug.cgi?id=702490 backends/eds/lib/Makefile.am | 60 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) commit 333b534cca278496777035f523dd1549fdd23220 Author: Travis Reitter Date: Fri Jun 14 09:50:00 2013 -0700 Generate FolksTelepathy gir file Bug: https://bugzilla.gnome.org/show_bug.cgi?id=702490 backends/telepathy/lib/Makefile.am | 131 ++++++++++++++++++++++++++----------- 1 file changed, 94 insertions(+), 37 deletions(-) commit 66844b833f37c489cabf47a0ec27845828d83860 Author: Travis Reitter Date: Fri Jun 14 17:54:51 2013 -0700 Clean up version and capitalization for TpLowlevel GIR This is required to make it actually usable by FolksTelepathy's GIR Bug: https://bugzilla.gnome.org/show_bug.cgi?id=702490 backends/telepathy/lib/Makefile.am | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) commit cb23c94e592115f9cb4cad977db9e279fb3abe91 Author: Travis Reitter Date: Mon Jun 24 11:11:42 2013 -0700 Split the API version definition so it can be used more extensively Bug: https://bugzilla.gnome.org/show_bug.cgi?id=702490 configure.ac | 8 ++++++-- folks/Makefile.am | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) commit b1735191b8119484488c0deadd3e9c1b9ff38eb0 Author: Travis Reitter Date: Fri Jun 21 17:41:24 2013 -0700 Include /folks in PKG_CONFIG_PATH This is required for the gobject-introspection tools to find the folks pkgconfig files. Bug: https://bugzilla.gnome.org/show_bug.cgi?id=702490 configure.ac | 5 +++++ 1 file changed, 5 insertions(+) commit 22a3a490ad5af2a2615cce5a1b64acf7a1a9c749 Author: Travis Reitter Date: Fri Jun 14 10:51:51 2013 -0700 Include GIR version number in folks.vapi The fact that this was missing was causing build warnings for all clients Bug: https://bugzilla.gnome.org/show_bug.cgi?id=698890 NEWS | 1 + folks/Makefile.am | 1 + folks/folks-namespace.vala | 29 +++++++++++++++++++++++++++++ 3 files changed, 31 insertions(+) commit e390d8084b1d03e6dbd5e3d59251d88285669ed2 Author: Seif Lotfy Date: Sat Jun 22 02:07:27 2013 +0200 Update NEWS NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 6348181ac01f6b1c21d16873ea37f99a761e4e39 Author: Seif Lotfy Date: Tue Jun 18 17:21:42 2013 +0200 Partially revert commit c5ada29a75e9c5a1 for the telepathy tests Fixes #686715 Signed-off-by: Seif Lotfy tests/telepathy/Makefile.am | 6 ++++++ tests/telepathy/init.vala | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) commit c26ba6bb8a9e2556e14253a9c2849fd0f2701baf Author: Rico Tzschichholz Date: Fri Jun 21 14:52:22 2013 +0200 telepathy: Port to zeitgeist 2.0 Signed-off-by: Seif Lotfy backends/telepathy/lib/tpf-persona-store.vala | 43 ++++++++++++++++++--------- backends/telepathy/lib/tpf-persona.vala | 14 ++++----- configure.ac | 10 +++---- docs/Makefile.am | 2 +- 4 files changed, 42 insertions(+), 27 deletions(-) commit 0a37ea2c9e89db646701586623fa9ce3e9b83893 Author: Philip Withnall Date: Sat Jun 22 00:01:07 2013 +0100 eds: Clarify mapping between properties and vCard fields in EDS backends/eds/lib/edsf-persona.vala | 15 +++++++++++++++ 1 file changed, 15 insertions(+) commit 2210c05ddd7df0ae3a3131222f8b8720bf5e31bc Author: Philip Withnall Date: Sat Jun 22 00:00:41 2013 +0100 docs: Clarify use of interfaces for property access on Folks.Persona folks/persona.vala | 9 +++++++++ 1 file changed, 9 insertions(+) commit 643cf9434c2b8ea3c20a22c3cdd806eb738697f1 Author: Philip Withnall Date: Sat Jun 15 09:00:02 2013 +0100 tests: Fix whitespace in Makefile tests/folks/Makefile.am | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) commit 2a0168f81b05f2854be4fcd1878ccb1791f136be Author: Travis Reitter Date: Fri Jun 7 17:54:39 2013 -0700 Revert "Temporarily work around valadoc crasher with eds docs" This reverts commit f2e229d963bd6f10a8e9210688cc144e449e756c. docs/Makefile.am | 137 +++++++++++++++++++++++++++---------------------------- 1 file changed, 68 insertions(+), 69 deletions(-) commit 77d9fbcf41c980bb78a3a651cd41c3b07b8d31e5 Author: Travis Reitter Date: Fri Jun 7 17:54:28 2013 -0700 Revert "Temporarily work around valadoc crasher with Telepathy docs" This reverts commit 0b3481831b43b9bc8dd9133bfe6d78f1a0103fe0. docs/Makefile.am | 135 +++++++++++++++++++++++++++---------------------------- 1 file changed, 67 insertions(+), 68 deletions(-) commit b325b6074e53d1180b9c83c4e0c825d9e590219a Author: Travis Reitter Date: Fri Jun 7 17:54:14 2013 -0700 Post-release version bump NEWS | 11 +++++++++++ configure.ac | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-)