[Scummvm-git-logs] scummvm branch-2-1-0 -> 9bdad5709bc990a6c0a1d2f08fbd7b811951e4cb

sev- sev at scummvm.org
Sat Oct 12 15:36:23 CEST 2019


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
28f68a355b DISTS: Added new keys for Sparkle 1.22.0
9bdad5709b MACOS: Fix crash in app menu creation


Commit: 28f68a355b6e4c058920b5b293f2bf181ac21db3
    https://github.com/scummvm/scummvm/commit/28f68a355b6e4c058920b5b293f2bf181ac21db3
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2019-10-12T15:36:10+02:00

Commit Message:
DISTS: Added new keys for Sparkle 1.22.0

Changed paths:
    dists/macosx/Info.plist
    dists/macosx/Info.plist.in


diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist
index d63f2b3..04cf2bc 100644
--- a/dists/macosx/Info.plist
+++ b/dists/macosx/Info.plist
@@ -68,6 +68,8 @@
 	<string>NSApplication</string>
 	<key>SUFeedURL</key>
 	<string>https://www.scummvm.org/appcasts/macosx/release.xml</string>
+	<key>SUPublicEDKey</key>
+	<string>faYfM+DGPgJCrRzpxSHoFD0rzHa6ZnnEXuzz2E7ZRUk=</string>
 	<key>NSDockTilePlugIn</key>
 	<string>scummvm.docktileplugin</string>
 	<key>SUPublicDSAKeyFile</key>
diff --git a/dists/macosx/Info.plist.in b/dists/macosx/Info.plist.in
index 26d6500..73cc178 100644
--- a/dists/macosx/Info.plist.in
+++ b/dists/macosx/Info.plist.in
@@ -68,6 +68,8 @@
 	<string>NSApplication</string>
 	<key>SUFeedURL</key>
 	<string>https://www.scummvm.org/appcasts/macosx/release.xml</string>
+	<key>SUPublicEDKey</key>
+	<string>faYfM+DGPgJCrRzpxSHoFD0rzHa6ZnnEXuzz2E7ZRUk=</string>
 	<key>NSDockTilePlugIn</key>
 	<string>scummvm.docktileplugin</string>
 	<key>SUPublicDSAKeyFile</key>


Commit: 9bdad5709bc990a6c0a1d2f08fbd7b811951e4cb
    https://github.com/scummvm/scummvm/commit/9bdad5709bc990a6c0a1d2f08fbd7b811951e4cb
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2019-10-12T15:36:10+02:00

Commit Message:
MACOS: Fix crash in app menu creation

Changed paths:
    backends/updates/macosx/macosx-updates.mm


diff --git a/backends/updates/macosx/macosx-updates.mm b/backends/updates/macosx/macosx-updates.mm
index 64dcbf6..bf524e5 100644
--- a/backends/updates/macosx/macosx-updates.mm
+++ b/backends/updates/macosx/macosx-updates.mm
@@ -83,9 +83,6 @@ MacOSXUpdateManager::MacOSXUpdateManager() {
 	// Set the target of the new menu item
 	[updateMenuItem setTarget:sparkleUpdater];
 
-	// Finally give up our references to the objects
-	[menuItem release];
-
 	if (!ConfMan.hasKey("updates_check")
 			|| ConfMan.getInt("updates_check") == Common::UpdateManager::kUpdateIntervalNotSupported) {
 		setAutomaticallyChecksForUpdates(kUpdateStateDisabled);





More information about the Scummvm-git-logs mailing list