commit a90b2b6ed8cb8297fddbb31ff96642f42aeed9d8
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Fri Dec 9 14:50:33 2011 +0000

    Bump to 0.1.18
    
    Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>

 AUTHORS      |    1 +
 NEWS         |   24 ++++++++++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 27 insertions(+), 2 deletions(-)

commit fc4665d87b4e15636ca70451c89e383892379fe1
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Fri Dec 9 12:08:16 2011 +0000

    tracker: Make showing documents a default option
    
    Add a new option "show-documents" that makes Tracker to expose documents as valid multimedia content.
    
    Turned off by default.
    
    Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>

 src/media/tracker/grl-tracker-media-api.c  |   27 ++++++++++++++++++---------
 src/media/tracker/grl-tracker-media-priv.h |    1 +
 src/media/tracker/grl-tracker.c            |    3 +++
 3 files changed, 22 insertions(+), 9 deletions(-)

commit ade0a6fc2570e7ce125178db70908ef93a84d300
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Wed Sep 28 13:59:48 2011 +0000

    upnp: filter containers from search
    
    This fixes https://bugzilla.gnome.org/show_bug.cgi?id=653759
    
    Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>

 src/media/upnp/grl-upnp.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit b71417feb62dc33aee383c8a158b249d4d073505
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Fri Sep 23 14:10:03 2011 +0000

    upnp: clean unused variable
    
    Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>

 src/media/upnp/grl-upnp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 863035cb2916905e917a0d39e953415d12a79391
Author: Damien Lespiau <damien.lespiau@intel.com>
Date:   Mon Sep 19 11:37:20 2011 +0100

    windows: Fix DLL generation and build
    
    As with the main grilo, libtool needs -no-undefined to generate DLLs on
    windows. As it does not hurt to have it all the time, let's just add it to the
    LDFLAGS.
    
    A spurious -ldl -lpthread were left in the test Makefile as well, remove them.

 src/media/apple-trailers/Makefile.am     |    1 +
 src/media/bliptv/Makefile.am             |    3 ++-
 src/media/bookmarks/Makefile.am          |    1 +
 src/media/filesystem/Makefile.am         |    1 +
 src/media/flickr/Makefile.am             |    1 +
 src/media/jamendo/Makefile.am            |    1 +
 src/media/podcasts/Makefile.am           |    1 +
 src/media/shoutcast/Makefile.am          |    1 +
 src/media/tracker/Makefile.am            |    1 +
 src/media/upnp/Makefile.am               |    1 +
 src/media/vimeo/Makefile.am              |    1 +
 src/media/youtube/Makefile.am            |    1 +
 src/metadata/fake-metadata/Makefile.am   |    1 +
 src/metadata/gravatar/Makefile.am        |    1 +
 src/metadata/lastfm-albumart/Makefile.am |    1 +
 src/metadata/local-metadata/Makefile.am  |    3 ++-
 src/metadata/metadata-store/Makefile.am  |    1 +
 test/Makefile.am                         |    2 --
 18 files changed, 19 insertions(+), 4 deletions(-)

commit 3cc01632117f982d0d35e6918d4eac09e5b8b208
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Mon Sep 19 22:18:00 2011 +0300

    upnp: Remove ugly 'UPnP - ' prefix from title

 src/media/upnp/grl-upnp.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

commit 19644f3c885215e70a32516743ab6e7d71abacaa
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Mon Sep 12 21:41:31 2011 +1000

    upnp: add support for track number property
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=658812

 src/media/upnp/grl-upnp.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit e0f8eafb60de9051030cad7f387170e9a790a5f8
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Wed Sep 7 17:21:15 2011 +0000

    tracker: Add support for Tracker 0.12
    
    This fixes https://bugzilla.gnome.org/show_bug.cgi?id=658448
    
    Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>

 configure.ac |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

commit a68da37a138c6dfa4af73bec94a628988f79f3a0
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Wed Sep 7 20:08:22 2011 +0200

    apple-trailers: set mime-type
    
    Mime-type is set to "video/mp4".
    
    From the webpage, seems the .mov files have this mimetype.
    
    And .m4v has usually this mimetype too.
    
    Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>

 src/media/apple-trailers/grl-apple-trailers.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 2c5fdf3c149ec7d9d9c5b3c4d3b685b670b8d085
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Wed Sep 7 09:56:44 2011 +0000

    build: Include bugzilla and homepage information into autotools init
    
    Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>

 configure.ac |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)