[libdvdcss-devel] [Git][videolan/libdvdcss][master] Update NEWS for 1.4.1
Jean-Baptiste Kempf
gitlab at videolan.org
Mon Jan 8 18:14:02 CET 2018
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdcss
Commits:
d4383c54 by Jean-Baptiste Kempf at 2018-01-08T18:13:51+01:00
Update NEWS for 1.4.1
- - - - -
2 changed files:
- NEWS
- configure.ac
Changes:
=====================================
NEWS
=====================================
--- 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
=====================================
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], 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)
View it on GitLab: https://code.videolan.org/videolan/libdvdcss/commit/d4383c541a5a781001b718ad4e01917c63c9f2a4
---
View it on GitLab: https://code.videolan.org/videolan/libdvdcss/commit/d4383c541a5a781001b718ad4e01917c63c9f2a4
You're receiving this email because of your account on code.videolan.org.
More information about the libdvdcss-devel
mailing list