[libdvdnav-devel] [Git][videolan/libdvdread][master] Update NEWS	for 6.0
    Jean-Baptiste Kempf 
    gitlab at videolan.org
       
    Mon Jan  8 18:28:33 CET 2018
    
    
  
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdread
Commits:
74853950 by Jean-Baptiste Kempf at 2018-01-08T18:28:22+01:00
Update NEWS for 6.0
- - - - -
2 changed files:
- NEWS
- configure.ac
Changes:
=====================================
NEWS
=====================================
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,10 @@
 libdvdread (6.0.0)
- *
-
-libdvdread (5.0.4)
+ * restrict the number of symbols to be exposed to the shared-object
+ * remove dvdinput_error function
  * fix write after free in ifoFree functions
  * fix possible buffer overflow in open
  * additional checks on DVDReadBytes arguments
+ * fix leaks
 
 libdvdread (5.0.3)
  * cache IFO and BUP files (only for ImageFiles) in order to reduce the number
=====================================
configure.ac
=====================================
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl library version number
-m4_define([dvdread_major], 5)
-m4_define([dvdread_minor], 90)
+m4_define([dvdread_major], 6)
+m4_define([dvdread_minor], 0)
 m4_define([dvdread_micro], 0)
 m4_define([dvdread_version],[dvdread_major.dvdread_minor.dvdread_micro])
 
View it on GitLab: https://code.videolan.org/videolan/libdvdread/commit/74853950580354f0fba0e8bbae643068da9c3fb7
---
View it on GitLab: https://code.videolan.org/videolan/libdvdread/commit/74853950580354f0fba0e8bbae643068da9c3fb7
You're receiving this email because of your account on code.videolan.org.
    
    
More information about the libdvdnav-devel
mailing list