Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libdvdread
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
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
VideoLAN
libdvdread
Commits
a02a002f
Commit
a02a002f
authored
5 years ago
by
Jean-Baptiste Kempf
Browse files
Options
Downloads
Patches
Plain Diff
Update NEWS about bump ABI
parent
819dd78f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#10165
passed with stage
in 2 minutes and 5 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+4
-0
4 additions, 0 deletions
NEWS
configure.ac
+3
-3
3 additions, 3 deletions
configure.ac
with
7 additions
and
3 deletions
NEWS
+
4
−
0
View file @
a02a002f
libdvdread (6.0.2)
* use reentrant getmntent_r
* fix playback of some discs, by fixing pgc_t structure
libdvdread (6.0.1)
* fix a regression on some DVDs, like Resident Evil
* check InternalUDFReadBlocksRaw I/O issues
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
3
−
3
View file @
a02a002f
dnl library version number
m4_define([dvdread_major], 6)
m4_define([dvdread_minor], 0)
m4_define([dvdread_micro],
1
)
m4_define([dvdread_micro],
2
)
m4_define([dvdread_version],[dvdread_major.dvdread_minor.dvdread_micro])
AC_INIT(libdvdread, dvdread_version)
...
...
@@ -46,8 +46,8 @@ dnl are platform dependent
dnl * in Linux, the library will be named
dnl libname.so.(DVDREAD_LT_CURRENT - DVDREAD_LT_AGE).DVDREAD_LT_REVISION.DVDREAD_LT_AGE
DVDREAD_LT_CURRENT=
6
DVDREAD_LT_AGE=
2
DVDREAD_LT_CURRENT=
7
DVDREAD_LT_AGE=
0
DVDREAD_LT_REVISION=0
AC_SUBST([DVDREAD_LTVERSION], [$DVDREAD_LT_CURRENT:$DVDREAD_LT_REVISION:$DVDREAD_LT_AGE])
...
...
This diff is collapsed.
Click to expand it.
Dominik Mierzejewski
@rathann
mentioned in issue
#9 (closed)
·
5 years ago
mentioned in issue
#9 (closed)
mentioned in issue #9
Toggle commit list
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