Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libbluray
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lennart Austenfeld
libbluray
Commits
352ad419
Commit
352ad419
authored
9 years ago
by
hpi1
Browse files
Options
Downloads
Patches
Plain Diff
0.8.1
parent
2239e280
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+7
-0
7 additions, 0 deletions
ChangeLog
configure.ac
+2
-2
2 additions, 2 deletions
configure.ac
with
9 additions
and
2 deletions
ChangeLog
+
7
−
0
View file @
352ad419
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.
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
2
−
2
View file @
352ad419
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment