summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <gustavo.barbieri@intel.com>2015-01-20 16:51:34 -0200
committerGustavo Sverzut Barbieri <gustavo.barbieri@intel.com>2015-01-20 16:51:34 -0200
commit564d733b7884ad53b54347b48de172fc0908c5e9 (patch)
tree47c1a281f78d6c5374a275c5ed5597fb0e960dea
parent711470117625dcfa04116857e642886695cebc73 (diff)
downloadlightmediascanner-564d733b7884ad53b54347b48de172fc0908c5e9.tar.gz
lightmediascanner-564d733b7884ad53b54347b48de172fc0908c5e9.tar.bz2
lightmediascanner-564d733b7884ad53b54347b48de172fc0908c5e9.zip
release 0.5.1 removing zlib dependency.release_0.5.0upstream
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
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