gnucash stable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun May 10 18:57:14 EDT 2026


Updated	 via  https://github.com/Gnucash/gnucash/commit/f9e2fb91 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4ff491b5 (commit)
	from  https://github.com/Gnucash/gnucash/commit/b8181871 (commit)



commit f9e2fb91301d778af3b7d28aa5e6a280ce8e94cd
Merge: b8181871dd 4ff491b565
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun May 10 15:56:19 2026 -0700

    Merge Bruce Schuck's 'rm-aex' of https://github.com/bpschuck/gnucash into stable


commit 4ff491b5656e39f9068f8e1429f5ed87934dbd98
Author: Bruce Schuck <bschuck at asgard-systems.com>
Date:   Sun May 10 10:49:32 2026 -0700

    Removed AEX from list of commodities.
    euronext.com is now using JS based anti-webscraping.

diff --git a/libgnucash/engine/gnc-commodity.cpp b/libgnucash/engine/gnc-commodity.cpp
index 91d8867db7..4295f8750d 100644
--- a/libgnucash/engine/gnc-commodity.cpp
+++ b/libgnucash/engine/gnc-commodity.cpp
@@ -189,7 +189,6 @@ static QuoteSourceList currency_quote_sources =
 static QuoteSourceList single_quote_sources =
 {
     { false, SOURCE_SINGLE, NC_("FQ Source", "Alphavantage"), "alphavantage" },
-    { false, SOURCE_SINGLE, NC_("FQ Source", "Amsterdam Euronext eXchange, NL"), "aex" },
     { false, SOURCE_SINGLE, NC_("FQ Source", "Association of Mutual Funds in India"), "amfiindia" },
     { false, SOURCE_SINGLE, NC_("FQ Source", "Athens Exchange Group, GR"), "asegr" },
     { false, SOURCE_SINGLE, NC_("FQ Source", "Australian Stock Exchange, AU"), "asx" },



Summary of changes:
 libgnucash/engine/gnc-commodity.cpp | 1 -
 1 file changed, 1 deletion(-)



More information about the gnucash-changes mailing list