/* ************************************************************************
#
#  DivConq Framework version 0.4.8
#
#  http://divconq.com/
#
#  Copyright:
#    Copyright 2012 eTimeline, LLC. All rights reserved.
#
#  License:
#    See the license.txt file in the project's top-level directory for details.
#
#  Authors:
#    * Andy White
#
************************************************************************ */


---------------------------------------------------------------------------
Version 0.4.8  Jan 16, 2012
---------------------------------------------------------------------------

-	Improved dcTable support
	New Java DB Requests:	Revive, Select, SelectDirect, List, ListDirect.
	All records now have a From/To range to indicate the lifespan of the
	record.

-	Additon of BigDate - handle dates +/- 49 billion years for values 
	in database.

-	Association of a "when" date-time with all built-in query requests, 
	defaults to show data for "now" but can show query results relative to
	past dates.
	
-	Added User and Group features with intention to support minimal features
	of any user community within DivConq applications.

---------------------------------------------------------------------------
Version 0.4.5  Dec 30, 2011
---------------------------------------------------------------------------

-	Much improved MUMPS connector and threading handling, recovery from 
	crash in M

-	dcTable support
	Java DB Requests:	Update, UpdateBig, Insert, Retire and LoadRecord
	Schema: Support for custom datatypes, four kinds of structures (Scalar,
	List, DynamicScalar and DynamicList)
	
-	Audit Modes 1 and 2 (3 and 4 to come, used with replication)

-	Added routine to re-index tables (indexField^dcDb)

-	Added streaming XML support for result builders

-	Improved type processing from database (ResultParser)

---------------------------------------------------------------------------
Version 0.4.0  Dec 13, 2011
---------------------------------------------------------------------------

A basic, alpha quality, Java Connector for GT.M (MUMPS).

