gnucash stable: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Tue Apr 4 19:48:07 EDT 2023
Updated via https://github.com/Gnucash/gnucash/commit/bc1f5b80 (commit)
via https://github.com/Gnucash/gnucash/commit/efb24f09 (commit)
from https://github.com/Gnucash/gnucash/commit/a1bec6fc (commit)
commit bc1f5b80c1457ca43fc42c6f0aa85f45549ee136
Author: John Ralls <jralls at ceridwen.us>
Date: Tue Apr 4 16:46:00 2023 -0700
Fix crash if gnucash-cli --quotes is passed a bad database name.
cleanup_and_exit_with_failure doesn't exit anymore so we need
to return its error value instead of trying to keep using the
freed session.
commit efb24f090dc96845c21fe86898f1850423b7e2db
Author: John Ralls <jralls at ceridwen.us>
Date: Tue Apr 4 16:37:57 2023 -0700
Bug 798815 - flatpak run --command=gnucash-cli cannot download...
quotes since 5.0.
The filename is getting stuffed into the m_quotes_cmd vector unless --namespace
is specified, so check if that's happened and copy the value over.
Summary of changes:
gnucash/gnucash-cli.cpp | 2 ++
gnucash/gnucash-commands.cpp | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
More information about the gnucash-patches
mailing list