Big changes coming to premake-dev

Just a heads up: I am going to drop a big set of changes—the beginnings of a new and improved platforms API—into premake-dev tomorrow. Ideally, it should all be backward compatible, but changes are changes. More information coming tomorrow.

What about 4.4 release?

Will new API include support for user-defined toolchains?

Will this changes includes full support for project references in C++, C# and solution dependencies as well for Vs2008/2010? Actually it is impossible to have them due to a problem with the number/names of the build configurations in a referenced project and the solution where it is.
Will include a way to decide which project's build configuration can be mapped to a solution's build configurations? (vs2008/10)
Those are major issues with Premake when trying using it in a more "complex" situation.