gnucash-htdocs beta: Announce release of GnuCash 5.6.

John Ralls jralls at code.gnucash.org
Sun Mar 31 19:26:16 EDT 2024


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/1eb06866 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/28594c01 (commit)



commit 1eb068665278992a38986b6921752f2fe2a98b65
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Mar 31 16:26:03 2024 -0700

    Announce release of GnuCash 5.6.

diff --git a/externals/global_params.php b/externals/global_params.php
index 9d662fa..6ee18f2 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -6,13 +6,13 @@
      $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              ="5";
+     $minor_stable              ="6";
      // Number of Translations: Did we add or dropped some?
      define("PROG_TRANSLATIONS", 61);
 
      $latest_stable             = $major_stable.".".$minor_stable;
-     //$latest_stable_win         = $latest_stable;
-     $latest_stable_win         = $latest_stable."-1";
+     $latest_stable_win         = $latest_stable;
+     //$latest_stable_win         = $latest_stable."-1";
      $latest_stable_mac_intel   = $latest_stable."-1";
 // 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".
diff --git a/news/231217-5.5.news b/news/231217-5.5.news
index a896af3..67921d5 100644
--- a/news/231217-5.5.news
+++ b/news/231217-5.5.news
@@ -23,7 +23,8 @@
     <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799121">Bug 799121 - Parse error on CSV import on MacOS</a></li>
     <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799130">Bug 799130 - split-register.c:1847:gnc_split_register_save: assertion failed: (xaccTransIsOpen (blank_trans))</a></li>
     <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799134">Bug 799134 - Fails to build with GCC 14 (‘find_if’ is not a member of ‘std’; did you mean ‘find’)</a> </li>
-    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799138">Bug 799138 - Port to new Python C config API</a></li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799138">Bug 799138 - Port to new Python C config API</a>
+    <p>Note that this increases the minimum Python version to 3.8</p></li>
     <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799143">Bug 799143 - FTBFS on 32bit architectures</a></li>
     <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799144">Bug 799144 - Date Completion is broken after 5.4 upgrade</a></li>
     <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799148">Bug 799148 - Reliable crash when saving a modified saved report configuration</a></li>
diff --git a/news/240331-5.6.news b/news/240331-5.6.news
new file mode 100644
index 0000000..7cdce6c
--- /dev/null
+++ b/news/240331-5.6.news
@@ -0,0 +1,136 @@
+<b>Announcement:</b> GnuCash 5.6 Released
+2023-03-31
+
+<h2>GnuCash 5.6 Released</h2>
+
+<p>The GnuCash development team announces GnuCash 5.6, the seventh release in the stable 5.x series.</p>
+
+<h4>Between 5.5 and 5.6, the following bugfixes were accomplished:</h4>
+<ul>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=798946">Bug 798946 - start/end of current/last quarter have off-by-one error</a></li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799093">Bug 799093 - Cannot reconcile since v5.4</a></li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799179">Bug 799179 - SLR won't allow change from "Reminder" to any other state</a></li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799210">Bug 799210 - Bad encoding of accented chars in account names in "Import CSV" wizard</a></li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799213">Bug 799213 - SIGSEGV caused by revising an auto completed transaction</a></li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799222">Bug 799222 - Crash when changing the parent of an account that has had two or more levels of sub-accounts auto-created using the register in the current session.</a></li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799224">Bug 799224 - Import of QIF gets Bug detected during duplicates (partial fix</a>: If the new-splits object is null, it means the new account tree from the current import has no splits. Therefore the (apply min|max dates) will fail. Omitting the date query is a simple fix to prevent crashing.  This is a partial fix because the crash is likely a symptom of another bug which causes the new account-tree to be empty. </li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799225">Bug 799225 - QIF Importer Crashes Silently after "Start Import" Button</a>: Don't allow a QIF investment transaction without an action (buy/sell/etc) </li>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799246">Bug 799246 - import matcher will rename incorrect splits</a></li>
+</ul>
+<h4>The following fixes and improvements were not associated with bug reports:</h4>
+<ul>
+    <li>Numeric parsing and string handling improvements in the Engine and XML backend.</li>
+    <li>[gnc-dense-cal.c] sx popup: show date in preference (cf.locale) format because the date format preference is user-facing and customisable. it's jarring if the preference is dd/mm/yyyy and the display shows mm/dd/yyyy in accordance to the locale. </li>
+    <li>Correct misleading description about creating Scheduled Transaction.</li>
+    <li>Date parsing efficiency improvements.</li>
+    <li>Update minumum Python version to 3.8, made necessary by updating the C API in the Python bindings.</li>
+    <li>Replace deprecated distutils.sysconfig with sysconfig. distutils is not present in Python 3.12.2. </li>
+    <li>Query user via dialog for date when creating a reverse transaction.</li>
+    <li>More C++ conversions</li>
+    <li>Avoid deprecation warning for -py3 in swig >= 4.1</li>
+    <li>[gnc-commodities.cpp] gnc_new_iso_codes is a std::unordered_map</li>
+    <li>Replace some naked for loops with C++ algorithms</li>
+    <li>Convert gnc-commodity to C++ and make GncQuoteSources a C++ class.</li>
+    <li>[test-commodities.cpp] add some tests for gnc_quote_sources</li>
+    <li>Remove the SLR status sort as it is too confusing</li>
+    <li>Allow sorting of the transaction column in the Since Last Run dialog by schedule name or occurrence date.  To sort by schedule name, a schedule name is first selected and then the column header is pressed to change order.  To sort by occurrence date, a date is selected and then the column header is pressed to change order based on the date of the first occurrence.  A tool tip has been added to indicate the sort order being used. </li>
+    <li>[gtest-gnc-numeric] add operator comparisons with example int64 numbers </li>
+    <li>[assistant-stock-transaction] store & retrieve associated account as metadata</li>
+    <li>Update Form/Schedule line references for 2023 for the US Income Tax Report</li>
+    <li>Update another gnucash-help to gnucash-manual</li>
+    <li>[invoice.scm] centralize layout components into layout-key-list instead of maintaining 2 assoc lists. </li>
+    <li>[invoice.scm] normalize header section generators, changing the functions to require 1 options argument only </li>
+    <li>Update invoice.scm: Add spacing for long Invoice ID's (Displayed as "Reference" on the Invoice)</li>
+</ul>
+
+<p>New and Updated Translations: Croatian, Dutch, English (Australia), English (New Zealand), English (United Kingdom), French, German, Hebrew, Hungarian, Indonesian, Japanese, Norwegian Bokmål, Polish, Portuguese, Slovak, Spanish, Swedish</p>
+
+<a href="https://hosted.weblate.org/engage/gnucash/">Help translate GnuCash on Weblate</a>
+
+<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>
+<h6>Between 5.5 and 5.6, the following bugfixes were accomplished:</h6>
+<ul>
+    <li><a href="https://bugs.gnucash.org/show_bug.cgi?id=799237">Bug 799237 - Dead Link</a></li>
+</ul>
+
+<h4>The following fixes and improvements were not associated with bug reports:</h4>
+<ul>
+    <li>C, de:Manual:Finance-Quote: Note about Expected Time Commitment</li>
+    <li>C, de:Manual:Finance-Quote: Tip about 'gnc-fq-update: Command not found'</li>
+    <li>docbook: gnc-gui-de: Improve accelerator of menuitems</li>
+    <li>Link https://wiki.gnucash.org/wiki/Documentation_Translation#The_Procedure in recent gnc-gui-*.dtd files</li>
+    <li>Replace *dquote entities by <quote> tags</li>
+    <li>C:Manual:Tools:Unify main section titles and other minor improvements</li>
+    <li>Unify filename extension</li>
+    <li>C:Manual:CSV Import: show icons</li>
+    <li>xmlformat: Apply changes at the element 'screeninfo'</li>
+    <li>xmlformat.conf: new element 'screeninfo' with no entry- and no exit-break</li>
+</ul>
+
+
+<p>New and Updated Translations: German</p>
+
+
+<h3>Getting GnuCash for Windows and MacOS</h3>
+<p>GnuCash is provided for both Microsoft Windows 8.1® 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>b4b42c626350f3e79f7ca1f2173545cc63ddee1addf2460b1a1f22221bf21bd1</code>  gnucash-5.6.tar.bz2</li>
+    <li><code>50aebe914da600003c3b668c6a0b86df3d583a200c378f0f16658bec299bbbd3</code>  gnucash-5.6.tar.gz</li>
+    <li><code>dc6139469696168ddd13ad617a8fbd31c2389b0960a82bc2da1c0c5606b37f46</code>  gnucash-5.6.setup.exe</li>
+    <li><code>2cc91f36d9939065dac366058aae1a6a8c41cfe84850b6b549ee87ba075d50d4</code>  Gnucash-Intel-5.6-1.dmg</li>
+    <li><code>8ad9da28199074fc5ef604d4489a82413031290a06e5f6418fe85cceb5fa3f02</code>  gnucash-docs-5.6.tar.gz</li>
+</ul>
+
+<ul>
+    <li>SourceForge:
+        <ul>
+            <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/5.6/gnucash-5.6.setup.exe">Win32</a></li>
+            <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/5.6/Gnucash-Intel-5.6-1.dmg">Mac-Intel</a></li>
+        </ul></li>
+    <li>Github
+        <ul>
+            <li><a href="https://github.com/Gnucash/gnucash/releases/download/5.6/gnucash-5.6.setup.exe">Win32</a></li>
+            <li><a href="https://github.com/Gnucash/gnucash/releases/download/5.6/Gnucash-Intel-5.6-1.dmg">Mac-Intel</a></li>
+        </ul></li></ul>
+
+<h3>Getting GnuCash as source code</h3>
+<p>If you want to compile GnuCash 5.6 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.6/gnucash-5.6.tar.bz2">bzip2</a>, <a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/5.6/gnucash-5.6.tar.gz">gzip</a>.</li>
+
+    <li>Github: <a href="https://github.com/Gnucash/gnucash/releases/download/5.6/gnucash-5.6.tar.bz2">bzip</a>, <a href="https://github.com/Gnucash/gnucash/releases/download/5.6/gnucash-5.6.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.6 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.6 for yourself, the source code can be downloaded from:</p>
+<ul>
+    <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28stable%29/5.6/gnucash-docs-5.6.tar.gz">Sourceforge</a> or <a href="https://github.com/Gnucash/gnucash/releases/download/5.6/gnucash-docs-5.6.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:
 externals/global_params.php |   6 +-
 news/231217-5.5.news        |   3 +-
 news/240331-5.6.news        | 136 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 141 insertions(+), 4 deletions(-)
 create mode 100644 news/240331-5.6.news



More information about the gnucash-changes mailing list