From: Gustavo Sverzut Barbieri Date: Fri, 27 Dec 2013 14:01:47 +0000 (-0200) Subject: prepare for next release, for now bumped version to 0.4.5.99 X-Git-Tag: accepted/tizen/generic/20140106.140339~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c46d4db43a589325feb193c6ff97ce5a03cc9c14;p=platform%2Fupstream%2Flightmediascanner.git prepare for next release, for now bumped version to 0.4.5.99 Still need to define if it will be a 1.0 or 0.5 release. --- diff --git a/NEWS b/NEWS index 772b593..d0ab6ce 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +ver 0.4.5.99: (will change to 0.5 or 1.0, to be defined) + Improved build system (non-recursive, cleanups, etc). + Disabled static plugins. + Plugin symbols are now hidden by default (-fvisibility=hidden). + Fix _update_finfo_from_stmt() due changed tables. + Properly report up to date files as such. + Introduce "update_id" to ease synchronization. + Added new video streams sub-tables (audio, video and subtitles). + Added more media information fields to audio and video. + Added DLNA profile and mime to audio, video and image tables. + plugins: calculate (or estimate in case of VBR) length. + id3: parse ".adts" files. + asf: major improvements. + ogg: support theora videos. + wave: introduce ".wav" (RIFF) plugin. + mp4: convert to mp4v2 2.0 API. + Allow scan a single file. + Added lightmediascannerctl and lightmediascannerd binaries. + Added generic parser using libavcodec/libavformat. + Introduced parser ordering. + Changed url to github. + ver 0.4.5: Fix build with mp4v2 2.0 api changes. Change project email to my own, garage.maemo.org is not being diff --git a/configure.ac b/configure.ac index 635f141..92cb009 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(lightmediascanner, 0.4.5.0, barbieri@profusion.mobi) +AC_INIT(lightmediascanner, 0.4.5.99, barbieri@profusion.mobi) AC_PREREQ(2.60) AC_CONFIG_SRCDIR(configure.ac) AC_CANONICAL_BUILD