[libdvdnav-devel] [Git][videolan/libdvdnav][master] Update NEWS for 6.1.1
Jean-Baptiste Kempf
gitlab at videolan.org
Sun Apr 18 10:02:00 UTC 2021
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdnav
Commits:
49f36c39 by Jean-Baptiste Kempf at 2021-04-18T12:01:08+02:00
Update NEWS for 6.1.1
- - - - -
2 changed files:
- ChangeLog
- configure.ac
Changes:
=====================================
ChangeLog
=====================================
@@ -1,3 +1,7 @@
+libdvdnav (6.1.1)
+ * fix build issues
+ * improve CI
+
libdvdnav (6.1.0)
* add a dvdnav_open2 API to setup a logging mechanism, similar to libdvdread
* add a dvdnav_get_number_of_angles API
=====================================
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], [1])
-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/49f36c397a31e663d9e59b909379808a08b80b8f
--
View it on GitLab: https://code.videolan.org/videolan/libdvdnav/-/commit/49f36c397a31e663d9e59b909379808a08b80b8f
You're receiving this email because of your account on code.videolan.org.
More information about the libdvdnav-devel
mailing list