Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
e9cbe4eb
Commit
e9cbe4eb
authored
Mar 31, 2006
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Let's be proactive
parent
f5c5a773
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2570 additions
and
9 deletions
+2570
-9
ChangeLog
ChangeLog
+2561
-0
NEWS
NEWS
+1
-1
configure.ac
configure.ac
+3
-3
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
+2
-2
extras/MacOSX/vlc.pbproj/project.pbxproj
extras/MacOSX/vlc.pbproj/project.pbxproj
+3
-3
No files found.
ChangeLog
View file @
e9cbe4eb
This diff is collapsed.
Click to expand it.
NEWS
View file @
e9cbe4eb
...
@@ -21,7 +21,7 @@ Decoders:
...
@@ -21,7 +21,7 @@ Decoders:
* Cook (Real audio) support
* Cook (Real audio) support
Playlist / Services discovery:
Playlist / Services discovery:
* XSPF playlist support
[ not included in 0.8.5-test1 ]
* XSPF playlist support
* Podcast support
* Podcast support
Audio output:
Audio output:
...
...
configure.ac
View file @
e9cbe4eb
dnl Autoconf settings for vlc
dnl Autoconf settings for vlc
AC_INIT(vlc,0.8.5-test
1
)
AC_INIT(vlc,0.8.5-test
2
)
VERSION_MAJOR="0"
VERSION_MAJOR="0"
VERSION_MINOR="8"
VERSION_MINOR="8"
VERSION_REVISION="5"
VERSION_REVISION="5"
VERSION_EXTRA="test
1
"
VERSION_EXTRA="test
2
"
CONFIGURE_LINE="$0 $*"
CONFIGURE_LINE="$0 $*"
CODENAME="Janus"
CODENAME="Janus"
...
@@ -16,7 +16,7 @@ AC_CANONICAL_SYSTEM
...
@@ -16,7 +16,7 @@ AC_CANONICAL_SYSTEM
dnl XXX: we don't put any flags here, because automake 1.5 doesn't support
dnl XXX: we don't put any flags here, because automake 1.5 doesn't support
dnl them. And we need the comma otherwize automake will choke on it.
dnl them. And we need the comma otherwize automake will choke on it.
AM_INIT_AUTOMAKE(vlc,0.8.5-test
1
)
AM_INIT_AUTOMAKE(vlc,0.8.5-test
2
)
AM_CONFIG_HEADER(config.h)
AM_CONFIG_HEADER(config.h)
dnl Too many people are not aware of maintainer mode:
dnl Too many people are not aware of maintainer mode:
...
...
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
View file @
e9cbe4eb
/* Localized versions of Info.plist keys */
/* Localized versions of Info.plist keys */
CFBundleName = "VLC";
CFBundleName = "VLC";
CFBundleShortVersionString = "0.8.5-test
1
";
CFBundleShortVersionString = "0.8.5-test
2
";
CFBundleGetInfoString = "VLC media player 0.8.5-test
1,
Copyright (c) 1996-2006 the VideoLAN team";
CFBundleGetInfoString = "VLC media player 0.8.5-test
2
Copyright (c) 1996-2006 the VideoLAN team";
NSHumanReadableCopyright = "Copyright (c) 1996-2006 the VideoLAN team";
NSHumanReadableCopyright = "Copyright (c) 1996-2006 the VideoLAN team";
extras/MacOSX/vlc.pbproj/project.pbxproj
View file @
e9cbe4eb
...
@@ -717,7 +717,7 @@
...
@@ -717,7 +717,7 @@
<key>CFBundleExecutable</key>
<key>CFBundleExecutable</key>
<string>VLC</string>
<string>VLC</string>
<key>CFBundleGetInfoString</key>
<key>CFBundleGetInfoString</key>
<string>VLC media player 0.8.5-test
1
, Copyright (c) 1996-2006 the VideoLAN team.</string>
<string>VLC media player 0.8.5-test
2
, Copyright (c) 1996-2006 the VideoLAN team.</string>
<key>CFBundleIconFile</key>
<key>CFBundleIconFile</key>
<string>vlc.icns</string>
<string>vlc.icns</string>
<key>CFBundleIdentifier</key>
<key>CFBundleIdentifier</key>
...
@@ -729,7 +729,7 @@
...
@@ -729,7 +729,7 @@
<key>CFBundlePackageType</key>
<key>CFBundlePackageType</key>
<string>APPL</string>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<key>CFBundleShortVersionString</key>
<string>0.8.5-test
1
</string>
<string>0.8.5-test
2
</string>
<key>CFBundleSignature</key>
<key>CFBundleSignature</key>
<string>VLC#</string>
<string>VLC#</string>
<key>CFBundleURLTypes</key>
<key>CFBundleURLTypes</key>
...
@@ -786,7 +786,7 @@
...
@@ -786,7 +786,7 @@
</dict>
</dict>
</array>
</array>
<key>CFBundleVersion</key>
<key>CFBundleVersion</key>
<string>0.8.5-test
1
</string>
<string>0.8.5-test
2
</string>
<key>NSAppleScriptEnabled</key>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
<string>YES</string>
<key>NSMainNibFile</key>
<key>NSMainNibFile</key>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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