2007-5-26	Version 1.2_RC2	Jeff Armstrong <jeff.armstrong@approximatrix.com>

	- Version 1.2 Release Candidate 1 released for public testing
	- Bug fix to the axis tick mark placement routines to correct problems
	  when graph scaling magnitude is less than one.
	- Added BufferedChart and BufferedChartPanel which performs all
	  rendering outside the main thread, improving GUI performance.
	- Introduction of a render update request system for all rendered
	  components to support the BufferedChart capabilities.  Should
	  lead to significant performance boosts in all chart renderings.

2007-4-12	Version 1.1	Jeff Armstrong <jeff.armstrong@approximatrix.com>

	- Final release of Version 1.1.  No code changes from RC1

2007-3-29	Version 1.1_RC1	Jeff Armstrong <jeff.armstrong@approximatrix.com>

	- Version 1.1 Release Candidate 1 released for public testing
	- More robust axis tick mark placement routines added
	- Changed default behavior of the AbstractRenderer objects (including
	  Legend and Title objects) to draw directly to the Graphics2D object
	  instead of using a buffer image
	- More thorough Ant build.xml included for easier builds
	- Full functionality when used with Batik to save SVG files from
	  charts

2007-2-14	Version 1.0	Jeff Armstrong <jeff.armstrong@approximatrix.com>

	- Official Version 1.0 Release (no changes from RC1)

2007-1-30	Version 1.0_RC1	Jeff Armstrong <jeff.armstrong@approximatrix.com>

	- Version 1.0 Release Candidate 1 released for public testing
	 