[libdvdnav-devel] [Git][videolan/libdvdnav][master] Update NEWS for 6.0.1
Jean-Baptiste Kempf
gitlab at videolan.org
Sun Sep 1 16:46:35 CEST 2019
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdnav
Commits:
ee4f6486 by Jean-Baptiste Kempf at 2019-09-01T14:45:42Z
Update NEWS for 6.0.1
- - - - -
2 changed files:
- ChangeLog
- configure.ac
Changes:
=====================================
ChangeLog
=====================================
@@ -1,8 +1,13 @@
+libdvdnav (6.0.1)
+ * improve random playback mode, to work-around broken discs
+ * fix divide-by-zerop issue in tmap search
+ * fix pthread on OS/2
+
libdvdnav (6.0.0)
* fix crashes on some DVD on describe_title call
* fix various crashes related to PGC validity
* fix compilation issues
- * fix API return codes
+ * fix API return codes (and bump release)
libdvdnav (5.0.3)
* added dvdnav_open_stream to read from external read/seek callbacks
=====================================
configure.ac
=====================================
@@ -5,7 +5,7 @@ dnl These are defined in m4 so they can be passed to AC_INIT
dnl --------------------------------------------------------------
m4_define([dvdnav_major], [6])
m4_define([dvdnav_minor], [0])
-m4_define([dvdnav_sub], [0])
+m4_define([dvdnav_sub], [1])
m4_define([dvdnav_pre], [])
AC_INIT([libdvdnav], [dvdnav_major.dvdnav_minor.dvdnav_sub[]dvdnav_pre])
View it on GitLab: https://code.videolan.org/videolan/libdvdnav/commit/ee4f6486d73ab54e7704b4fed2615a1bad76427f
--
View it on GitLab: https://code.videolan.org/videolan/libdvdnav/commit/ee4f6486d73ab54e7704b4fed2615a1bad76427f
You're receiving this email because of your account on code.videolan.org.
More information about the libdvdnav-devel
mailing list