Road Map

Here you can find the release schedule and proposed objectives for each release for the VCF. Each release attempts to outline what will be included, as well as a projected time to completion for each release.

Releases have a three part version number. The left most number indicates a largely (if not completely) frozen API. All subsequent point releases (i.e. changes to the other two right most numbers) should attempt to remain binary compatible. Thus code based on a 1.0.0 release should still function with a 1.1.0 release. However that same code may break (and need recompiling) with a 2.0.0 release due to changes/improvements in the API.

All 0.X releases may contain changes that require recompiling. Full API stability is not guaranteed until the 1.0.0 release.

Release Version: 0.6.1

Status: Complete

This release will focus on fixing some problems with the Image class and making it a bit more flexible. The major achievement is the presence of alot more documentation.

Return to Top : View Full Release Details

Release Version: 0.6.2

Status: Complete

Integration of the AGG graphics lib into the VCF. This will also include several new tests/tutorials that deomnstrate the basics of graphics in the VCF.

Return to Top : View Full Release Details

Release Version: 0.6.3

Status: Complete

Focus on getting much, if not all of the test/tutorials cleaned up and/or implemented.

Return to Top : View Full Release Details

Release Version: 0.6.4

Status: Complete

Finish up the docs of Thread class and any other pending threading/sync primitives.

Return to Top : View Full Release Details

Release Version: 0.6.5

Status: Complete

Miscellaneous file changes, and porting release.

Return to Top : View Full Release Details

Release Version: 0-6-6

Status: Complete

Resource handling refactored.

Return to Top : View Full Release Details

Release Version: 0-6-8

Status: Complete

Further Mac OSX development, and work on the VCF Builder. Fix additional bugs and more documentation.

Return to Top : View Full Release Details

Release Version: 0-6-9

Status: Not Activated

Begin adding a new database kit. Address performance issues with TreeListControl. Bug fixes.

Return to Top : View Full Release Details

Release Version: 1.0.0 ( Codename: Stilgar )

Status: Not Activated

Official stable, production ready release version.

Return to Top : View Full Release Details