Re: [GNC-dev] GnuCash 4.13 Released

2022-12-19 Thread Stephen M. Butler
I did a git pull and then ran this script: #!/bin/bash # #  build-gnucash # # NOte:  do a git pull followed by git checkout of version desired before starting script cd $HOME/Projects/GnuCash/gnucash GITVER=$(git describe) MYVER=${GITVER%-*} MYRPR=Build-gnucash_${MYVER} echo $MYVER cd .. rm

Re: [GNC-dev] GnuCash 4.13 Released

2022-12-19 Thread David Cousens
Thanks John and all the team for the hard work and a new version. Built from the tarball and runs with no obvious problems on Linux Mint Vanessa. David Cousens On Sun, 2022-12-18 at 15:07 -0800, John Ralls wrote: > The GnuCash development team announces GnuCash 4.13, the fourteenth release in >

[GNC-dev] Test failure on master

2022-12-19 Thread Geert Janssens
Hi, I ran our test suite a few moments ago and I get a test failure for the finance-quote related tests. Below is the relevant detail from the test logs: [ RUN ] GncQuotesTest.online_wiggle * 22:02:03 WARN [GncFQQuoteSource::GncFQQuoteSource()] No Alpha Vantage API key set, currency

Re: [GNC-dev] GnuCash 4.13 Released

2022-12-19 Thread Fross, Michael
Well said Adrien. I've yet to use OSS with a better or more helpful team behind it. Kudos to all of the devs. Michael On Mon, Dec 19, 2022 at 12:38 PM Adrien Monteleone < adrien.montele...@lusfiber.net> wrote: > A big Thanks! to the dev team, and congrats on the release. > > Of the many

Re: [GNC-dev] GnuCash 4.13 Released

2022-12-19 Thread Adrien Monteleone
A big Thanks! to the dev team, and congrats on the release. Of the many pieces of OSS I use, I'm the most impressed with the speed and professional attitude of the devs addressing any and all issues, not to mention their seemingly infinite patience with new users (and a few of us old hats)