gnucash-docs maint: Release Documentation for GnuCash 3.9

John Ralls jralls at code.gnucash.org
Sat Mar 28 16:20:04 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/e58d1cda (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/1cb56539 (commit)



commit e58d1cda1f41af542693569e42673fe762038e65
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Mar 28 13:18:18 2020 -0700

    Release Documentation for GnuCash 3.9

diff --git a/CMakeLists.txt b/CMakeLists.txt
index eaff3a6..3065ed6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ cmake_minimum_required (VERSION 3.5)
 # This sets a number of environment variables we can use later on
 # The names of these variables start with PROJECT_ and gnucash-docs_VERSION
 project (gnucash-docs
-    VERSION 3.8
+    VERSION 3.9
     LANGUAGES NONE)
 
 set (PACKAGE_NAME GnuCash Docs)
diff --git a/NEWS b/NEWS
index e4dee03..f54b164 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
 Version History
 ---------------
+ 3.9    - 29 March 2020
+ 	o Rewrite the translation paragraph in Overview, updating it to match the current status.
+	o Book options->Trading Accounts: link tutorial
+	o Remove obsolete basics_main[_]win*.{xcf|png} from guide
+	o In Business Account Setup of A/R and A/P emphasise 'for each currency'
+	o Remove redundant leading words in the admonition blocks
+	o Distinguish 2 "Process Payment" sections
+
  3.8    - 29 December 2019
         o Replace web links with entities.
         o Replace <code> tag with <command>. The latter is correct for Docbook.
@@ -9,6 +17,7 @@ Version History
           to change the orientation more towards a description of the interface
           functionality in the help manual
         o More work on cmake build system.
+
  3.7    - 8 September 2019
         o Bug 797324 - yelp 3.32.2 does not find entities while listing 'all
                        documents'
@@ -16,6 +25,7 @@ Version History
         o All pngs have been optimized, reducing the size of the documentation
           by ~28MB.
         o Document the new import matcher multiselection feature.
+
  3.6    - 20 June 2019
         o Guide: Move the FDL appendix into the appendix part
         o Guide Bus: Add IDs to tables so that they will appear in the
@@ -35,12 +45,14 @@ Version History
         o Bug 796855 Bringing Chapter 3 of Help into Chapter 2 of Guide 
         o Bug 796856 Help Ch6 section added for importing from files
           Move this section to the guide in the newly created import chapter.
-        o Bug 797044 - Russian PDF on website has '#' for every cyrillic codepoint.
+        o Bug 797044 - Russian PDF on website has '#' for every cyrillic
+                       codepoint.
         o Help Gui menu: Review of "Online Banking" in Import and Action menu
           Add or update descriptions by the recent tooltips from
           gnc-plugin-aqbanking.c
           Remove "Issue Transaction...", which was obsoleted by SEPA
-        o Help Gui menu: Add Missing Export Active Register item, add more accelerators.
+        o Help Gui menu: Add Missing Export Active Register item, add more
+          accelerators.
         o Guide - make Account and Transactions chapters subsections of the
           Basics chapter
         o Guide - New Report: Balance Forecast Report
@@ -48,6 +60,7 @@ Version History
         o Guide - Update Transaction Report
         o Guide - Rewrite Import Business Data chapter
         o Update Portuguese Help translation
+
  3.4    - 30 December 2018
         o Convert help documents to use XInclude instead of SYSTEM entities
         o Convert Guide and its translations to use XInclude instead of
@@ -59,6 +72,7 @@ Version History
           This custom DTD is based on the DocBook V4.5 DTD and is intended
           to be used by all our documentation xml files.
         o Update to DocBook XML spec 4.5
+
  3.3    - 30 September 2018
         o Bug 791169 - Add Reconciliation definition to glossary.
         o Bug 796800 - None of the "GnuCash Tutorial and Concepts Guide"
@@ -69,12 +83,15 @@ Version History
         o Add travis continuous integration to docs.
         o Add tax tables to documentation.
         o Document Filter/Closing transactions feature.
+
  3.2    - 24 June 2018
         o Bug 796098 - V 3.1 Missing images in Tutorial and Concepts Guide in
           PDF and Online Help pages.
         o Bug 795980 - Void Reason Has No Visible Purpose.
+
  3.1    - 28 April 2018
         o Update supported platforms for version 3.x.
+
  3.0    - 1 April 2018
         o Correct field format in python-import-fields.
         o German translation of Transactions chapter.
@@ -93,6 +110,7 @@ Version History
              Cleanfiles was missing several build targets.
         o New Transaction Report section in Guide
         o Replace some screenshots with new ones reflecting Gtk3.
+
  2.6.20 - 1 April 2018
         o Bug 793844 - GnuCash Tutorial and Concepts Guide 13.4.5. Process
                        Payment says Accounts Receivable, should be Payable



Summary of changes:
 CMakeLists.txt |  2 +-
 NEWS           | 22 ++++++++++++++++++++--
 2 files changed, 21 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list