Skip to content
Snippets Groups Projects
Commit 352ad419 authored by hpi1's avatar hpi1
Browse files

0.8.1

parent 2239e280
No related branches found
No related tags found
No related merge requests found
2015-05-15: Version 0.8.1
- Notify application when UO mask changes.
- Improved error resilience.
- Improved BD-J compability.
- Fix crash after bd_open(NULL).
- Fix compability problem with libbdplus.
- Fix memory leak in UDF filesystem parser.
- Fix crash in freetype.
2015-04-15: Version 0.8.0
- Add security checks to BD-J.
......
dnl library version number
m4_define([bluray_major], 0)
m4_define([bluray_minor], 8)
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], 9)
m4_define([lt_revision], 0)
m4_define([lt_revision], 1)
m4_define([lt_age], 8)
dnl initilization
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment