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
b6fd1d71
Commit
b6fd1d71
authored
13 years ago
by
Jean-Baptiste Kempf
Browse files
Options
Downloads
Patches
Plain Diff
Bumping version to 1.2.11
parent
d1052718
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
NEWS
+10
-0
10 additions, 0 deletions
NEWS
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
doc/doxygen.cfg.in
+1
-1
1 addition, 1 deletion
doc/doxygen.cfg.in
msvc/config.h
+1
-1
1 addition, 1 deletion
msvc/config.h
with
13 additions
and
3 deletions
NEWS
+
10
−
0
View file @
b6fd1d71
$Id$
Changes between 1.2.10 and 1.2.11:
----------------------------------
* improvements on RPC-II handling.
* more robust key retrieval.
* fixes for MingW compilation.
* fixes for OS/2 compilation.
* various bug fixes for small issues, memleaks, crashes and build issues.
Changes between 1.2.9 and 1.2.10:
---------------------------------
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
b6fd1d71
...
...
@@ -4,7 +4,7 @@ AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR(.auto)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(libdvdcss, 1.2.1
0
)
AM_INIT_AUTOMAKE(libdvdcss, 1.2.1
1
)
AM_CONFIG_HEADER(config.h)
AC_PROG_CC
...
...
This diff is collapsed.
Click to expand it.
doc/doxygen.cfg.in
+
1
−
1
View file @
b6fd1d71
...
...
@@ -31,7 +31,7 @@ PROJECT_NAME = libdvdcss
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 1.2.1
0
PROJECT_NUMBER = 1.2.1
1
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
...
...
This diff is collapsed.
Click to expand it.
msvc/config.h
+
1
−
1
View file @
b6fd1d71
...
...
@@ -40,7 +40,7 @@
#define STDC_HEADERS 1
/* #undef SYS_BEOS */
/* #undef SYS_CYGWIN */
#define VERSION "1.2.1
0
"
#define VERSION "1.2.1
1
"
/* #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