commit a2315ef90abfbb9269d85daff22766bd312ec87d
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Wed Oct 3 07:08:10 2012 +0000

    Release 0.2.1

 NEWS |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

commit 07f217f1e3b1f32d88e895ce911d4a62ad86cbd1
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Tue Oct 2 06:43:17 2012 +0000

    tracker: Avoid setting LIMIT/OFFSET as -1
    
    Change the format in the proper sentence from "%i" to "%u", as those values are
    actually unsigned ints.

 src/tracker/grl-tracker-source-api.c |   24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

commit cff4739aff2c3db244cd5e1ac6a523314344b816
Author: Mohammed Hassan <mohammed.hassan@jollamobile.com>
Date:   Mon Oct 1 20:32:45 2012 +0300

    Emit a warning when quvi fails to parse the video URL.
    
    This can help debugging if/when quvi fails to parse. Currently we
    will fail silently which is not that friendly.
    
    This fixes https://bugzilla.gnome.org/show_bug.cgi?id=685235

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

commit 4a2f875822fb9121abb6950c82bd43cbba78b7b7
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Thu Sep 13 16:32:38 2012 +0000

    tracker: Use references to ?urn for Grilo <-> Tracker key mapping
    
    This partially reverts commit 05d14b13fa.

 src/tracker/grl-tracker-utils.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit ab87e4a90ab32d9dac7df9c5ea974efa5d715702
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Wed Sep 12 15:27:40 2012 +0200

    dmap: Prefix source id with "grl-dmap-" prefix
    
    Purpose is double: use the same policy as other sources, and to avoid
    conflicts with other sources having exactly the same title.
    
    This fixes https://bugzilla.gnome.org/show_bug.cgi?id=652516

 src/dmap/grl-dmap.c |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit c7f300653200c686debff49ade67f73c146402af
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Wed Sep 12 11:27:18 2012 +0000

    dmap: Notify when there are no results
    
    This fixes https://bugzilla.gnome.org/show_bug.cgi?id=652516

 src/dmap/grl-dmap.c |   31 +++++++++++++++++++++++++++++--
 1 file changed, 29 insertions(+), 2 deletions(-)

commit e6725572932a727c12d3fb1d3a67909dfabbd7b6
Author: W. Michael Petullo <mike@flyn.org>
Date:   Wed Jul 11 12:46:07 2012 -0500

    Add DMAP plugin
    
    This fixes https://bugzilla.gnome.org/show_bug.cgi?id=652516
    
    Signed-off-by: W. Michael Petullo <mike@flyn.org>
    Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>

 configure.ac                          |   40 +++
 src/Makefile.am                       |    8 +-
 src/dmap/Makefile.am                  |   45 ++++
 src/dmap/grl-dmap.c                   |  459 +++++++++++++++++++++++++++++++++
 src/dmap/grl-dmap.h                   |   76 ++++++
 src/dmap/grl-dmap.xml                 |   10 +
 src/dmap/simple-daap-record-factory.c |   58 +++++
 src/dmap/simple-daap-record-factory.h |   72 ++++++
 src/dmap/simple-daap-record.c         |  326 +++++++++++++++++++++++
 src/dmap/simple-daap-record.h         |   78 ++++++
 src/dmap/simple-dmap-db.c             |  192 ++++++++++++++
 src/dmap/simple-dmap-db.h             |   82 ++++++
 12 files changed, 1444 insertions(+), 2 deletions(-)

commit 183899891943bb3ea098f2a0f5c3d41f7ad6ae5a
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Mon Sep 3 10:39:18 2012 +0000

    local-metadata: Fix segmentation fault
    
    Check if there is any scheme returned.

 src/local-metadata/grl-local-metadata.c |    4 ++++
 1 file changed, 4 insertions(+)

commit c54e2e8fea13a92416c8fdc4312819fb3a99c513
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Mon Sep 3 10:19:29 2012 +0000

    build: Remove grilo/grilo-net version dependency

 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8c71d506dd6925df6826c32471108b05a266f830
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Mon Sep 3 10:17:41 2012 +0000

    Post-release version bump to 0.2.1

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

commit d377a382f9fa0651b833b9cde54e97a2c53c2f7e
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Tue Aug 14 08:18:59 2012 +0000

    build: Require grilo >= 0.2.0

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