commit c3add1a606383bd0e583d48cf85ad5c714ff1639 Author: Juan A. Suarez Romero Date: Tue Feb 18 14:15:33 2014 +0000 Release 0.2.9 NEWS | 14 ++++++++++++++ configure.ac | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) commit 6f96c5f2a3cf0195c6c2357d5a0dbd2ce2971dde Author: Juan A. Suarez Romero Date: Tue Feb 18 14:07:31 2014 +0000 build: drop libvala requirement Only valac, vapigen and vala-gen-introspect are required. https://bugzilla.gnome.org/show_bug.cgi?id=724430 configure.ac | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) commit 121308824b96d42960a96a965e9bf6a0be096a94 Author: Bastien Nocera Date: Mon Feb 17 14:30:06 2014 +0100 pls: Return an error when the entry media is of the wrong type Ensure that the type of the returned media is GrlMediaBox when the detected type is GrlMediaBox. https://bugzilla.gnome.org/show_bug.cgi?id=724540 Signed-off-by: Juan A. Suarez Romero configure.ac | 2 +- libs/pls/grl-pls.c | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) commit d03820f00eeff74649a506cb7c20721a92b16da8 Author: Bastien Nocera Date: Tue Feb 18 12:06:37 2014 +0000 pls: C89 compilation fixes Move declaration to the top of the block. https://bugzilla.gnome.org/show_bug.cgi?id=724540 libs/pls/grl-pls.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit d6643ecdc15f47b7dedd8c1816f40c1b3326a192 Author: Bastien Nocera Date: Tue Feb 18 11:15:38 2014 +0100 net: Fix introspection scanner warning https://bugzilla.gnome.org/show_bug.cgi?id=724620 libs/net/grl-net-wc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) commit 968a7ea8f8ae2a866738cc4b507b44eae772bffe Author: Bastien Nocera Date: Tue Feb 18 11:10:47 2014 +0100 core: Fix introspection scanner warnings https://bugzilla.gnome.org/show_bug.cgi?id=724620 src/grl-operation-options.c | 4 +--- src/grl-operation.c | 2 +- src/grl-plugin.c | 2 +- src/grl-range-value.c | 4 ++-- src/grl-value-helper.c | 17 +++++++++++++++-- 5 files changed, 20 insertions(+), 9 deletions(-) commit 3f66bb29a2d0f81479a435c1fabc80c08c4961be Author: Colin Walters Date: Fri Feb 14 11:55:09 2014 -0500 build: Avoid self-dependeny in pls Since GrlPls depends on Grl, we need to use --include-uninstalled to find the built Grl.gir inside $(top_builddir)/src, instead of requiring a previous version in the buildroot. This was caught by Continuous. libs/pls/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit ef537bd6bb26e036ae02b0461f1cf43e8939abc0 Author: Juan A. Suarez Romero Date: Tue Feb 11 00:26:47 2014 +0100 Post-release version bump to 0.2.9 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)