gnucash stable: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Sat Oct 25 20:41:47 EDT 2025
Updated via https://github.com/Gnucash/gnucash/commit/1520c311 (commit)
via https://github.com/Gnucash/gnucash/commit/7cc6871d (commit)
from https://github.com/Gnucash/gnucash/commit/058568ea (commit)
commit 1520c311d98690685020980efb3b86baca144882
Merge: 058568eab3 7cc6871d7f
Author: John Ralls <jralls at ceridwen.us>
Date: Sat Oct 25 17:36:05 2025 -0700
Merge Bruce Schuck's 'rm-cmbchina' into stable.
commit 7cc6871d7f4f477255c1aa87909bc294df7599a2
Author: Bruce Schuck <bschuck at asgard-systems.com>
Date: Sat Oct 25 15:09:57 2025 -0700
Removed China Merchants Bank from quote sources.
The Finance::Quote module is no longer working and will be removed
in the next release.
diff --git a/libgnucash/engine/gnc-commodity.cpp b/libgnucash/engine/gnc-commodity.cpp
index 3860a609ce..3d9f8b6ab9 100644
--- a/libgnucash/engine/gnc-commodity.cpp
+++ b/libgnucash/engine/gnc-commodity.cpp
@@ -196,7 +196,6 @@ static QuoteSourceList single_quote_sources =
{ false, SOURCE_SINGLE, NC_("FQ Source", "Italian Stock Exchange, IT"), "borsa_italiana" },
{ false, SOURCE_SINGLE, NC_("FQ Source", "BSE India, IN"), "bseindia" },
{ false, SOURCE_SINGLE, NC_("FQ Source", "Bucharest Stock Exchange, RO"), "bvb" },
- { false, SOURCE_SINGLE, NC_("FQ Source", "China Merchants Bank, CN"), "cmbchina" },
{ false, SOURCE_SINGLE, NC_("FQ Source", "Colombo Stock Exchange, LK"), "cse" },
{ false, SOURCE_SINGLE, NC_("FQ Source", "comdirect, DE"), "comdirect" },
{ false, SOURCE_SINGLE, NC_("FQ Source", "Consors Bank, DE"), "consorsbank" },
Summary of changes:
libgnucash/engine/gnc-commodity.cpp | 1 -
1 file changed, 1 deletion(-)
More information about the gnucash-changes
mailing list