Release 0.5
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Thu, 15 Jan 2015 22:32:04 +0000 (20:32 -0200)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Thu, 15 Jan 2015 22:32:04 +0000 (20:32 -0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index d0ab6ce..483760c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
-ver 0.4.5.99: (will change to 0.5 or 1.0, to be defined)
+ver 0.5:
+        Move DLNA detection to core library, fallbacks using libmagic.
+        Daemon now monitors monuts and triggers scans.
+        Fixes to coverity security scans (mostly buffer overflows).
+        Fixed "itime" passing in the master/slave communication.
+        Fixed id3 divide by zero if no bitrate.
+
+ver 0.4.5.99:
         Improved build system (non-recursive, cleanups, etc).
         Disabled static plugins.
         Plugin symbols are now hidden by default (-fvisibility=hidden).
index 862b8fd..f8278bf 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(lightmediascanner, 0.4.5.99, barbieri@profusion.mobi)
+AC_INIT(lightmediascanner, 0.5, https://github.com/profusion/lightmediascanner/)
 AC_PREREQ(2.60)
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CANONICAL_BUILD