gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Fri Oct 28 18:33:57 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/cf088f2a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8cb8f506 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d8417c3c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2774f8f8 (commit)
	from  https://github.com/Gnucash/gnucash/commit/f5099b3d (commit)



commit cf088f2a70f0dd21af0970cfbf1f11a338a54cbc
Merge: f5099b3d8 8cb8f5067
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Oct 28 15:27:28 2022 -0700

    Merge John Ralls's 'Bug798614' into maint.

commit 8cb8f5067dbc7adfd920099de2b11aa1b92b7657
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Sep 11 16:36:52 2022 -0700

    Remove non-ISO4217 currency codes from gnc-euro table.
    
    They're not reachable because they don't have commodities associated with them.

commit d8417c3cfa235bf8ac46a0881c5e41f8fef54781
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Sep 11 16:29:57 2022 -0700

    Move gnc-euro.[ch] to engine and unit test it.

commit 2774f8f88c7cb84b2ef3e2f2735bbca84f17a91a
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Sep 11 10:35:43 2022 -0700

    Bug 798614 - Croatia to join the Euro
    
    Add HRK to the conversion array.



Summary of changes:
 libgnucash/app-utils/CMakeLists.txt         |   2 -
 libgnucash/engine/CMakeLists.txt            |   2 +
 libgnucash/{app-utils => engine}/gnc-euro.c |  27 +---
 libgnucash/{app-utils => engine}/gnc-euro.h |   0
 libgnucash/engine/iso-4217-currencies.xml   |   1 +
 libgnucash/engine/test/CMakeLists.txt       |   4 +
 libgnucash/engine/test/gtest-gnc-euro.cpp   | 228 ++++++++++++++++++++++++++++
 po/POTFILES.in                              |   2 +-
 8 files changed, 243 insertions(+), 23 deletions(-)
 rename libgnucash/{app-utils => engine}/gnc-euro.c (88%)
 rename libgnucash/{app-utils => engine}/gnc-euro.h (100%)
 create mode 100644 libgnucash/engine/test/gtest-gnc-euro.cpp



More information about the gnucash-patches mailing list