gnucash-docs maint: Release Documentation for GnuCash 3.11.

John Ralls jralls at code.gnucash.org
Sat Jun 27 17:57:27 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/49e6c57f (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/5296addd (commit)



commit 49e6c57f2a44a3bd11ea645bdcb4dcadee7c7dc1
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Jun 27 08:59:37 2020 -0700

    Release Documentation for GnuCash 3.11.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 68b11bc..e08a021 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.10
+    VERSION 3.11
     LANGUAGES NONE)
 
 set (PACKAGE_NAME GnuCash Docs)
diff --git a/NEWS b/NEWS
index 4b51eac..c9c74b1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,33 @@
 Version History
 ---------------
+ 3.11   - 28 June 2020
+        o  Bug 770132 - Price editor does not find ASX:XROAmmend last commit
+                        German translation Patch other translations Update pt
+                        for easier synchronization
+        o Bug 797783 - [PATCH] The "over" and "under" estimate in the
+                       unrealized capital gain chapter should be reversed.
+        o Right align numerical column in fq-spec-tiaa
+        o Fix obsolete guide cross-reference.
+        o Appendix: add "Ticker" to distinguish from security numbers
+        o Note on dots in yahoo symbols
+        o Minor Correction to Help ManualCorrect reconciliation action on
+          U+C entry in table from 'n' to 'c' Modification of PR #137.
+        o Improve links to Selingers tutorialsUse entities, also for titles
+        o Modifications to Guide Ch12 to include multi-currency transactions
+          using trading accounts.Split the multi-currency transaction after
+          the initial introduction into two sections. The first is the
+          original dealing with the treatment of multicurrency transactions
+          using manual recording of the gains and losses.
+
  3.10   - 10 April 2020
         o Bug 797056 - Chapter 2 - Putting it All Together - Screen Order
                        Incorrect
         o Convert Wikipedia links to an entity.
         o Update some screenshots.
+
  3.9    - 29 March 2020
- 	o Rewrite the translation paragraph in Overview, updating it to match the current status.
+ 	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'
diff --git a/configure.ac b/configure.ac
index 0b9d414..bc54013 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # copyright (c) 2003-2016 GnuCash Development Team
 
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT([gnucash-docs], [3.10], [https://bugs.gnucash.org/describecomponents.cgi?product=Documentation], , [https://www.gnucash.org/])
+AC_INIT([gnucash-docs], [3.11], [https://bugs.gnucash.org/describecomponents.cgi?product=Documentation], , [https://www.gnucash.org/])
 AC_CANONICAL_HOST
 
 dnl ==========================================================================



Summary of changes:
 CMakeLists.txt |  2 +-
 NEWS           | 23 ++++++++++++++++++++++-
 configure.ac   |  2 +-
 3 files changed, 24 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list