From: Gustavo Sverzut Barbieri Date: Tue, 20 Jan 2015 18:51:34 +0000 (-0200) Subject: release 0.5.1 removing zlib dependency. X-Git-Tag: release_0.5.0^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=564d733b7884ad53b54347b48de172fc0908c5e9;p=platform%2Fupstream%2Flightmediascanner.git release 0.5.1 removing zlib dependency. --- diff --git a/NEWS b/NEWS index 105f9cc..c25238d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +ver 0.5.1: + Remove dependency on zlib, not required anymore. + ver 0.5.0: Move DLNA detection to core library, fallbacks using libmagic. Daemon now monitors mounts and triggers scans. diff --git a/configure.ac b/configure.ac index a580a64..9238ae5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(lightmediascanner, 0.5.0, https://github.com/profusion/lightmediascanner/) +AC_INIT(lightmediascanner, 0.5.1, https://github.com/profusion/lightmediascanner/) AC_PREREQ(2.60) AC_CONFIG_SRCDIR(configure.ac) AC_CANONICAL_BUILD