Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
François Cartegnie
libdvdcss
Commits
d4383c54
Commit
d4383c54
authored
Jan 08, 2018
by
Jean-Baptiste Kempf
Browse files
Update NEWS for 1.4.1
parent
439f9615
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
d4383c54
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
View file @
d4383c54
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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment