[libdvdnav-devel] [Git][videolan/libdvdnav][master] Rename release to 6.1.0
Jean-Baptiste Kempf
gitlab at videolan.org
Wed Mar 4 14:08:28 CET 2020
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdnav
Commits:
fccdbe0b by Jean-Baptiste Kempf at 2020-03-04T14:04:54+01:00
Rename release to 6.1.0
- - - - -
2 changed files:
- ChangeLog
- configure.ac
Changes:
=====================================
ChangeLog
=====================================
@@ -1,6 +1,9 @@
-libdvdnav (6.0.2)
+libdvdnav (6.1.0)
+ * add a dvdnav_get_number_of_angles API
+ * add a dvdnav_version API
* handle out-of-order ADMAP entries blocking playback
* fix crashes in dvdnav_describe_title_chapters in broken DVDs
+ * cleanup old code
libdvdnav (6.0.1)
* improve random playback mode, to work-around broken discs
=====================================
configure.ac
=====================================
@@ -4,8 +4,8 @@ dnl
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], [2])
+m4_define([dvdnav_minor], [1])
+m4_define([dvdnav_sub], [0])
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/fccdbe0b3ebc501d3798ad83308830b7352331dc
--
View it on GitLab: https://code.videolan.org/videolan/libdvdnav/-/commit/fccdbe0b3ebc501d3798ad83308830b7352331dc
You're receiving this email because of your account on code.videolan.org.
More information about the libdvdnav-devel
mailing list