gnucash-docs master: Release Documentation for Gnucash 3.905.

John Ralls jralls at code.gnucash.org
Sat Jun 13 18:14:29 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/b13fa9bb (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/35f87570 (commit)



commit b13fa9bb0d2c723a242e9259c09802a5fefd5d34
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Jun 13 15:13:46 2020 -0700

    Release Documentation for Gnucash 3.905.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d831c47..a277078 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.904
+    VERSION 3.905
     LANGUAGES NONE)
 
 set (PACKAGE_NAME GnuCash Docs)
diff --git a/NEWS b/NEWS
index 498f36b..3e93d29 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,16 @@
 Version History
 ---------------
+ 3.905  - 14 June 2020
+        o  Bug 770132 - Price editor does not find ASX:XRO
+        o  Bug 797783 - [PATCH] The "over" and "under" estimate in the
+                        unrealized capital gain chapter should be reversed.
+        o  L12N:it, pt update: Vanguard is part of AlphaVantage.
+        o  Update fq-sources.html: asx source is working again.
+           Also explain why you need F::Q 1.41
+        o  Tell travis to use ubuntu-18.04-docker file
+        o  Appendix: add "Ticker" to distinguish from security numbers.
+        o  Note on dots in yahoo symbols.
+
  3.904  - 7 June 2020
         No changes.
  3.903  - 1 June 2020
diff --git a/configure.ac b/configure.ac
index 65c3ecb..7e30000 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.904], [https://bugs.gnucash.org/describecomponents.cgi?product=Documentation], , [http://www.gnucash.org/])
+AC_INIT([gnucash-docs], [3.905], [https://bugs.gnucash.org/describecomponents.cgi?product=Documentation], , [http://www.gnucash.org/])
 AC_CANONICAL_HOST
 
 dnl ==========================================================================
diff --git a/docbook/gnc-docbookx.dtd b/docbook/gnc-docbookx.dtd
index 2b6bc16..d47fe26 100644
--- a/docbook/gnc-docbookx.dtd
+++ b/docbook/gnc-docbookx.dtd
@@ -32,9 +32,9 @@ own entity definitions to use across all of our DocBook pages. -->
   
   1. a) Publication - should only be changed by the release manager!
 -->
-<!ENTITY manrevision "3.903">
-<!ENTITY date "1 June 2020">
-<!ENTITY vers-unstable "3.903">
+<!ENTITY manrevision "3.905">
+<!ENTITY date "14 June 2020">
+<!ENTITY vers-unstable "3.905">
 <!ENTITY vers-stable "3.10">
 <!ENTITY series-unstable "master">
 <!ENTITY series-stable "3">



Summary of changes:
 CMakeLists.txt           |  2 +-
 NEWS                     | 11 +++++++++++
 configure.ac             |  2 +-
 docbook/gnc-docbookx.dtd |  6 +++---
 4 files changed, 16 insertions(+), 5 deletions(-)



More information about the gnucash-changes mailing list