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
bd002e75
Commit
bd002e75
authored
Aug 29, 2008
by
Sam Hocevar
Browse files
* Bump version number to 1.2.10.
* Update NEWS and ChangeLog.
parent
096408a0
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
bd002e75
This diff is collapsed.
Click to expand it.
NEWS
View file @
bd002e75
$Id$
Changes between 1.2.9 and 1.2.10:
---------------------------------
* DVD drive autodetection.
* new dvdcss_is_scrambled() function.
* various failure recovery improvements.
* accept "X:\" as a device name, as well as "X:".
* various bug fixes.
Changes between 1.2.8 and 1.2.9:
--------------------------------
...
...
configure.ac
View file @
bd002e75
...
...
@@ -4,14 +4,14 @@ AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR(.auto)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(libdvdcss, 1.2.
9
)
AM_INIT_AUTOMAKE(libdvdcss, 1.2.
10
)
AM_CONFIG_HEADER(config.h)
AC_PROG_CC
AC_STDC_HEADERS
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
AM_PROG_LIBTOOL
AC_C_CONST
AC_C_INLINE
...
...
msvc/config.h
View file @
bd002e75
...
...
@@ -40,7 +40,7 @@
#define STDC_HEADERS 1
/* #undef SYS_BEOS */
/* #undef SYS_CYGWIN */
#define VERSION "1.2.
9
"
#define VERSION "1.2.
10
"
/* #undef const */
/* #undef inline */
/* #undef size_t */
...
...
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