From Wilfred van Velzen@2:280/464 to All on Tue Apr 23 22:23:19 2024
Hi All,
There is a new public beta release. With the help of Tommi and valgrind I fixed the assertions Tommi noticed in the 64 bit version.
2024-04-23 2.3.2.3-Beta
* Reserve enough memory for OriginLineListType in 64 bit version and comment
* Release all memory at end of Pack Scan and Mgr functions
For the linux version, instead of using above statically linked executables,
I recommend, if you have the setup/tools for it,
to download the sources with git, and compile it yourself.
These are the steps/commands:
# git clone git://git.code.sf.net/p/fmail/code FMail
# cd FMail
# git checkout --track origin/json_toss_log
# mkdir cmake-build
# cd cmake-build
# cmake ..
# make
Bye, Wilfred.
--- FMail-lnx64 2.3.2.3-B20240422
* Origin: FMail development HQ (2:280/464)