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
a34ebf64
Commit
a34ebf64
authored
Dec 16, 2015
by
Jean-Baptiste Kempf
Browse files
Update NEWS for 1.4.0
parent
a7e814e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
a34ebf64
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
Changes between 1.3.0 and 1.3.99:
---------------------------------
* Drop support for HP-UX.
...
...
configure.ac
View file @
a34ebf64
dnl library version number
m4_define([dvdcss_major], 1)
m4_define([dvdcss_minor],
3
)
m4_define([dvdcss_micro],
99
)
m4_define([dvdcss_minor],
4
)
m4_define([dvdcss_micro],
0
)
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