gnucash-docs maint: Re-release documentation for GnuCash 4.10
John Ralls
jralls at code.gnucash.org
Mon Mar 28 16:28:44 EDT 2022
Updated via https://github.com/Gnucash/gnucash-docs/commit/87b77b8f (commit)
from https://github.com/Gnucash/gnucash-docs/commit/654ff3cf (commit)
commit 87b77b8f62380a5b90377d98e101b1aaf17b3f34
Author: John Ralls <jralls at ceridwen.us>
Date: Mon Mar 28 13:25:20 2022 -0700
Re-release documentation for GnuCash 4.10
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 60a8711e..6bed08e2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ cmake_minimum_required (VERSION 3.5)
# We don't actually use C, but GNUInstallDirs doesn't work if we don't
# specify a language.
project (gnucash-docs
- VERSION 4.10
+ VERSION 4.10.1
LANGUAGES C)
set (PACKAGE_NAME GnuCash Docs)
diff --git a/ChangeLog b/ChangeLog
index c46926b0..5692d25f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,107 @@
+2022-03-28 Frank H. Ellenberger
+
+ * Reenable other languages than pt in Guide (HEAD -> maint, origin/maint)
+
+2022-03-26 John Ralls
+
+ * Release Documentation for GnuCash 4.10 (tag: 4.10)
+
+2022-02-03 goodvibes2
+
+ * Update Preferences documentation to match current state
+
+2022-02-09 goodvibes2
+
+ * Fix 2 "[WARN] FOUserAgent - Destination: Unresolved ID reference"
+
+2022-02-06 goodvibes2
+
+ * Bug 797678 New Append checkbox in Generic Import Transaction Matcher
+
+2022-02-03 goodvibes2
+
+ * Updates to Gen Imp Tran Matcher other than for new Append checkbox
+
+2022-03-26 John Ralls
+
+ * Merge Christian Wehli's 'dtd-update' into maint.
+
+2022-02-13 Christian Wehling
+
+ * Adjusted entity for image width in gnc-docbookx.dtd and ...
+
+2022-03-11 John Ralls
+
+ * Find dialog: Add missing criterion rows to the table.
+
+2022-03-11 John Ralls
+
+ * Find dialog: Explain more clearly what is searched.
+
+2022-03-11 John Ralls
+
+ * Find dialog: Correct the type of tab in which the results are presented.
+
+2022-03-11 John Ralls
+
+ * Find Transactions is a dialog, not an assistant.
+
+2022-03-10 John Ralls
+
+ * Add missing Find fields to table and put them in the right order.
+
+2022-03-10 John Ralls
+
+ * Memo isn't a transaction field, Notes is.
+
+2022-03-10 John Ralls
+
+ * Merge Pedro Albuquerque's 'guide_pt' into maint.
+
+2021-12-28 pmraps
+
+ * pt_PT translation and figures update
+
+2021-12-27 Pedro Albuquerque
+
+ * Update .gitignore
+
+2022-01-11 pmraps
+
+ * pt_PT guide first test build
+
+2021-12-27 pmraps
+
+ * pt_PT translation and figures update
+
+2021-12-27 pmraps
+
+ * pt_PT translation and figures update
+
+2021-12-26 pmraps
+
+ * pt_PT translations and figures update
+
+2021-12-26 pmraps
+
+ * pt_PT adjust figures dpi
+
+2021-12-21 pmraps
+
+ * pt_PT translations and figures update
+
+2022-01-10 Christian Wehling
+
+ * F::Q Link to IRC channel inserted as entity
+
+2022-01-08 Christian Wehling
+
+ * F::Q Even more improvements
+
+2022-01-07 Frank H. Ellenberger
+
+ * Remove country codes from lang attribute and other minor formalities
+
2021-09-28 John Ralls
* Release Documentation for Gnucash 4.8 (tag: 4.8)
diff --git a/NEWS b/NEWS
index a0ddec4a..f2cfad04 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
Version History
---------------
+ 4.10.1- 28 March 2022
+ o Re-release 4.10 because a CMakeLists.txt error included only the
+ Portuguese version of the Tutorial and Concepts Guide.
4.10 - 27 March 2022
o Update Preferences documentation to match current state
o Fix 2 "[WARN] FOUserAgent - Destination: Unresolved ID reference"
Summary of changes:
CMakeLists.txt | 2 +-
ChangeLog | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
NEWS | 3 ++
3 files changed, 108 insertions(+), 1 deletion(-)
More information about the gnucash-changes
mailing list