[Scummvm-git-logs] scummvm-web master -> c5ec7895489a49098c7a155401e3415e2da67b73
lotharsm
noreply at scummvm.org
Sun Mar 31 18:53:34 UTC 2024
This automated email contains information about 3 new commits which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
b1b0c4bba6 WEB: Add release announcement for 2.8.1
fe62dad0b6 WEB: Sync appcast
c5ec789548 WEB: Bump internal version number to 2.8.1
Commit: b1b0c4bba6c177ee444e5ada38e9646fd4427db6
https://github.com/scummvm/scummvm-web/commit/b1b0c4bba6c177ee444e5ada38e9646fd4427db6
Author: Lothar Serra Mari (mail at serra.me)
Date: 2024-03-31T19:56:21+02:00
Commit Message:
WEB: Add release announcement for 2.8.1
Changed paths:
A data/en/news/20240331.markdown
diff --git a/data/en/news/20240331.markdown b/data/en/news/20240331.markdown
new file mode 100644
index 00000000..960e9319
--- /dev/null
+++ b/data/en/news/20240331.markdown
@@ -0,0 +1,21 @@
+---
+title: "Please welcome ScummVM 2.8.1: Oh MMy!"
+author: The ScummVM Team
+date: 1711907490
+---
+Oh MMy â a new ScummVM release!
+
+Please welcome the first ScummVM release of the year: ScummVM 2.8.1.
+
+ScummVM 2.8.1 is a maintenance release mainly focused on fixing bugs that were uncovered since our last stable release.
+
+This update includes upgrades for the following engines: AGI, AGS, GRIM, SWORD2, MM (which is now enabled â yes, we really skipped it in 2.8.0 by accident), mTropolis, NANCY, SCUMM, TWINE, Ultima, and V-Cruise.
+
+The Android, Atari and macOS ports received multiple bug fixes, mostly for improving overall stability and preventing some crashes weâve seen under certain circumstances.
+
+The detailed list of improvements is available [here](https://downloads.scummvm.org/frs/scummvm/2.8.1/ReleaseNotes.html).
+
+As always, you can find the latest release [on our Downloads page](https://www.scummvm.org/downloads/).
+
+Go grab it while it's hot â enjoy!
+
Commit: fe62dad0b6939ec003b370b9cd328f458fe1996d
https://github.com/scummvm/scummvm-web/commit/fe62dad0b6939ec003b370b9cd328f458fe1996d
Author: Lothar Serra Mari (mail at serra.me)
Date: 2024-03-31T20:31:52+02:00
Commit Message:
WEB: Sync appcast
Changed paths:
public_html/appcasts/macosx/release.xml
diff --git a/public_html/appcasts/macosx/release.xml b/public_html/appcasts/macosx/release.xml
index 9a3fc800..dd39a719 100644
--- a/public_html/appcasts/macosx/release.xml
+++ b/public_html/appcasts/macosx/release.xml
@@ -6,19 +6,19 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
- <title>Version 2.8.0</title>
+ <title>Version 2.8.1</title>
<sparkle:releaseNotesLink>
- https://www.scummvm.org/frs/scummvm/2.8.0/ReleaseNotes.html
+ https://www.scummvm.org/frs/scummvm/2.8.1/ReleaseNotes.html
</sparkle:releaseNotesLink>
- <pubDate>Sat, 30 Dec 2023 18:00:00 +0000</pubDate>
- <enclosure url="https://downloads.scummvm.org/frs/scummvm/2.8.0/scummvm-2.8.0-macosx.dmg"
- sparkle:version="2.8.0" length="130036893" type="application/octet-stream"
- sparkle:dsaSignature="MCwCFGeLhitnJW6SE3wTh32V0QF6DoDNAhRPeCGZ1PiNRySVlVoxy068vi/tHQ=="/>
+ <pubDate>Sun, 31 Mar 2024 18:00:00 +0000</pubDate>
+ <enclosure url="https://downloads.scummvm.org/frs/scummvm/2.8.1/scummvm-2.8.1-macosx.dmg"
+ sparkle:version="2.8.1" length="131876141" type="application/octet-stream"
+ sparkle:dsaSignature="MC0CFHQYkVU/al8lpVKHLV7abyoSQPnwAhUAmtVw9WmUXNpprexNnIADQ5ZB5Xc="/>
<enclosure sparkle:os="windows"
- url="https://downloads.scummvm.org/frs/scummvm/2.8.0/scummvm-2.8.0-win32.exe"
- sparkle:version="2.8.0" length="124682744" type="application/octet-stream"
- sparkle:dsaSignature="MC0CFEjS9y3JJV/aXH2jHAXUPXGxmbxOAhUAnwLfI35/U+hy3Z58WEYNPdVwSXE="/>
+ url="https://downloads.scummvm.org/frs/scummvm/2.8.1/scummvm-2.8.1-win32.exe"
+ sparkle:version="2.8.1" length="125937424" type="application/octet-stream"
+ sparkle:dsaSignature="MC0CFHnDTflfnAP+uwfPyxHoB20rkO66AhUA4UyLnQ57s0fx/AUYXMaEv4k39ps="/>
</item>
</channel>
</rss>
Commit: c5ec7895489a49098c7a155401e3415e2da67b73
https://github.com/scummvm/scummvm-web/commit/c5ec7895489a49098c7a155401e3415e2da67b73
Author: Lothar Serra Mari (mail at serra.me)
Date: 2024-03-31T20:43:28+02:00
Commit Message:
WEB: Bump internal version number to 2.8.1
Changed paths:
include/Constants.php
diff --git a/include/Constants.php b/include/Constants.php
index e1c8e003..6a9e8341 100644
--- a/include/Constants.php
+++ b/include/Constants.php
@@ -6,7 +6,7 @@ class Constants
public function __construct()
{
/* Current version. */
- define('RELEASE', '2.8.0');
+ define('RELEASE', '2.8.1');
define('RELEASE_TOOLS', '2.7.0');
/* News items on the front page. */
More information about the Scummvm-git-logs
mailing list