Fost 4 release 4.13.09.44781 now out

Created 25th September, 2013 03:38 (UTC), last edited 25th September, 2013 03:38 (UTC)

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.

Categories: