Discussion:
[libdvdcss-devel] [Git][videolan/libdvdcss][master] Update NEWS for 1.4.2
Jean-Baptiste Kempf
2018-03-18 11:48:30 UTC
Permalink
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdcss


Commits:
7b7c1857 by Jean-Baptiste Kempf at 2018-03-18T12:48:18+01:00
Update NEWS for 1.4.2

- - - - -


2 changed files:

- NEWS
- configure.ac


Changes:

=====================================
NEWS
=====================================
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,20 @@
+Changes between 1.4.1 and 1.4.2:
+--------------------------------
+
+ * Fix buffer overflow when region mask is 0x0
+ * Fix invalid free on Open
+
+
Changes between 1.4.0 and 1.4.1:
--------------------------------
+
* Fix crashes in cache directory creation
* Fix cases where the cache directory was not used


Changes between 1.3.99 and 1.4.0:
---------------------------------
+
* Add key caching on Android
* Fix leaks, win32 build breakage, file descriptor initialization
* Expose version.h
@@ -13,6 +22,7 @@ Changes between 1.3.99 and 1.4.0:

Changes between 1.3.0 and 1.3.99:
---------------------------------
+
* Drop support for HP-UX.
* Drop support for Windows 9x and Windows NT.
Windows 2000 is now required.


=====================================
configure.ac
=====================================
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl library version number
m4_define([dvdcss_major], 1)
m4_define([dvdcss_minor], 4)
-m4_define([dvdcss_micro], 1)
+m4_define([dvdcss_micro], 2)
m4_define([dvdcss_version],[dvdcss_major.dvdcss_minor.dvdcss_micro])

AC_INIT(libdvdcss, dvdcss_version, , , https://www.videolan.org/developers/libdvdcss.html)



View it on GitLab: https://code.videolan.org/videolan/libdvdcss/commit/7b7c185704567398627ad0f9a0d948a63514394b

---
View it on GitLab: https://code.videolan.org/videolan/libdvdcss/commit/7b7c185704567398627ad0f9a0d948a63514394b
You're receiving this email because of your account on code.videolan.org.
Loading...