From: Gustavo Sverzut Barbieri Date: Thu, 15 Jan 2015 22:32:04 +0000 (-0200) Subject: Release 0.5 X-Git-Tag: release_0.5.0~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c5e8969c47c0c0248b350bf53d757e81d9c26ed;p=platform%2Fupstream%2Flightmediascanner.git Release 0.5 --- 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