I'm in the process of putting together a series of releases for The Server Framework. It's a little more complex than usual so I thought I'd explain why that is.For the past year we've been working on a Linux/Mac version of The Server Framework with several clients. This has involved adjusting a lot of the code and moving some stuff around; for example there was code in our "Win32Tools" library that isn't Win32 or even Windows specific and so that now lives in a new tools library, "CoreTools", that contains code that can build on all platforms. Switching to building…
Continue reading I don't do roadmaps, but....