summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan A. Suarez Romero <jasuarez@igalia.com>2011-04-13 16:06:31 +0000
committerJuan A. Suarez Romero <jasuarez@igalia.com>2011-04-13 16:06:31 +0000
commit498270332e2d3910417decadfc4672c8ad06bf79 (patch)
tree182341cc219016487621461da19b13eabdb1d61e
parent345f306290b7015c20f40e92f59ec5e96745c3fa (diff)
downloadgrilo-498270332e2d3910417decadfc4672c8ad06bf79.tar.gz
Update RPM spec filegrilo-0.1.14-1rpm
-rw-r--r--grilo.spec.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/grilo.spec.in b/grilo.spec.in
index 7a5726a..d85b762 100644
--- a/grilo.spec.in
+++ b/grilo.spec.in
@@ -103,6 +103,11 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/vala-0.10/vapi/*
%changelog
+* Wed Apr 13 2011 Juan A. Suarez Romero <jasuarez@igalia.com> - 0.1.14-1
+- Several fixes, including: BGO#628898 - Grilo could do with a function to load a plugin by ID, BGO#644383 - [feature-request] Metadata request are not cancellable
+- Re-worked "content-changed" signal: several elements can be sent in just one signal
+- Operations in GrlMetadataSource are now cancellable too
+
* Wed Apr 06 2011 Juan A. Suarez Romero <jasuarez@igalia.com> - 0.1.13-1
- Do not store keys without values in GrlData
- Deprecated grl_data_key_is_known()