gnucash-htdocs master: Multiple changes pushed
Geert Janssens
gjanssens at code.gnucash.org
Sun Nov 12 03:28:17 EST 2017
Updated via https://github.com/Gnucash/gnucash-htdocs/commit/263588e4 (commit)
via https://github.com/Gnucash/gnucash-htdocs/commit/11142b51 (commit)
from https://github.com/Gnucash/gnucash-htdocs/commit/71c918dc (commit)
commit 263588e4fef38a278def7f54aa062662c40ac4b5
Author: Geert Janssens <geert at kobaltwit.be>
Date: Sun Nov 12 09:28:11 2017 +0100
Show unstable releases on the downloads page
diff --git a/externals/global_params.php b/externals/global_params.php
index 44f9c52..4c6d38e 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -17,7 +17,7 @@
$minor_latest_unstable ="1";
$latest_unstable = $major_latest_unstable.".".$minor_latest_unstable;
// There's currently no unstable release being worked on, so disable it
- $latest_unstable = False;
+# $latest_unstable = False;
$latest_unstable_win = $latest_unstable;
$latest_unstable_mac_intel = $latest_unstable."-1";
commit 11142b512eccaa98cb9297e17f3f5c8485c54062
Author: Geert Janssens <geert at kobaltwit.be>
Date: Sun Nov 12 09:23:03 2017 +0100
Fix typo in github source tarball url
diff --git a/news/171029-2.7.1.news b/news/171029-2.7.1.news
index fc0cd5a..14ba75a 100644
--- a/news/171029-2.7.1.news
+++ b/news/171029-2.7.1.news
@@ -60,7 +60,7 @@ application bundle.</p>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.7.1.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.7.1/">all files</a>.</li>
-<li>Github: <a href="https://github.com/Gnucash/gnucash/releases/download/2.7.1/gnucash-2.7.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>Github: <a href="https://github.com/Gnucash/gnucash/releases/download/2.7.1/gnucash-2.7.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="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
</ul>
Summary of changes:
externals/global_params.php | 2 +-
news/171029-2.7.1.news | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
More information about the gnucash-changes
mailing list