Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libdvdcss
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
libdvdcss
Commits
bd002e75
Commit
bd002e75
authored
16 years ago
by
Sam Hocevar
Browse files
Options
Downloads
Patches
Plain Diff
* Bump version number to 1.2.10.
* Update NEWS and ChangeLog.
parent
096408a0
No related branches found
Branches containing commit
Tags
1.2.10
Tags containing commit
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog
+552
-162
552 additions, 162 deletions
ChangeLog
NEWS
+9
-0
9 additions, 0 deletions
NEWS
configure.ac
+2
-2
2 additions, 2 deletions
configure.ac
msvc/config.h
+1
-1
1 addition, 1 deletion
msvc/config.h
with
564 additions
and
165 deletions
ChangeLog
+
552
−
162
View file @
bd002e75
This diff is collapsed.
Click to expand it.
NEWS
+
9
−
0
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:
--------------------------------
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
2
−
2
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
...
...
This diff is collapsed.
Click to expand it.
msvc/config.h
+
1
−
1
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 */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment