From 564d733b7884ad53b54347b48de172fc0908c5e9 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Tue, 20 Jan 2015 16:51:34 -0200 Subject: [PATCH] release 0.5.1 removing zlib dependency. --- NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.7.4