2012-12-08 ivv v0.5

	* Fixed code rot.

	* Code cleanup.

	* Updated documentation.


2004-11-14 ivv v0.4

	* The source code was refactored. Now some parts
	of the code are implementing the builder and the
	visitor pattern. The builder pattern is used for
	creating the scene graph and the visitor pattern
	is used to perform operations on the graph.

	* Flat shading model support were added. Now the
	shading model can be selected through the view
	menu.


2003-11-16 ivv v0.3

	* The frames per second rate can now be displayed
	through the view menu.


2003-10-29 ivv v0.2

	* A problem with the setlocale function had been
	fixed. Ignoring the following fact was sometimes
	resulting in a parse error: "The string returned
	by setlocale can be overwritten by subsequent
	calls, so you should make a copy of the string
	if you want to save it past any further calls to
	setlocale."


2003-10-12 ivv v0.1

	* First public release

