gnucash-htdocs master: Bug 795703 - 3.1 reports itself as 3.0-git
John Ralls
jralls at code.gnucash.org
Mon Apr 30 16:56:33 EDT 2018
Updated via https://github.com/Gnucash/gnucash-htdocs/commit/98685849 (commit)
from https://github.com/Gnucash/gnucash-htdocs/commit/e5920167 (commit)
commit 98685849bf738529059080156492aa2c488d07c2
Author: John Ralls <jralls at ceridwen.us>
Date: Mon Apr 30 13:55:25 2018 -0700
Bug 795703 - 3.1 reports itself as 3.0-git
Tarballs created before release was tagged. Regenerated tarballs with
-1 suffix on tagged commit.
diff --git a/externals/global_params.php b/externals/global_params.php
index f7dcca3..7df638c 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -10,7 +10,7 @@
$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;
+ $tarball = $latest_stable."-1";
$major_latest_unstable ="3";
$minor_latest_unstable ="900";
diff --git a/news/180429-3.1.news b/news/180429-3.1.news
index fe149c8..efd697d 100644
--- a/news/180429-3.1.news
+++ b/news/180429-3.1.news
@@ -117,8 +117,8 @@ the MacOS X® package is a disk image containing a drag-and-drop
application bundle.</p>
<p>The SHA256 Hashes for the downloadable files are:
<ul>
-<li><code>48f72fb3bc2d92ca23e5a26277ddd6e6311b304c84a1a80b72ac8dc2dfe54edc</code> gnucash-3.1.tar.bz2</li>
-<li><code>90d849fb900613ea962b1ea9cc7e5d313e8e4c6d1218dacc3425e1bb57201471</code> gnucash-3.1.tar.gz</li>
+<li><code>a1ef66cec3b8b74b7b8bfe791ff12456796a69cc004427e8d9205b6872bdd261</code> gnucash-3.1-1.tar.bz2</li>
+<li><code>bcd2a27ad36f04c2cdb24c86a2e47da1d96c87ee5eff6b35893b33b0b18a53c3</code> gnucash-3.1-1.tar.gz</li>
<li><code>699070d8e895e80f1d1042b506dfe38be1707493eeea856987e5b04e198bf5e2</code> gnucash-3.1.setup.exe</li>
<li><code>71d06ea408302defacf08dcc8343ade86eeb2298b8b33e75a6e240754c2faf71</code> Gnucash-Intel-3.1-2.dmg</li>
<li><code>52852ed90ccdf27b76deb1b4095b9e457c807c5598a2eea31e00560bb0c3531c</code> gnucash-docs-3.1.tar.gz</li>
@@ -140,9 +140,9 @@ application bundle.</p>
<p>If you want to compile GnuCash 3.1 for yourself, the source code can be downloaded from:</p>
<ul>
-<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-3.1.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/3.1/">all files</a>.</li>
+<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-3.1-1.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/3.1/">all files</a>.</li>
-<li>Github: <a href="https://github.com/Gnucash/gnucash/releases/download/3.1/gnucash-3.1.tar.bz2">bzip</a> <b>WARNING</b> Do not try to use the github-generated files labelled "Source Code". They have not been processed with swig and will not build.</li>
+<li>Github: <a href="https://github.com/Gnucash/gnucash/releases/download/3.1/gnucash-3.1-1.tar.bz2">bzip</a> <b>WARNING</b> Do not try to use the github-generated files labelled "Source Code". They have not been processed with swig and will not build.</li>
<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
</ul>
Summary of changes:
externals/global_params.php | 2 +-
news/180429-3.1.news | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
More information about the gnucash-changes
mailing list