[Scummvm-git-logs] scummvm-tools branch-2-9-0 -> a88fa482041cbaa55120684a467e35d8ea2166b5
sev-
noreply at scummvm.org
Sat Dec 7 20:32:52 UTC 2024
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .
Summary:
2b3e66c4ed NEWS: Mention recent changes
a88fa48204 RELEASE: This is 2.9.0
Commit: 2b3e66c4edc56b5c9a8180f7216424313d817847
https://github.com/scummvm/scummvm-tools/commit/2b3e66c4edc56b5c9a8180f7216424313d817847
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-12-07T21:29:50+01:00
Commit Message:
NEWS: Mention recent changes
Changed paths:
NEWS
diff --git a/NEWS b/NEWS
index 3338beb6..d870e7b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
For a more comprehensive changelog of the latest experimental code, see:
https://github.com/scummvm/scummvm-tools/commits/
+2.9.0 (2024-12-22)
+ - Multiple improvements to gob scripts disassembler.
+ - Allow .JTK files to be decompressed in gob engine.
+ - Added utility for extracting 3DO disk images in Director engine.
+ - Added utility for extracting Wintermute engine DCP archives.
+
2.7.0 (2023-02-26)
- Fixed MM Apple2 extraction.
- Fixed decompilation for SCUMM scripts with nested functions.
Commit: a88fa482041cbaa55120684a467e35d8ea2166b5
https://github.com/scummvm/scummvm-tools/commit/a88fa482041cbaa55120684a467e35d8ea2166b5
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-12-07T21:32:36+01:00
Commit Message:
RELEASE: This is 2.9.0
Changed paths:
dists/macosx/Info.plist
dists/scummvmtools.rc
dists/win32/scummvm-tools.nsi
internal_version.h
diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist
index 35c43db5..6c194379 100644
--- a/dists/macosx/Info.plist
+++ b/dists/macosx/Info.plist
@@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>scummvm-tools</string>
<key>CFBundleGetInfoString</key>
- <string>2.8.0git, Copyright 2001-2023 The ScummVM team</string>
+ <string>2.9.0, Copyright 2001-2023 The ScummVM team</string>
<key>CFBundleIconFile</key>
<string>scummvmtools.icns</string>
<key>CFBundleIdentifier</key>
@@ -21,9 +21,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>2.8.0git</string>
+ <string>2.9.0</string>
<key>CFBundleVersion</key>
- <string>2.8.0git</string>
+ <string>2.9.0</string>
<key>NSAppleScriptEnabled</key>
<false/>
<key>NSHumanReadableCopyright</key>
diff --git a/dists/scummvmtools.rc b/dists/scummvmtools.rc
index 3bc7e57f..4df365d6 100644
--- a/dists/scummvmtools.rc
+++ b/dists/scummvmtools.rc
@@ -10,8 +10,8 @@
IDI_ICON ICON DISCARDABLE "gui/media/scummvmtools.ico"
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,8,0,0
- PRODUCTVERSION 2,8,0,0
+ FILEVERSION 2,9,0,0
+ PRODUCTVERSION 2,9,0,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
@@ -28,13 +28,13 @@ BEGIN
BEGIN
VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0"
VALUE "FileDescription", "https://www.scummvm.org/\0"
- VALUE "FileVersion", "2.8.0git\0"
+ VALUE "FileVersion", "2.9.0\0"
VALUE "InternalName", "scummvm\0"
VALUE "LegalCopyright", "Copyright © 2001-2023 The ScummVM Team\0"
VALUE "LegalTrademarks", "'SCUMM', and all SCUMM games are a TM of LucasArts. Simon The Sorcerer is a TM of AdventureSoft. Beneath a Steel Sky and Broken Sword are a TM of Revolution. Flight of the Amazon Queen is a TM of John Passfield and Steve Stamatiadis. \0"
VALUE "OriginalFilename", "scummvm-tools.exe\0"
VALUE "ProductName", "ScummVM Tools\0"
- VALUE "ProductVersion", "2.8.0git\0"
+ VALUE "ProductVersion", "2.9.0\0"
END
END
diff --git a/dists/win32/scummvm-tools.nsi b/dists/win32/scummvm-tools.nsi
index a09a5218..0738e062 100644
--- a/dists/win32/scummvm-tools.nsi
+++ b/dists/win32/scummvm-tools.nsi
@@ -60,7 +60,7 @@ Name "ScummVM Tools"
# General Symbol Definitions
#########################################################################################
!define REGKEY "Software\ScummVM\$(^Name)"
-!define VERSION "2.8.0git"
+!define VERSION "2.9.0"
!define COMPANY "ScummVM Team"
!define URL "https://www.scummvm.org/"
!define DESCRIPTION "ScummVM Tools Installer. Look! A three headed monkey (TM)!"
@@ -80,7 +80,7 @@ XPStyle on
#TargetMinimalOS 5.0 ; Minimal version of windows for installer: Windows 2000 or more recent
; (will build unicode installer with NSIS 2.50+)
-VIProductVersion 2.8.0.0
+VIProductVersion 2.9.0.0
VIAddVersionKey ProductName $(^Name)
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}"
diff --git a/internal_version.h b/internal_version.h
index 778030b8..dce580c8 100644
--- a/internal_version.h
+++ b/internal_version.h
@@ -2,4 +2,4 @@
#define SCUMMVM_TOOLS_SVN_REVISION
#endif
-#define SCUMMVM_TOOLS_VERSION "2.8.0git" SCUMMVM_TOOLS_SVN_REVISION
+#define SCUMMVM_TOOLS_VERSION "2.9.0" SCUMMVM_TOOLS_SVN_REVISION
More information about the Scummvm-git-logs
mailing list