2007-6-18	Version 1.2.1	Jeff Armstrong <jeff.armstrong@approximatrix.com>

	- Incremental bug fix / minor feature release.
	- Fixed problem in AbstractChartRenderer which caused issues when
	  with BufferedChart.
	- Introduction of AbstractChartPanel class to simplify switching out
	  Swing chart panels.
	- Minor code upgrades allowed due to Java 1.5 requirement.

2007-6-9	Version 1.2 	Jeff Armstrong <jeff.armstrong@approximatrix.com>

	- Final release of Version 1.2.  No code changes from RC1.
	- README updated to reflect new Java 1.5 (5.0) requirement.

2007-5-26	Version 1.2_RC1	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
	 