1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
|
grilo-0.1 (0.1.10-1) unstable; urgency=low
* Several fixes
* Deprecated grl_metadata_source_key_depends() in benefit of grl_metadata_source_may_resolve()
* Rewritten full resolution mode to handle correctly metadata sources
* Added support for multi-valued keys.
-- Juan A. Suarez Romero <jasuarez@igalia.com> Fri, 04 Mar 2011 16:49:00 +0100
grilo-0.1 (0.1.9-1) unstable; urgency=low
* Several fixes
* Added support for content-changed notifications
* Added support for NULL-text search (aka search all)
* Added support for cancelled operations notification
* Added support for binary data in GrlConfig and GrlData
* Added new configuration key: api-key-blob
* Added new metadata key: thumbnail-binary
-- Juan A. Suarez Romero <jasuarez@igalia.com> Thu, 10 Feb 2011 18:41:15 +0100
grilo-0.1 (0.1.8-1) unstable; urgency=low
* Several fixes
* Improved documentation
* Reworked GrlConfig
* Added new types and functions in GrlConfig
* Added padded for public structures
* Added sync version of grl_media_source_get_media_from_uri()
-- Juan A. Suarez Romero <jasuarez@igalia.com> Thu, 27 Jan 2011 20:07:56 +0100
grilo-0.1 (0.1.7-2) unstable; urgency=low
* Fix configure.ac
-- Juan A. Suarez Romero <jasuarez@igalia.com> Sat, 22 Jan 2011 00:36:35 +0100
grilo-0.1 (0.1.7-1) unstable; urgency=low
* Several fixes, including fixes for bugs #627864, #628506, #629369,
#630493, #635394.
* Added Grilo Net Web Client (GrlNetWc)
* Implemented grl_multiple_get_media_from_site(): build a GrlMedia
from given a site url
* Implemented grl_plugin_registry_add_config_from_file(): load
plugin configuration from a file
* Added a GError parameter to GrlPluginRegistry functions that can fail
* Added new GrlCoreError
* Log system revamp
* Improved documentation
* Improved gobject introspection annotations
* Improved Vala bindings
* Using functions instead of definitions in grl-media-plugin
* Updated tests infrastructure
* Added new python tests using gobject introspection
-- Juan A. Suarez Romero <jasuarez@igalia.com> Fri, 21 Jan 2011 22:03:07 +0100
grilo-0.1 (0.1.6-1) unstable; urgency=low
* Several fixes, including fixes for GB#620143, GB#62047 and GB#627207
* Use SILENCE mode when building
* Added (un)serialization API to GrlMedia
* New metadata key system based on GParamSpec
* Added API to get all available keys
* Added API to initialize Grilo
* Added API to search in several plugins at the same time
* Added API with utility functions
* Added command-line options
* Use XML to define plugins
* Added new keys: external-url, external-player, studio, certificate and license
* grl_media_source_metadata() is cancelable
* Handle flickr authorization in test-ui
* Added synchronous functions for the asynchronous partners
* Added grl-inspect utility
* Renamed grl_plugin_registry_get_instance() to grl_plugin_registry_get_default()
* Improved Vala bindings
* Improved GObject introspection support
-- Juan A. Suarez Romero <jasuarez@igalia.com> Thu, 26 Aug 2010 18:58:30 +0200
grilo-0.1 (0.1.5-1) unstable; urgency=low
* General fixes
* Added initial support for testing
* Added new documentation: ovewview, quick start, examples, ...
* Updated Vala bindings
* Changed GrlConfig: now keys are strings instead of GrlKeyID
* Improved build system
* Added Vimeo plugin in Test UI
-- Juan A. Suarez Romero <jasuarez@igalia.com> Fri, 07 May 2010 15:44:11 +0200
grilo-0.1 (0.1.4-1) unstable; urgency=low
* Improved code and documentation
* New API to configure plugins and sources
* New API to modify content in sources
* New keys: play-count, last-played, last-position
* Introspection support in build system
* Refactored content classes
* Renamed sources_by_capabilities() to sources_by_operations()
-- Juan A. Suarez Romero <jasuarez@igalia.com> Fri, 12 Mar 2010 17:31:51 +0100
grilo-0.1 (0.1.3-1) unstable; urgency=low
* Added ranks to plugins
* Added functions to search sources by capabilities
* Gtk-doc for GrlMediaPlugin and GrlMetadataSource
-- Juan A. Suarez Romero <jasuarez@igalia.com> Mon, 01 Mar 2010 11:13:35 +0100
grilo-0.1 (0.1.2-1) unstable; urgency=low
* Improved Vala bindings
* Fixed some bugs
* Started initial support for gtk-doc
-- Juan A. Suarez Romero <jasuarez@igalia.com> Fri, 19 Feb 2010 21:12:23 +0100
grilo-0.1 (0.1.1-1) unstable; urgency=low
* Initial release.
-- Juan A. Suarez Romero <jasuarez@igalia.com> Tue, 09 Feb 2010 21:11:05 +0100
|