gnucash stable: Multiple changes pushed
Christopher Lam
clam at code.gnucash.org
Thu May 9 20:07:47 EDT 2024
Updated via https://github.com/Gnucash/gnucash/commit/7c233d46 (commit)
via https://github.com/Gnucash/gnucash/commit/2817ca19 (commit)
via https://github.com/Gnucash/gnucash/commit/f67233b6 (commit)
from https://github.com/Gnucash/gnucash/commit/f3b203f4 (commit)
commit 7c233d46e6ed90516c338de23cd4935bdf64a266
Merge: f3b203f4db 2817ca195f
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Fri May 10 08:06:26 2024 +0800
Merge branch 'bug799305' into stable #1936
commit 2817ca195f6af831859d5181b12a70e786443e4c
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Thu May 9 21:08:55 2024 +0800
[test-commodities.cpp] test stability of c_str names
commit f67233b66268996e04eb3a6d6825b70f124b1101
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Thu May 9 14:43:54 2024 +0800
Bug 799305 - Crash when there is more than one unknown quote source for commodities
instead of vector which requires reallocation, use a c++ linked list.
Summary of changes:
libgnucash/engine/gnc-commodity.cpp | 28 +++++++++++++++-------------
libgnucash/engine/test/test-commodities.cpp | 12 ++++++++++++
2 files changed, 27 insertions(+), 13 deletions(-)
More information about the gnucash-patches
mailing list