shithub: libdvdcss

Download patch

ref: d4383c541a5a781001b718ad4e01917c63c9f2a4
parent: 439f9615b8fbbd06d06f7bfe9699c8255907a51f
author: Jean-Baptiste Kempf <jb@videolan.org>
date: Mon Jan 8 13:13:51 EST 2018

Update NEWS for 1.4.1

--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+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
--- 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], 0)
+m4_define([dvdcss_micro], 1)
 m4_define([dvdcss_version],[dvdcss_major.dvdcss_minor.dvdcss_micro])
 
 AC_INIT(libdvdcss, dvdcss_version, , , https://www.videolan.org/developers/libdvdcss.html)