[libbluray-devel] [Git][videolan/libbluray][master] 1.1.1
Petri Hintukainen
gitlab at videolan.org
Fri Apr 5 10:33:04 CEST 2019
Petri Hintukainen pushed to branch master at VideoLAN / libbluray
Commits:
74193953 by hpi1 at 2019-04-05T08:32:48Z
1.1.1
- - - - -
2 changed files:
- ChangeLog
- configure.ac
Changes:
=====================================
ChangeLog
=====================================
@@ -1,4 +1,4 @@
-2019-??-??: Version 1.1.1
+2019-04-05: Version 1.1.1
- Enable playback without menus when index.bdmv is missing.
- Improve error resilience and stability.
- Improve BD-J compability.
@@ -7,7 +7,9 @@
- Fix stack overflow when using Java9+ with debugger connection.
- Fix polygon-based BD-J graphics primitives.
- Fix loading libmmbd in Windows 64-bit.
+- Fix loading classes with Windows Java 8.
- Fix build with Java 1.6.
+- Fix pkg-config Libs.private.
2019-02-12: Version 1.1.0
- Add initial support for OpenJDK 11.
=====================================
configure.ac
=====================================
@@ -1,7 +1,7 @@
dnl library version number
m4_define([bluray_major], 1)
m4_define([bluray_minor], 1)
-m4_define([bluray_micro], 0)
+m4_define([bluray_micro], 1)
m4_define([bluray_version],[bluray_major.bluray_minor.bluray_micro])
dnl shared library version (.so version)
@@ -13,7 +13,7 @@ dnl
dnl Library file name will be libbluray.so.(current-age).age.revision
dnl
m4_define([lt_current], 3)
-m4_define([lt_revision], 0)
+m4_define([lt_revision], 1)
m4_define([lt_age], 1)
dnl initilization
View it on GitLab: https://code.videolan.org/videolan/libbluray/commit/74193953124e2e6fb85888b5cc8695330c6f6a5f
--
View it on GitLab: https://code.videolan.org/videolan/libbluray/commit/74193953124e2e6fb85888b5cc8695330c6f6a5f
You're receiving this email because of your account on code.videolan.org.
More information about the libbluray-devel
mailing list