libbluray | branch: master | hpi1 <[email protected]> | Fri Apr 26 23:05:19 2013 +0300| [2b002fe52e8c2506ed52bf56c8b517d350dbb281] | committer: hpi1
0.3.0: bumped version numbers, updated ChangeLog > http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=2b002fe52e8c2506ed52bf56c8b517d350dbb281 --- ChangeLog | 22 ++++++++++++++++++++++ configure.ac | 8 ++++---- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 66ecef7..2bbd8c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2013-04-26: Version 0.3.0 +- Build fixes +- Fixed stopping playback from pop-up menu +- Fixed multithreading issues in API +- Fixed initial setting for player profile +- Fixed stack corruption with long log strings +- Improved configure script +- Improved Visual Studio support +- Improved BD-J support (still alpha) +- Allow changing player version +- Added PG (subtitle) decoding and rendering support +- Added ARGB overlay interface for BD-J graphics +- Added events for discontinuity, idle state and 3D mode +- Added playmarks to BLURAY_TITLE_INFO +- added start time, in time and out time to BLURAY_CLIP_INFO +- added sub-path id to BLURAY_STREAM_INFO +- Added bd_seek_playitem() +- Added bd_set_scr() +- Added 3D extension data to raw clip info +- added 3D player settings +- Added cropping and palette update flag to BD_OVERLAY + 2012-08-17: Version 0.2.3 - Fixed memory leaks - Automatic language selection: disable subtitles when audio is in the same language diff --git a/configure.ac b/configure.ac index 33dbfc6..61ff283 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl library version number m4_define([bluray_major], 0) -m4_define([bluray_minor], 2) -m4_define([bluray_micro], 3) +m4_define([bluray_minor], 3) +m4_define([bluray_micro], 0) m4_define([bluray_version],[bluray_major.bluray_minor.bluray_micro]) dnl shared library version (.so version) @@ -12,9 +12,9 @@ dnl - If interfaces have been changed or removed, increase current and set age a dnl dnl Library file name will be libbluray.so.(current-age).age.revision dnl -m4_define([lt_current], 3) +m4_define([lt_current], 4) m4_define([lt_revision], 0) -m4_define([lt_age], 2) +m4_define([lt_age], 3) dnl initilization AC_INIT([libbluray], bluray_version, [http://www.videolan.org/developers/libbluray.html]) _______________________________________________ libbluray-devel mailing list [email protected] http://mailman.videolan.org/listinfo/libbluray-devel
