« Blog » 2013-09-25

Fost 4 release 4.13.09.44781 now out

Created 2013-09-25T03:38:40.562Z, last edited 2013-09-25T03:38:40.625Z

The latest release was tagged some time ago now.

Just a couple of small API clean ups this time. The build changes are part of the

Linux & Mac
svn co http://svn.felspar.com/public/fost-hello/tags/4.13.09.44781 fost-hello
cd fost-hello
Boost/build
hello/compile
dist/bin/hello-world-d

On the Mac you will need to set DYLD_LIBRARY_PATH before running hello-world-d

export DYLD_LIBRARY_PATH=dist/lib
dist/bin/hello-world-d
Windows
svn co http://svn.felspar.com/public/fost-hello/tags/4.13.09.44781 fost-hello
cd fost-hello
Boost\build
hello\compile
dist\bin\hello-world-gd

Download locations

Everything is available through our Subversion repository. Below are the locations for the tagged releases for Fost 4.13.09.44781 components.

Detailed change log

fost-base

  • Added fostlib::log::flush() which blocks until the previous logged messages have been processed.
  • The environment variable VERSION can now be used to specify an embedded version number in the result of fost-lib derived targets, or other shared libraries that make use of the <version> property.
  • Make sure that the fostlib::worker can't leak an exception when it's destructed.