[libbluray-devel] [Git][videolan/libbluray][master] 1.1.1
Petri Hintukainen
gitlab at videolan.org
Fri Apr 5 10:29:55 CEST 2019
Petri Hintukainen pushed to branch master at VideoLAN / libbluray
Commits:
3a0e3ed0 by hpi1 at 2019-04-05T08:29:32Z
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.
@@ -8,6 +8,7 @@
- Fix polygon-based BD-J graphics primitives.
- Fix loading libmmbd in Windows 64-bit.
- 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/3a0e3ed017a2a116869d45ee87c9d5741f4b22d2
--
View it on GitLab: https://code.videolan.org/videolan/libbluray/commit/3a0e3ed017a2a116869d45ee87c9d5741f4b22d2
You're receiving this email because of your account on code.videolan.org.
More information about the libbluray-devel
mailing list