Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libaacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
libaacs
Commits
2ed84a0b
Commit
2ed84a0b
authored
Mar 22, 2020
by
hpi1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.10.0
parent
1aefe1c8
Pipeline
#15109
failed with stage
in 2 minutes and 41 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
ChangeLog
ChangeLog
+2
-0
configure.ac
configure.ac
+3
-3
No files found.
ChangeLog
View file @
2ed84a0b
2020-03-22: Version 0.10.0
- Add support for AACS2 content certificate.
- Add aacs_set_key_caching().
- Add aacs_error_str().
- Issue a warning when using AACS2 capable drive.
- Fix macOS mount issues.
- Fix parsing title entries from multiple KEYDB.cfg files.
- Fix memory leak with multiple KEYDB.cfg files.
- Fix data corruption when structs are not packed.
...
...
configure.ac
View file @
2ed84a0b
dnl library version number
m4_define([aacs_major], 0)
m4_define([aacs_minor],
9
)
m4_define([aacs_minor],
10
)
m4_define([aacs_micro], 0)
m4_define([aacs_version],[aacs_major.aacs_minor.aacs_micro])
...
...
@@ -14,8 +14,8 @@ dnl - If ABI is broken, increase current and set age and revision to 0.
dnl
dnl Library file name will be libaacs.(current-age).age.revision
m4_define([lt_current],
6
)
m4_define([lt_age],
6
)
m4_define([lt_current],
7
)
m4_define([lt_age],
7
)
m4_define([lt_revision], 0)
dnl initilization
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment