[Scummvm-cvs-logs] CVS: scummvm Info.plist,1.13.2.8,1.13.2.9 NEWS,1.54.2.11,1.54.2.12 README,1.256.2.11,1.256.2.12 scummvm.rc,1.14.2.4,1.14.2.5
James Brown
ender at users.sourceforge.net
Wed Jul 28 17:06:09 CEST 2004
Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27978
Modified Files:
Tag: branch-0-6-0
Info.plist NEWS README scummvm.rc
Log Message:
Fix launcher savegame corruption, tag release-0-6-1b
Index: Info.plist
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Info.plist,v
retrieving revision 1.13.2.8
retrieving revision 1.13.2.9
diff -u -d -r1.13.2.8 -r1.13.2.9
--- Info.plist 25 Jul 2004 00:22:32 -0000 1.13.2.8
+++ Info.plist 29 Jul 2004 00:04:58 -0000 1.13.2.9
@@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>scummvm</string>
<key>CFBundleGetInfoString</key>
- <string>0.6.1, Copyright 2001-2004 The ScummVM team</string>
+ <string>0.6.1b, Copyright 2001-2004 The ScummVM team</string>
<key>CFBundleIconFile</key>
<string>scummvm.icns</string>
<key>CFBundleIdentifier</key>
@@ -21,9 +21,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>0.6.1</string>
+ <string>0.6.1b</string>
<key>CFBundleVersion</key>
- <string>0.6.1</string>
+ <string>0.6.1b</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHumanReadableCopyright</key>
Index: NEWS
===================================================================
RCS file: /cvsroot/scummvm/scummvm/NEWS,v
retrieving revision 1.54.2.11
retrieving revision 1.54.2.12
diff -u -d -r1.54.2.11 -r1.54.2.12
--- NEWS 25 Jul 2004 21:20:17 -0000 1.54.2.11
+++ NEWS 29 Jul 2004 00:04:58 -0000 1.54.2.12
@@ -1,6 +1,11 @@
For a more comprehensive changelog for the latest experimental CVS code, see:
http://scummvm.sourceforge.net/daily/ChangeLog
+0.6.1b (2004-07-28)
+ General:
+ - Fixed copy/paste bug in launcher that may corrupt the Savegame Path
+ - ScummVM should no longer crash on 64-bit architectures
+
0.6.1 (2004-07-25)
General:
- Fixed sound glitch when streaming two or more Ogg Vorbis sounds from the
Index: README
===================================================================
RCS file: /cvsroot/scummvm/scummvm/README,v
retrieving revision 1.256.2.11
retrieving revision 1.256.2.12
diff -u -d -r1.256.2.11 -r1.256.2.12
--- README 24 Jul 2004 07:14:26 -0000 1.256.2.11
+++ README 29 Jul 2004 00:04:59 -0000 1.256.2.12
@@ -1,6 +1,6 @@
ScummVM README
Last updated: $Date$
-Release version: 0.6.1
+Release version: 0.6.1b
------------------------------------------------------------------------
For more information, compatibility lists, details on donating, the latest
Index: scummvm.rc
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scummvm.rc,v
retrieving revision 1.14.2.4
retrieving revision 1.14.2.5
diff -u -d -r1.14.2.4 -r1.14.2.5
--- scummvm.rc 25 Jul 2004 00:22:33 -0000 1.14.2.4
+++ scummvm.rc 29 Jul 2004 00:04:59 -0000 1.14.2.5
@@ -3,8 +3,8 @@
IDI_ICON ICON DISCARDABLE "scummvm.ico"
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,6,1,0
- PRODUCTVERSION 0,6,1,0
+ FILEVERSION 0,6,1,1
+ PRODUCTVERSION 0,6,1,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -22,14 +22,14 @@
VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0"
VALUE "CompanyName", "ScummVM Team\0"
VALUE "FileDescription", "http://www.scummvm.org/\0"
- VALUE "FileVersion", "0.6.1\0"
+ VALUE "FileVersion", "0.6.1b\0"
VALUE "InternalName", "scummvm\0"
VALUE "LegalCopyright", "Copyright © 2001-2004 The ScummVM Team\0"
VALUE "LegalTrademarks", "'SCUMM', and all SCUMM games are a TM of LucasArts. Simon The Sorcerer is a TM of AdventureSoft. Broken Sword and Beneath a Steel Sky is TM of Revolution.\0"
VALUE "OriginalFilename", "scummvm.exe\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "ScummVM\0"
- VALUE "ProductVersion", "0.6.1\0"
+ VALUE "ProductVersion", "0.6.1b\0"
VALUE "SpecialBuild", "\0"
END
END
More information about the Scummvm-git-logs
mailing list