From c46d4db43a589325feb193c6ff97ce5a03cc9c14 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Fri, 27 Dec 2013 12:01:47 -0200 Subject: [PATCH] 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. --- NEWS | 22 ++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) 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 -- 2.7.4