gnucash-htdocs master: Updated GnuCash 5.8 Mac dmg
John Ralls
jralls at code.gnucash.org
Mon Jul 8 15:06:38 EDT 2024
Updated via https://github.com/Gnucash/gnucash-htdocs/commit/e047fa5d (commit)
from https://github.com/Gnucash/gnucash-htdocs/commit/0cb31619 (commit)
commit e047fa5d3f86ad58318a5f36c213f4c4eca4bcd8
Author: John Ralls <jralls at ceridwen.us>
Date: Mon Jul 8 12:02:25 2024 -0700
Updated GnuCash 5.8 Mac dmg
With rebuild of mariadb-connector that removes default TLS server validation.
Fixes Bug 799371 - Can not connect to MariaDB after upgrade to 5.8 and
Bug 799350 - Opening MySQL database fails in 5.7 but works in 5.6.
diff --git a/externals/global_params.php b/externals/global_params.php
index 10adf78..61ccd3d 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -13,7 +13,7 @@
$latest_stable = $major_stable.".".$minor_stable;
$latest_stable_win = $latest_stable;
//$latest_stable_win = $latest_stable."-1";
- $latest_stable_mac_intel = $latest_stable."-1";
+ $latest_stable_mac_intel = $latest_stable."-2";
// 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."";
diff --git a/news/240707-5.8.news b/news/240707-5.8.news
index 8a7a3b3..2bd2201 100644
--- a/news/240707-5.8.news
+++ b/news/240707-5.8.news
@@ -37,7 +37,7 @@
<li><code>a2c823fb700b9d4598692ec81394959bde388d8ef191efe4ea2c02426bb52593</code> gnucash-5.8.tar.bz2</li>
<li><code>b00cff635e8bc8ff996a9f7942fd92414f13ccf3415402cc33220ee58d6f12b8</code> gnucash-5.8.tar.gz</li>
<li><code>a8fdeab6ea49dfb78fa5f6b638005b3e392a8d87c1ed6bc9b0f56ebb48eaa48f</code> gnucash-5.8-1.setup.exe</li>
- <li><code>eba1d87eb0063f8f4c384de6d8ca98de723b840878edcdce0df42a2437671b1b</code> Gnucash-Intel-5.8-1.dmg</li>
+ <li><code>ddfbbecc87db276dc30a164a90b51189702215d4326160346824cb69d7f0ffe9</code> Gnucash-Intel-5.8-2.dmg</li>
<li><code>b8f344ec5824090669f93e9ba3ecfafecd55462a5ff1b2d323d7a9c8f9aa5a3f</code> gnucash-docs-5.8.tar.gz</li>
</ul>
Summary of changes:
externals/global_params.php | 2 +-
news/240707-5.8.news | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
More information about the gnucash-changes
mailing list