gnucash-htdocs beta: Multiple changes pushed

Frank H.Ellenberger fell at code.gnucash.org
Tue Jul 9 00:46:26 EDT 2024


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/00ba3eb9 (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/d5e6f88e (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/ec7c602d (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/0ae1d072 (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/e047fa5d (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/0cb31619 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/3e6dff7e (commit)



commit 00ba3eb9acbe2ece3ba6e461a2dd2026f2c904e3
Merge: 3e6dff7 d5e6f88
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Tue Jul 9 06:45:50 2024 +0200

    Merge branch 'master' into beta


commit d5e6f88ed54fd38f3d5161c9cfb3b6c382596390
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Tue Jul 9 06:41:32 2024 +0200

    make he

diff --git a/locale/he/LC_MESSAGES/gnucash-htdocs.mo b/locale/he/LC_MESSAGES/gnucash-htdocs.mo
index ddfe809..1d92e97 100644
Binary files a/locale/he/LC_MESSAGES/gnucash-htdocs.mo and b/locale/he/LC_MESSAGES/gnucash-htdocs.mo differ

commit ec7c602ddbaeff7aa6c24f183d9feb0c6cfd9e5d
Author: Yaron Shahrabani <sh.yaron at gmail.com>
Date:   Mon Jul 8 17:09:12 2024 +0200

    Translation update  by Yaron Shahrabani <sh.yaron at gmail.com> using Weblate
    
    po/he.po: 100.0% (288 of 288 strings; 0 fuzzy)
    1 failing checks (0.3%)
    Translation: GnuCash/Website (Hebrew)
    Translate-URL: https://hosted.weblate.org/projects/gnucash/website/he/
    
    Co-authored-by: Yaron Shahrabani <sh.yaron at gmail.com>

diff --git a/po/he.po b/po/he.po
index e6507e2..dd987b7 100644
--- a/po/he.po
+++ b/po/he.po
@@ -11,8 +11,8 @@ msgstr ""
 "Report-Msgid-Bugs-To: https://bugs.gnucash.org/buglist."
 "cgi?component=Translations&product=Website&resolution=---\n"
 "POT-Creation-Date: 2024-04-02 13:19+0200\n"
-"PO-Revision-Date: 2024-07-04 11:09+0000\n"
-"Last-Translator: Avi Markovitz <avi.markovitz at gmail.com>\n"
+"PO-Revision-Date: 2024-07-08 15:09+0000\n"
+"Last-Translator: Yaron Shahrabani <sh.yaron at gmail.com>\n"
 "Language-Team: Hebrew <https://hosted.weblate.org/projects/gnucash/website/"
 "he/>\n"
 "Language: he\n"
@@ -393,7 +393,7 @@ msgid ""
 "program and documentation to your language</a>"
 msgstr ""
 "על ידי <a href=\"https://wiki.gnucash.org/wiki/Translation\">תרגום התוכנה "
-"והתיעוד לכול שפה</a>"
+"והתיעוד לכל שפה</a>"
 
 #: 2.6-release-tour.phtml:183
 msgid ""

commit 0ae1d072abe83b4b47bec99f18c3d98cff5fcdcd
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jul 8 16:28:41 2024 -0700

    Fix atom feed validation errors.
    
    Adds content and summary tags to atom feed entries.

diff --git a/atom.php b/atom.php
index 7a90fc1..ba30b87 100644
--- a/atom.php
+++ b/atom.php
@@ -59,11 +59,14 @@ include("$newsdir/news-script.php");
         $n = count($fa);
         $title = strip_tags(chop($fa[0]));
         $update_date = chop($fa[1]);
+        $summary = strip_tags(chop($fa[5]));
     ?>
         <entry>
             <id>urn:x-gnucash:news:<?= urlencode($key) ?></id>
             <title><?= $title ?></title>
-            <link rel="alternate" href="<?=\DEFAULT_URL?>news.phtml#n-<?=generate_anchor($key);?>" />
+            <summary><?= $summary ?></summary>
+            <content type="application/xhtml+html" src="<?=\DEFAULT_URL?>news.phtml#n-<?=generate_anchor($key);?>"/>
+                <link rel="alternate" href="<?=\DEFAULT_URL?>news.phtml#n-<?=generate_anchor($key);?>" />
             <author>
                 <name>GnuCash Developers</name>
                 <email>gnucash-devel at gnucash.org</email>

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>
 

commit 0cb3161909948c194c879368a3b986ae3f1fa389
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Jul 6 10:52:26 2024 -0700

    Announce snap release of GnuCash 5.8.

diff --git a/externals/global_params.php b/externals/global_params.php
index 8f865fa..10adf78 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -6,7 +6,7 @@
      $major_stable              ="5";
      // TODO: on major_stable 5 in download.phtml copy from $old_stable into the historical
      // section: last_win7 and $last_mac_sierra
-     $minor_stable              ="7";
+     $minor_stable              ="8";
      // Number of Translations: Did we add or dropped some?
      define("PROG_TRANSLATIONS", 61);
 
diff --git a/news/240707-5.8.news b/news/240707-5.8.news
new file mode 100644
index 0000000..8a7a3b3
--- /dev/null
+++ b/news/240707-5.8.news
@@ -0,0 +1,85 @@
+<b>Announcement:</b> GnuCash 5.8 Released
+2024-07-07
+
+<h2>GnuCash 5.8 Released</h2>
+
+<p>The GnuCash development team announces GnuCash 5.8, the ninth release in the stable 5.x series. This is a snap releae to fix a serious bug in GnuCash 5.8.</p>
+
+<h4>Between 5.7 and 5.8, the following bugfixes were accomplished:</h4><ul>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799347">Bug 799347 - Edit account to make it sub account under other account</a></li>
+</ul>
+
+<h4>There were no other changes.</h4>
+
+<p>New and Updated Translations: Chinese (Traditional), Hebrew, Hungarian, Macedonian, Spanish</p>
+
+<a href="https://hosted.weblate.org/engage/gnucash/">Help translate GnuCash on Weblate</a>
+
+<h4>German AQBanking Users:</h4>
+<p>The AQBanking author is still working to get his updated PIN/TAN code finalized so the Flatpak, macOS, and Windows bundles of this release contain the last stable version, 6.5.4. The <a href="https://code.gnucash.org/builds/">GnuCash nightly builds</a> have beta releases with the new implementation, so consider using one of those if the stable AQBanking doesn't work for you.</p>
+
+<h4>Known Problems</h4>
+<p><a href="https://bugs.gnucash.org/buglist.cgi?bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&bug_severity=minor&bug_severity=trivial&bug_status=NEW&bug_status=ASSIGNED&bug_status=NEEDINFO&bug_status=REOPENED&limit=0&list_id=8149&order=priority%2Cbug_severity&query_format=advanced">Complete list of all open bugs.</a></p>
+
+<h2>Documentation</h2>
+<h4>No changes were made between 5.7 and 5.8.</h4>
+<h3>Getting GnuCash for Windows and MacOS</h3>
+<p>GnuCash is provided for both Microsoft Windows 10® and later
+    and MacOS 10.13 (High Sierra)® and later in pre-built, all-in-one
+    packages. An installer is provided for Microsoft Windows® while
+    the MacOS® package is a disk image containing a drag-and-drop
+    application bundle.</p>
+
+<p>GnuCash is also available as a flatpak from Flathub.org. <a href="https://wiki.gnucash.org/wiki/Flatpak">Instructions for installing and running.</a></p>
+
+<p>The SHA256 Hashes for the downloadable files are:</p>
+<ul>
+    <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>b8f344ec5824090669f93e9ba3ecfafecd55462a5ff1b2d323d7a9c8f9aa5a3f</code>  gnucash-docs-5.8.tar.gz</li>
+</ul>
+
+<ul>
+    <li>SourceForge:
+        <ul>
+            <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/5.8/gnucash-5.8-1.setup.exe">Win32</a></li>
+            <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/5.8/Gnucash-Intel-5.8-1.dmg">Mac-Intel</a></li>
+        </ul></li>
+    <li>Github
+        <ul>
+            <li><a href="https://github.com/Gnucash/gnucash/releases/download/5.8/gnucash-5.8-1.setup.exe">Win32</a></li>
+            <li><a href="https://github.com/Gnucash/gnucash/releases/download/5.8/Gnucash-Intel-5.8-1.dmg">Mac-Intel</a></li>
+        </ul></li></ul>
+
+<h3>Getting GnuCash as source code</h3>
+<p>If you want to compile GnuCash 5.8 for yourself, the source code can be downloaded from:</p>
+<ul>
+
+    <li>Sourceforge: <a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/5.8/gnucash-5.8.tar.bz2">bzip2</a>, <a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/5.8/gnucash-5.8.tar.gz">gzip</a>.</li>
+
+    <li>Github: <a href="https://github.com/Gnucash/gnucash/releases/download/5.8/gnucash-5.8.tar.bz2">bzip</a>, <a href="https://github.com/Gnucash/gnucash/releases/download/5.8/gnucash-5.8.tar.gz">gzip</a></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>
+
+<p>To compile GnuCash from the source code by yourself, you will need at least <a href="https://www.gtk.org">Gtk+</a> 3.22.29, <a href="https://www.gnu.org/software/guile/">Guile</a> 2.0, <a href="https://www.boost.org/">Boost</a> 1.67, <a href="https://webkitgtk.org/">WebKitGtk</a> 2.4, <a href="https://github.com/google/googletest">GoogleTest</a> 1.8.0, <a href="https://cmake.org/">cmake 3.10</a> and <a href="http://www.swig.org/">SWIG</a> 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.</p>
+
+<h3>Getting the documentation</h3>
+
+<p>The documentation is available at <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 5.8 documentation can be found under "GnuCash v5 (current stable release)" in multiple languages both for reading online and for download in pdf, epub, and mobi formats. The documentation is also included in the MacOS and Windows application bundles.</p>
+
+<p>If you want to compile the GnuCash Documentation 5.8 for yourself, the source code can be downloaded from:</p>
+<ul>
+    <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/5.8/gnucash-docs-5.8.tar.gz">Sourceforge</a> or <a href="https://github.com/Gnucash/gnucash/releases/download/5.8/gnucash-docs-5.8.tar.gz">GitHub</a></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>
+
+
+<h3>About the Program</h3>
+
+<p>GnuCash is a free, open source accounting program released under
+    the GNU General Public License (GPL) and available for GNU/Linux,
+    *BSD, Solaris, MacOS, and Microsoft Windows.  Programming on GnuCash
+    began in 1997, and its first stable release was in 1998.</p>



Summary of changes:
 locale/he/LC_MESSAGES/gnucash-htdocs.mo | Bin 60542 -> 60538 bytes
 po/he.po                                |   6 +++---
 2 files changed, 3 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list