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
23d8e209
Commit
23d8e209
authored
Apr 20, 2021
by
Jean-Baptiste Kempf
Browse files
Update NEWS for 1.4.3
parent
17ec0256
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
23d8e209
Changes between 1.4.2 and 1.4.3:
--------------------------------
* Fix opening non-ASCII paths in Windows
* Fix potential buffer overflow if PATH_MAX is reached
...
...
configure.ac
View file @
23d8e209
dnl library version number
m4_define([dvdcss_major], 1)
m4_define([dvdcss_minor], 4)
m4_define([dvdcss_micro],
2
)
m4_define([dvdcss_micro],
3
)
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