gnucash-docs stable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun Sep 22 19:30:24 EDT 2024


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/b90565c5 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/d6c2b322 (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/64e9e74a (commit)



commit b90565c5c05b063abccc3927854849d2508da760
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Sep 22 16:30:14 2024 -0700

    Update github CI actions versions.

diff --git a/.github/workflows/dist-check.yml b/.github/workflows/dist-check.yml
index f6e3f365..57c5be3c 100644
--- a/.github/workflows/dist-check.yml
+++ b/.github/workflows/dist-check.yml
@@ -6,7 +6,7 @@ jobs:
     name: Ubuntu-latest distcheck with minimal requirements
     steps:
     - name: Checkout
-      uses: actions/checkout at v3
+      uses: actions/checkout at v4
     - run: sudo apt-get update
     - name: Install minimal dependencies
       run: sudo apt-get install -y cmake ninja-build libxml2-utils xsltproc docbook-xsl
@@ -29,7 +29,7 @@ jobs:
       run: |
         cd build
         ninja distcheck
-    - uses: actions/upload-artifact at v2
+    - uses: actions/upload-artifact at v4
       if: failure()
       with:
         name: TestLog
diff --git a/.github/workflows/html-ubuntu.yml b/.github/workflows/html-ubuntu.yml
index 7eb15a54..1e54a56c 100644
--- a/.github/workflows/html-ubuntu.yml
+++ b/.github/workflows/html-ubuntu.yml
@@ -6,7 +6,7 @@ jobs:
     name: make HTML in Ubuntu-latest
     steps:
     - name: Checkout
-      uses: actions/checkout at v3
+      uses: actions/checkout at v4
     - run: sudo apt-get update
     - name: Install minimal dependencies
       run: sudo apt-get install -y cmake ninja-build libxml2-utils xsltproc docbook-xsl
@@ -25,7 +25,7 @@ jobs:
       run: |
         cd build
         ninja html
-    - uses: actions/upload-artifact at v2
+    - uses: actions/upload-artifact at v4
       if: failure()
       with:
         name: TestLog
diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml
index b8d7360b..c9bfecb6 100644
--- a/.github/workflows/nightly-build.yml
+++ b/.github/workflows/nightly-build.yml
@@ -11,7 +11,7 @@ jobs:
     name: make HTML in Ubuntu-latest
     steps:
     - name: Checkout
-      uses: actions/checkout at v3
+      uses: actions/checkout at v4
     - run: sudo apt-get update
     - name: Install minimal dependencies
       run: sudo apt-get install -y cmake ninja-build libxml2-utils xsltproc docbook-xsl
@@ -30,7 +30,7 @@ jobs:
       run: |
         cd build
         ninja html
-    - uses: actions/upload-artifact at v2
+    - uses: actions/upload-artifact at v4
       if: failure()
       with:
         name: TestLog
@@ -44,7 +44,7 @@ jobs:
           echo "::warning title=Invalid file permissions automatically fixed::$line"
         done
     - name: Upload pages
-      uses: actions/upload-pages-artifact at v2
+      uses: actions/upload-pages-artifact at v3
       if: success()
       with:
         path: ${{ github.workspace }}/build/github-pages
@@ -61,4 +61,4 @@ jobs:
     steps:
       - name: Publish
         id: deployment
-        uses: actions/deploy-pages at v2
+        uses: actions/deploy-pages at v4
diff --git a/.github/workflows/other-ubuntu.yml b/.github/workflows/other-ubuntu.yml
index 23fbb530..375deaa4 100644
--- a/.github/workflows/other-ubuntu.yml
+++ b/.github/workflows/other-ubuntu.yml
@@ -6,7 +6,7 @@ jobs:
     name: ubuntu-latest build other formatss
     steps:
     - name: Checkout
-      uses: actions/checkout at v3
+      uses: actions/checkout at v4
     - run: sudo apt-get update
     - name: Install minimal dependencies
       run: sudo apt-get install -y cmake ninja-build libxml2-utils xsltproc docbook-xsl
@@ -42,7 +42,7 @@ jobs:
       run: |
         cd build
         ninja mobi
-    - uses: actions/upload-artifact at v2
+    - uses: actions/upload-artifact at v4
       if: failure()
       with:
         name: TestLog

commit d6c2b3224c78fb85db4669b887e74734310ac1b1
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Jul 6 11:20:04 2024 -0700

    ChangeLog and NEWS for 5.8.

diff --git a/ChangeLog b/ChangeLog
index a5f75b90..8ee458c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,119 @@
+2024-07-06 John Ralls 
+
+	* Release Documentation for GnuCash 5.8 (HEAD -> stable, origin/stable, origin/HEAD)
+
+2024-07-06 Frank H. Ellenberger 
+
+	* de:manual:Transactions: gnucash-fallback.css aktualisiert
+
+2024-06-29 John Ralls 
+
+	* Release Documentation for GnuCash 5.7 (tag: 5.7, jralls/stable)
+
+2024-03-24 Christian Wehling 
+
+	* L10n:de: manual, ch_Business: section 'Vendor'
+
+2024-04-23 Christian Wehling 
+
+	* L10n:de: manual, ch_Business: section 'Customer', improvements
+
+2024-04-23 Christian Wehling 
+
+	* L10n:de: manual, ch_Business: section 'Setup', improvements
+
+2024-05-05 Frank H. Ellenberger 
+
+	* Merge CWehli's PR #339 into stable
+
+2024-05-04 Christian Wehling 
+
+	* docbook: Improve entity untranslated
+
+2024-04-29 Christian Wehling 
+
+	* gnc-struct: change entity and section id's for 'employee-voucher'
+
+2024-04-29 Christian Wehling 
+
+	* All: manual, ch_Business: Harmonize section IDs.
+
+2024-04-29 Christian Wehling 
+
+	* All: manual, ch_Business, Change id=“busnss-emplyedit”...
+
+2024-04-30 Christian Wehling 
+
+	* docbook: use entitiy for url-wiki
+
+2024-04-28 Christian Wehling 
+
+	* Revert "All: Improve entity untranslated"
+
+2024-04-25 Frank H. Ellenberger 
+
+	* de, pt: Update &untranslated-*; to &untranslated;
+
+2024-04-24 Frank H. Ellenberger 
+
+	* All: Improve entity untranslated
+
+2024-04-22 Frank H. Ellenberger 
+
+	* C: Manual: Getting Help: resolve ambiguities
+
+2024-04-20 Frank H. Ellenberger 
+
+	* de: Handbuch: ergänze Leerzeichen, löse Mehrdeutigkeiten auf
+
+2024-04-20 Frank H. Ellenberger 
+
+	* Merge cwehli's PR #335 into stable
+
+2022-12-13 Christian Wehling 
+
+	* L10n:de: manual, ch_Business: section 'Customer'
+
+2024-02-25 Christian Wehling 
+
+	* L10n:de: manual, ch_Business: section 'Setup'
+
+2024-04-19 xuxinhang 
+
+	* zh: translate xsl/l10n.xml
+
+2024-04-17 xuxinhang 
+
+	* Guide(zh): fix xml validity error
+
+2024-04-15 xuxinhang 
+
+	* Guide(zh): Change the translation for the item "captial gain".
+
+2024-04-14 xuxinhang 
+
+	* Guide(zh): Improve translation of "borrower" and "lender" for ch_loans.docbook
+
+2024-04-15 xuxinhang 
+
+	* Guide(zh): Tentative translation for ch_invest.docbook
+
+2024-02-25 Christian Wehling 
+
+	* L10n:de manual, ch_Customize: Add more explanation about using images in invoices.
+
+2024-03-28 Christian Wehling 
+
+	* docbook: additional entities for business menuitems
+
+2024-02-26 Christian Wehling 
+
+	* docbook: gnc-gui-C: fix spelling
+
+2024-03-07 Frank H. Ellenberger 
+
+	* Remove an unwanted linebreak from comment
+
 2024-02-17 John Ralls 
 
 	* Bug 799237 - Dead Link (HEAD -> stable, origin/stable, origin/HEAD)
diff --git a/NEWS b/NEWS
index 84f2325a..ad2024fa 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ Version History
  5.8   - 7 July 2024
        o Changed name of gnucash-fallback.css in Transactions chapter.
  5.7   - 30 June 2024
+       o Add new chapter Business to the German translation.
        o gnc-struct: change entity and section id's for 'employee-voucher'
        o All: manual, ch_Business: Harmonize section IDs: Numbers for the nesting depth
          of the sections are not required.



Summary of changes:
 .github/workflows/dist-check.yml    |   4 +-
 .github/workflows/html-ubuntu.yml   |   4 +-
 .github/workflows/nightly-build.yml |   8 +--
 .github/workflows/other-ubuntu.yml  |   4 +-
 ChangeLog                           | 116 ++++++++++++++++++++++++++++++++++++
 NEWS                                |   1 +
 6 files changed, 127 insertions(+), 10 deletions(-)



More information about the gnucash-changes mailing list