commit b160e7d2f4535b339094fd2751bb5e254eb72370
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Thu Nov 8 15:59:28 2012 +0000

    Release 0.2.3

 AUTHORS      |    1 +
 NEWS         |   37 +++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 39 insertions(+), 1 deletion(-)

commit 64e0e96fe78512324fc4cef6c7cfdf5ebfbca772
Author: Murray Cumming <murrayc@murrayc.com>
Date:   Thu Nov 8 12:41:03 2012 +0000

    dmap: Fix typo in macro

 src/dmap/grl-dmap.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9e78b93603aca70ac5adc82d0dbd7cd9b4c983c6
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Mon Oct 29 18:21:31 2012 +0000

    all: Handle "support-media" in sources
    
    Make each source to report the type of media it handles.

 src/apple-trailers/grl-apple-trailers.c |    1 +
 src/bliptv/grl-bliptv.c                 |    1 +
 src/flickr/grl-flickr.c                 |    1 +
 src/jamendo/grl-jamendo.c               |    1 +
 src/shoutcast/grl-shoutcast.c           |    1 +
 src/vimeo/grl-vimeo.c                   |    1 +
 src/youtube/grl-youtube.c               |    1 +
 7 files changed, 7 insertions(+)

commit 33f410586efff2c8a089068c981c7db54dff438b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 1 23:15:05 2012 +0000

    all: Remove ->get_caps stubs
    
    The default implementation does the exact same thing, and this
    saves us some code.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=673491
    
    Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>

 src/apple-trailers/grl-apple-trailers.c |   16 ----------------
 src/bliptv/grl-bliptv.c                 |   16 ----------------
 src/bookmarks/grl-bookmarks.c           |   16 ----------------
 src/flickr/grl-flickr.c                 |   16 ----------------
 src/jamendo/grl-jamendo.c               |   16 ----------------
 src/optical-media/grl-optical-media.c   |   19 -------------------
 src/podcasts/grl-podcasts.c             |   16 ----------------
 src/shoutcast/grl-shoutcast.c           |   16 ----------------
 src/upnp/grl-upnp.c                     |   16 ----------------
 src/vimeo/grl-vimeo.c                   |   16 ----------------
 src/youtube/grl-youtube.c               |   16 ----------------
 11 files changed, 179 deletions(-)

commit af26db35ed7dbc103c07b3ef3a0a0d78a614b0a7
Author: Mathias Hasselmann <mathias@openismus.com>
Date:   Tue Oct 23 23:28:13 2012 +0200

    tmdb: Use new metadata keys from grilo core
    
    With https://bugzilla.gnome.org/show_bug.cgi?id=686206
    several metadata keys got moved from this plugin to grilo
    core. This commit replaces the custom key definitions by the
    generic definitions, leaving "tmdb-backdrop", "tmdb-poster",
    "tmdb-id" and "tmdb-imdb-id" as the only TMDB specific keys.

 src/tmdb/grl-tmdb.c |  226 ++++++++++++++++++++-------------------------------
 1 file changed, 86 insertions(+), 140 deletions(-)

commit d0e46b32be5d279b4c6227371ba5eeadcaa3100e
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Mon Oct 29 18:16:42 2012 +0000

    flickr: Deal with photos only
    
    While Flickr can store videos, API is mainly designed to deal with photos.
    Actually, when we get a video from Flickr, its current URL do not point to the
    video itself, but rather to a thumbnail capture.
    
    As most people identify Flickr with photo storage service, let's focus in
    photos and do not return videos.

 src/flickr/gflickr.c    |   17 +++++++++++------
 src/flickr/grl-flickr.c |    8 +-------
 2 files changed, 12 insertions(+), 13 deletions(-)

commit fcfd3c496c1932d3ecd44d9bd81d070b151a3598
Author: Mathias Hasselmann <mathias@openismus.com>
Date:   Wed Oct 17 13:30:29 2012 +0200

    tmdb: Remove "tmdb-age-certificates" key
    
    Use "certificate" and "certificate-region" instead.
    
    Related to https://bugzilla.gnome.org/show_bug.cgi?id=679686

 src/tmdb/grl-tmdb.c |  142 ++++++++++++++++++---------------------------------
 1 file changed, 50 insertions(+), 92 deletions(-)

commit d916409114a8b90724ce154629903a583778aef0
Author: Mathias Hasselmann <mathias@openismus.com>
Date:   Wed Oct 17 13:29:46 2012 +0200

    tmdb: Add grl_tmdb_request_get_list_with_filter()
    
    This is needed for region specific release dates.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=679686

 src/tmdb/grl-tmdb-request.c |  128 ++++++++++++++++++++++++++++++-------------
 src/tmdb/grl-tmdb-request.h |   11 +++-
 2 files changed, 100 insertions(+), 39 deletions(-)

commit c84c057ed8513d10a3f761d7ec46d6c50b4c2fb8
Author: Antía Puentes <apuentes@igalia.com>
Date:   Wed Oct 17 13:10:58 2012 +0200

    metadata-store: Add support for the 'favourite' key
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686288

 src/metadata-store/grl-metadata-store.c |   38 ++++++++++++++++++++++++++-----
 1 file changed, 32 insertions(+), 6 deletions(-)

commit c387bbdc673989ab4e0a93f1a536d4888e3069fc
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Fri Oct 19 10:03:26 2012 +0000

    test: g_type_init() is deprecated
    
    For glib >= 2.35.0.

 test/main.c |    3 +++
 1 file changed, 3 insertions(+)

commit b75029d4d398fa06284aa9384552632537e5e454
Author: Mathias Hasselmann <mathias@openismus.com>
Date:   Wed Oct 17 15:11:51 2012 +0200

    tmdb: Don't free request errors too early.
    
    We accessed already freed GErrors when TMDB complained about bad API keys.

 src/tmdb/grl-tmdb.c |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 428b15e0935874dbabd477ce1446605b18abf333
Author: Antía Puentes <apuentes@igalia.com>
Date:   Wed Oct 17 11:49:33 2012 +0200

    metadata-store: Fix the update query
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686282

 src/metadata-store/grl-metadata-store.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3e3af44215ad9964cd6883f6536cd1f8a05d7285
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Oct 12 16:54:26 2012 +0200

    youtube: Add format configuration
    
    format which would be passed to quvi. Totem would use "best" for
    this, just as totem-pl-parser does.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686036

 src/youtube/grl-youtube.c |   15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

commit b45af906108b7ca393d43b19ca69d9f2c9a2a094
Author: Mathias Hasselmann <mathias@openismus.com>
Date:   Tue Oct 16 18:20:28 2012 +0200

    tmdb: Use GRLKEYID_TO_POINTER() instead of GINT_TO_POINTER()

 src/tmdb/grl-tmdb.c |   40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit ab31ae4654d265d44458a5929fd9d45caa269086
Author: Mathias Hasselmann <mathias@openismus.com>
Date:   Tue Oct 16 18:17:09 2012 +0200

    tmdb: Also report the TMDB ID in 'tmdb-id'

 src/tmdb/grl-tmdb.c |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

commit 4477e64c38be37e2ce050b8a977c7b91043296e3
Author: Mathias Hasselmann <mathias@openismus.com>
Date:   Thu Oct 11 22:06:38 2012 +0200

    tmdb: Use proper log domain in grl-tmdb-request.c

 src/tmdb/grl-tmdb-request.c |    3 +++
 src/tmdb/grl-tmdb.c         |    2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 098e49826e30b2cb223d449edfaa4174525419f9
Author: Mathias Hasselmann <mathias@openismus.com>
Date:   Thu Oct 11 14:52:50 2012 +0200

    tmdb: Fix segfault on error propagation

 src/tmdb/grl-tmdb.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 34e6e236a116b12e8c0c5a3a39e77283ac4ba2b1
Author: Andreas Henriksson <andreas@fatal.se>
Date:   Wed Oct 10 16:43:25 2012 +0200

    Link upnp plugin to libgssdp
    
    The upnp plugin uses gssdp but doesn't link to it.
    This used to work since gupnp leaked linker flags.
    Since gupnp 0.19.0 the pkg-config files has been
    fixed, so this means grilo-plugins needs to be fixed
    to link to everything it needs directly and not
    relying on anything else pulling in linker flags.

 configure.ac         |    7 ++++++-
 src/upnp/Makefile.am |    2 ++
 2 files changed, 8 insertions(+), 1 deletion(-)

commit acad97a7d4325633a656872f18ae8df34932ba54
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Fri Oct 5 11:49:59 2012 +0200

    Post-release version bump to 0.2.3

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)