summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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