gnucash-htdocs master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun Dec 20 23:24:21 EST 2015


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/65be4a2f (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/ae4e9936 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/afd7d9d0 (commit)



commit 65be4a2ff0c1a08422d8ba4e8c331c792e86390c
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Dec 20 20:24:01 2015 -0800

    Announce release of GnuCash 2.6.10.

diff --git a/externals/global_params.php b/externals/global_params.php
index 0e202ce..0bf5fbe 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -3,11 +3,12 @@
      // Each platform can define its own latest version or follow the default.
      // Both a latest stable version and a latest unstable version are defined.
      $major_stable		="2.6";
-     $minor_stable		="9";
+     $minor_stable		="10";
      $latest_stable             = $major_stable.".".$minor_stable;
      $latest_stable_win		= $latest_stable;
 #     $latest_stable_win         = $latest_stable."-1";
-     $latest_stable_mac_ppc     = $latest_stable."-1";
+#     $latest_stable_mac_ppc     = $latest_stable."-1";
+     $latest_stable_mac_ppc     = major_stable."9-1";
      $latest_stable_mac_intel   = $latest_stable."-1";
 
 #     $major_latest_unstable		="2.5";
diff --git a/news/151220-2.6.10.news b/news/151220-2.6.10.news
index f3e5ee5..cf6a9a8 100644
--- a/news/151220-2.6.10.news
+++ b/news/151220-2.6.10.news
@@ -1,42 +1,74 @@
-<b>Announcement:</b> GnuCash 2.6.9 Release
-2015-09-27
+<b>Announcement:</b> GnuCash 2.6.10 Release
+2015-12-20
 
-<h2>GnuCash 2.6.9 released</h2>
+<h2>GnuCash 2.6.10 released</h2>
 
-<p>The GnuCash development team humbly announces GnuCash 2.6.9, the nineth maintenance release in the 2.6-stable series, a snap release to repair a serious bug on Microsoft Windows. Please <a href="http://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
+<p>The GnuCash development team proudly announces GnuCash 2.6.10, the tenth maintenance release in the 2.6-stable series. Please <a href="http://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
 
 <h3>Changes</h3>
 
-<p>Between 2.6.8 and 2.6.9, the following bugfixes were accomplished:</p>
+<p>Between 2.6.9 and 2.6.10, the following bugfixes were accomplished:</p>
 <ul>
-      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=755920">Bug #755920 - Crash (Freeze) when using File Save As.. in Windows OS Fix termination of the loop so that it's not dependent upon Linux paths</a></li>
-      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=755778">Bug #755778 - Test failure: test-engine: duplicate test case paths.</a></li>
+      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=627692">Bug #627692 - Report options, Account Selection, "select all" => not all accounts selected, only visible ones.</a></li>
+      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=646129">Bug #646129 - Account selection in reports: 'Select Children' doesn't actually select children if they are collapsed.</a></li>
+      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=662126">Bug #662126 - Cannot create scheduled transaction for dividend reinvestment.</a></li>
+      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=742321">Bug #742321 - Reset temporary prefs on application startup.</a></li>
+      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=745101">Bug #745101 - No warning when quitting with unsaved file. When the file was first created without the New File Assistant.</a></li>
+      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=746155">Bug #746155 - Reports: html-acct-table prepend-row! & prepend-col! unknown variables Fixed following the suggestions by Tony Kerns.</a></li>
+      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=754192">Bug #754192 - Since Last Run Dialog asks for security price even if not needed.</a></li>
+      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=754533">Bug #754533 - No Account Templates Error Patch.</a></li>
       <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=755781">Bug #755781 - Files with copyright but no grant of license.</a></li>
-      
-<p>Translations Updated: German.</p>
+      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=756335">Bug #756335 - When importing, date selection causes exit crash.</a></li>
+      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=756339">Bug #756339 - Prices table not updated.</a></li>
+      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=756720">Bug #756720 - configure fails to find libgoffice 0.10-10 (0.10.18-1) While we can't support libgoffice 0.10 because that would require gtk3 we can improve the error message if no libgoffice 0.8.x version is found.</a></li>
+      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=757378">Bug #757378 - Display the user-defined display symbol for non-currency commodities.</a></li>
+      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=759224">Bug #759224 - illegal dates in stock transactions cause corrupt file.</a></li>
+      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=759294">Bug #759294 - New the billing term are not saved during invoice editing. Prevent editing the terms from the invoice view.</a></li>
+</ul>
+<p>Some other fixes not associated with reported bugs:
+<ul>
+   <li> Revert the automatic inversion of prices whose value is less than 1.0. This corrects several regressions from 2.6.8 and 2.6.9; it proved to be to big a change for a maintenance branch and will re-appear in the next major release.</li>
+    <li>Fix test failure due to trying to parse nanoseconds, which we don't actually use.</li>
+    <li>Use @SHELL@ instead of hardcode /bin/sh in test shell scripts. This is a workaround for MacOS X 10.11's System Integrity Protection.</li>
+    <li>Improve the revert action: Ask user confirmation and don't ask to save before reverting.</li>
+    <li>Have a more generic mechanism to set Save action's sensitivity and use it for Revert action as well.</li>
+    <li>Avoid assert in gnc_split_register_balance_trans if default_account is null.</li>
+    <li>Performance improvements in the Cash Flow report.</li>
+    <li>Add new account chart for Duch small businesses.</li>
+    <li>Add some developer documentation.</li>
+
+</ul>
+<p>New Translation: Portugal Portuguese</p>
+<p>Translations Updated: Arabic, German.</p>
 
 <h2>Important update notification</h2>
 <p>If you are updating from gnucash 2.6.0-2.6.4 on linux, you are advised to remove the guile user cache or several parts of gnucash may fail to work properly. This user cache can be found in <em>.cache/guile/ccache/2.0-LE-8-2.0/</em> in your home directory. It's safe to remove the whole contents of this directory.</p>
 <p>Note .cache is a hidden folder in your home directory. You may have to change your file manager's settings in order to view hidden files and folders.</p>
 
 <h2>Documentation</h2>
-<p>Concurrent with the release of Gnucash 2.6.9 we're pleased to also release a new version 2.6.9 of the companion <em>Help</em> and <em>Tutorial and Concepts Guide</em>.</p>
+<p>Concurrent with the release of Gnucash 2.6.10 we're pleased to also release a new version 2.6.10 of the companion <em>Help</em> and <em>Tutorial and Concepts Guide</em>.</p>
 <ul>
-  <li> More German Translations from Mechtilde Stehmann. </li>
+<li>More German Translation work from Mechtilde Stehmann.</li>
+<li>New German illustrations from Mechtilde Stehmann.</li>
+<li>Change paper size to A4 for European (i.e., German and Italian) PDFs.</li>
+<li> Replace remaining references to "General Ledger" with "General Journal".</li>
+<li>Remove e-mail from AUTHORS file, trying to reduce support requests directly to developers instead of to the list.</li>
+<li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=608098">Bug 608098 - Document Transaction Rpt, including how to handle splits.</a></li>
+<li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=744151">Bug 744151 - Remove Top 10 Reasons and outdated What's New.</a></li>
+<li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=75174">Bug 757174 - FTBFS: /tmp/build/gnucash-docs-2.6.7/mincho.xml.</a></li>
 </ul>
 
-
 <h3>Getting GnuCash for Windows (Win32 binary)</h3>
-<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.9-setup.exe">Gnucash 2.6.9 Win32 setup executable</a> can be downloaded from Sourceforge. It will install everything needed to run GnuCash.</p>
+<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.10-setup.exe">Gnucash 2.6.10 Win32 setup executable</a> can be downloaded from Sourceforge. It will install everything needed to run GnuCash.</p>
 
 <h3>Mac OSX binary</h3>
-<p>The Gnucash 2.6.9 MacOS X <a href="http://downloads.sourceforge.net/sourceforge/gnucash/Gnucash-Intel-2.6.9-1.dmg">Intel</a> and <a href="http://downloads.sourceforge.net/sourceforge/gnucash/Gnucash-PPC-2.6.9-1.dmg">PPC</a> packages can be downloaded from Sourceforge as well.</p>
+<p>The Gnucash 2.6.10 MacOS X <a href="http://downloads.sourceforge.net/sourceforge/gnucash/Gnucash-Intel-2.6.10-1.dmg">Intel</a> and <a href="http://downloads.sourceforge.net/sourceforge/gnucash/Gnucash-PPC-2.6.10-1.dmg">PPC</a> packages can be downloaded from Sourceforge as well.</p>
 
 <h3>Getting GnuCash as source code</h3>
-<p>If you want to compile GnuCash 2.6.9 for yourself, the source code can be downloaded from:</p>
+<p>If you want to compile GnuCash 2.6.10 for yourself, the source code can be downloaded from:</p>
 <ul>
 
-<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.9.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.9/">all files</a>.</li>
+<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.10.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.10/">all files</a>.</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>
@@ -45,17 +77,17 @@
 
 <h3>Reading the documentation online</h3>
 
-<p>An online version of the documentation is available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.9 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>An online version of the documentation is available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.10 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
 
 <h3>Getting GnuCash Documentation in pdf, epub or mobi formats</h3>
 
-<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.9 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.10 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
 
 <h3>Getting GnuCash Documentation as source code</h3>
 
-<p>If you want to compile the GnuCash Documentation 2.6.9 for yourself, the source code can be downloaded from:</p>
+<p>If you want to compile the GnuCash Documentation 2.6.10 for yourself, the source code can be downloaded from:</p>
 <ul>
-<li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.6.9.tar.gz">Sourceforge</a></li>
+<li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.6.10.tar.gz">Sourceforge</a></li>
 <li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
 </ul>
 

commit ae4e99364f0e5026ad72aaaf1a0a4f7d7d0f253c
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Dec 20 20:23:28 2015 -0800

    Update copyright range, almost a year late.

diff --git a/externals/footer.phtml b/externals/footer.phtml
index 2bb1025..e59b607 100644
--- a/externals/footer.phtml
+++ b/externals/footer.phtml
@@ -6,7 +6,7 @@
 <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml-rdfa" alt="Valid XHTML + RDFa" height="31" width="88" /></a>
 </p>
 </div>
-<p><b>Copyright © 2001-2014 The GnuCash Project</b></p>
+<p><b>Copyright © 2001-2015 The GnuCash Project</b></p>
 <p><?= T_("Server & email outage reports to:")?> <a href="mailto:gnucash-devel at gnucash.org"><b>gnucash-devel at gnucash.org</b></a></p>
 <p><?= T_("Translation problems? Contact:");?> <a href="mailto:gnucash-devel at gnucash.org"><b>gnucash-devel at gnucash.org</b></a></p>
 </div>
diff --git a/news/151220-2.6.10.news b/news/151220-2.6.10.news
new file mode 100644
index 0000000..f3e5ee5
--- /dev/null
+++ b/news/151220-2.6.10.news
@@ -0,0 +1,67 @@
+<b>Announcement:</b> GnuCash 2.6.9 Release
+2015-09-27
+
+<h2>GnuCash 2.6.9 released</h2>
+
+<p>The GnuCash development team humbly announces GnuCash 2.6.9, the nineth maintenance release in the 2.6-stable series, a snap release to repair a serious bug on Microsoft Windows. Please <a href="http://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
+
+<h3>Changes</h3>
+
+<p>Between 2.6.8 and 2.6.9, the following bugfixes were accomplished:</p>
+<ul>
+      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=755920">Bug #755920 - Crash (Freeze) when using File Save As.. in Windows OS Fix termination of the loop so that it's not dependent upon Linux paths</a></li>
+      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=755778">Bug #755778 - Test failure: test-engine: duplicate test case paths.</a></li>
+      <li> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=755781">Bug #755781 - Files with copyright but no grant of license.</a></li>
+      
+<p>Translations Updated: German.</p>
+
+<h2>Important update notification</h2>
+<p>If you are updating from gnucash 2.6.0-2.6.4 on linux, you are advised to remove the guile user cache or several parts of gnucash may fail to work properly. This user cache can be found in <em>.cache/guile/ccache/2.0-LE-8-2.0/</em> in your home directory. It's safe to remove the whole contents of this directory.</p>
+<p>Note .cache is a hidden folder in your home directory. You may have to change your file manager's settings in order to view hidden files and folders.</p>
+
+<h2>Documentation</h2>
+<p>Concurrent with the release of Gnucash 2.6.9 we're pleased to also release a new version 2.6.9 of the companion <em>Help</em> and <em>Tutorial and Concepts Guide</em>.</p>
+<ul>
+  <li> More German Translations from Mechtilde Stehmann. </li>
+</ul>
+
+
+<h3>Getting GnuCash for Windows (Win32 binary)</h3>
+<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.9-setup.exe">Gnucash 2.6.9 Win32 setup executable</a> can be downloaded from Sourceforge. It will install everything needed to run GnuCash.</p>
+
+<h3>Mac OSX binary</h3>
+<p>The Gnucash 2.6.9 MacOS X <a href="http://downloads.sourceforge.net/sourceforge/gnucash/Gnucash-Intel-2.6.9-1.dmg">Intel</a> and <a href="http://downloads.sourceforge.net/sourceforge/gnucash/Gnucash-PPC-2.6.9-1.dmg">PPC</a> packages can be downloaded from Sourceforge as well.</p>
+
+<h3>Getting GnuCash as source code</h3>
+<p>If you want to compile GnuCash 2.6.9 for yourself, the source code can be downloaded from:</p>
+<ul>
+
+<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.9.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.9/">all files</a>.</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>
+
+<p>To compile GnuCash from the source code by yourself, you will need at least Gnome 2, Guile, and slib. In addition you will need swig if compiling from git. Please consult the README file in the sources for the exact list of dependencies and versions.</p>
+
+<h3>Reading the documentation online</h3>
+
+<p>An online version of the documentation is available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.9 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+
+<h3>Getting GnuCash Documentation in pdf, epub or mobi formats</h3>
+
+<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.9 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+
+<h3>Getting GnuCash Documentation as source code</h3>
+
+<p>If you want to compile the GnuCash Documentation 2.6.9 for yourself, the source code can be downloaded from:</p>
+<ul>
+<li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.6.9.tar.gz">Sourceforge</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">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, Mac OSX and Microsoft Windows.  Programming on GnuCash
+began in 1997, and its first stable release was in 1998.</p>



Summary of changes:
 externals/footer.phtml      |  2 +-
 externals/global_params.php |  5 ++-
 news/151220-2.6.10.news     | 99 +++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 103 insertions(+), 3 deletions(-)
 create mode 100644 news/151220-2.6.10.news



More information about the gnucash-changes mailing list