gnucash-htdocs master: Bug 797557 - DMG created specifically for Mac OS X 10.12 or later

John Ralls jralls at code.gnucash.org
Mon Jan 6 14:16:21 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/bf120ccb (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/7e863867 (commit)



commit bf120ccb7224c463b13f3bcb0485364f176e1768
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jan 6 11:15:18 2020 -0800

    Bug 797557 - DMG created specifically for Mac OS X 10.12 or later
    
    Create new dmg with 10.9 Disk Utility.

diff --git a/externals/global_params.php b/externals/global_params.php
index 48e96f5..8ef922c 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -9,7 +9,7 @@
      $latest_stable             = $major_stable.".".$minor_stable;
      $latest_stable_win		= $latest_stable;
      // $latest_stable_win         = $latest_stable."-1";
-     $latest_stable_mac_intel   = $latest_stable."-2";
+     $latest_stable_mac_intel   = $latest_stable."-3";
 // Change this when there has been a re-tag to add the re-tag letter,
 // e.g. if one retagged 2.6.13 to 2.6.13a, make $tarball = $latest_stable."a".
      $tarball                   = $latest_stable."b";
diff --git a/news/191229-3.8.news b/news/191229-3.8.news
index 80d5e96..f4e6e4e 100644
--- a/news/191229-3.8.news
+++ b/news/191229-3.8.news
@@ -166,7 +166,7 @@ application bundle.</p>
   <li><code>0f5eca83d8836a325d9a02c6ed7b4d53e59abcff974e5d90914c9e15d7a87f37</code>  gnucash-3.8b.tar.bz2</li>
   <li><code>2a4ff781ec905ebe7e00f16a0a50358268d1bc5ebd7e5f70a50a44bcea5bffaf</code>  gnucash-3.8b.tar.gz</li>
   <li><code>fee1609b35eb217dfeceb9a90b30d6782d84d204742760db2d07828e4ab0c34e</code>  gnucash-3.8.setup.exe</li>
-  <li><code>4a32ba1b770d1c3f72549235c9333d96472f549435fe9d11c2a6b85b325b1a7a</code>  Gnucash-Intel-3.8-2.dmg</li>
+  <li><code>05744be1fc8c60609e9315c2bdaf5f7c7ad51c513bea8408df7546f7d1ed30e7</code>  Gnucash-Intel-3.8-3.dmg</li>
   <li><code>a2504c9a0e66db154dd6498a0019ccf13219c4cb8553fee6ec441cd5209b66a7</code>  gnucash-docs-3.8-1.tar.gz</li>
 </ul></p>
 
@@ -174,12 +174,12 @@ application bundle.</p>
   <li>SourceForge:
   <ul>
     <li><a href="http://downloads.sourceforge.net/gnucash/stable/gnucash-3.8.setup.exe">Win32</a></li>
-    <li><a href="http://downloads.sourceforge.net/gnucash/stable/Gnucash-Intel-3.8-2.dmg">Mac-Intel</a></li>
+    <li><a href="http://downloads.sourceforge.net/gnucash/stable/Gnucash-Intel-3.8-3.dmg">Mac-Intel</a></li>
   </ul></li>
   <li>Github
   <ul>
     <li><a href="https://github.com/Gnucash/gnucash/releases/download/3.8b/gnucash-3.8.setup.exe">Win32</a></li>
-    <li><a href="https://github.com/Gnucash/gnucash/releases/download/3.8b/Gnucash-Intel-3.8-2.dmg">Mac-Intel</a></li>
+    <li><a href="https://github.com/Gnucash/gnucash/releases/download/3.8b/Gnucash-Intel-3.8-3.dmg">Mac-Intel</a></li>
 </ul></li></ul>
 
 <h3>Getting GnuCash as source code</h3>
diff --git a/news/191231-GnuCash-MacOS-3.8-2.news b/news/191231-GnuCash-MacOS-3.8-2.news
deleted file mode 100644
index 641886c..0000000
--- a/news/191231-GnuCash-MacOS-3.8-2.news
+++ /dev/null
@@ -1,8 +0,0 @@
-<b>Announcement:</b> GnuCash 3.8 MacOS Bundle
-2019-12-30
-
-<p>We discovered a problem with AQBanking in the MacOS Gnucash-3.8-1 bundle which prevented any AQBanking operations from running. This is corrected in a new Gnucash-3.8-2 bundle, now available on <a href="https://downloads.sourceforge.net/gnucash/files/gnucash%20%28stable%29/3.8/Gnucash-Intel-3.8-2.dmg">SourceForge</a> and <a href="https://github.com/Gnucash/gnucash/releases/download/3.8b/Gnucash-Intel-3.8-2.dmg">Github</a>.</p>
-
-<p> The sha256 hash is:
-<ul>
-<li><code>4a32ba1b770d1c3f72549235c9333d96472f549435fe9d11c2a6b85b325b1a7a</code>  Gnucash-3.8-2.dmg</li></ul></p>



Summary of changes:
 externals/global_params.php          | 2 +-
 news/191229-3.8.news                 | 6 +++---
 news/191231-GnuCash-MacOS-3.8-2.news | 8 --------
 3 files changed, 4 insertions(+), 12 deletions(-)
 delete mode 100644 news/191231-GnuCash-MacOS-3.8-2.news



More information about the gnucash-changes mailing list