From 5c5e8969c47c0c0248b350bf53d757e81d9c26ed Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Thu, 15 Jan 2015 20:32:04 -0200 Subject: [PATCH] Release 0.5 --- NEWS | 9 ++++++++- configure.ac | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index d0ab6ce..483760c 100644 --- 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). diff --git a/configure.ac b/configure.ac index 862b8fd..f8278bf 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.7.4