[libdvdnav-devel] [Git][videolan/libdvdread][master] Update NEWS about bump ABI
Jean-Baptiste Kempf
gitlab at videolan.org
Sun Sep 1 16:40:49 CEST 2019
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdread
Commits:
a02a002f by Jean-Baptiste Kempf at 2019-09-01T14:40:44Z
Update NEWS about bump ABI
- - - - -
2 changed files:
- NEWS
- configure.ac
Changes:
=====================================
NEWS
=====================================
@@ -1,3 +1,7 @@
+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
=====================================
configure.ac
=====================================
@@ -1,7 +1,7 @@
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])
View it on GitLab: https://code.videolan.org/videolan/libdvdread/commit/a02a002ff7e4a740a740a649f466a8954c70c5a1
--
View it on GitLab: https://code.videolan.org/videolan/libdvdread/commit/a02a002ff7e4a740a740a649f466a8954c70c5a1
You're receiving this email because of your account on code.videolan.org.
More information about the libdvdnav-devel
mailing list