Version 0.1.2.9

o NAMESPACE file added

o H2 upgraded to 1.3.170

Version 0.1-2.8

o H2 upgraded to 1.3.162

Version 0.1-2.7

o bug fix.  Certain NULL values returned from database now correctly 
  interpreted as NA.

o H2 upgraded to 1.3.160

Version 0.1-2.6

o corrected typo in DESCRIPTION file

Version 0.1-2.5

o H2 upgraded to 1.3.158

Version 0.1-2.4

o H2 has a jars argument that can be used to pass the jar for an alternate
  version of H2.  By default it uses the value of the option "RH2.jars" or the
  H2 jar that comes with RH2 if that option is not specified.  e.g.
	  options(RH2.jars = "c:/tmp2/h2-1.3.155.jar")

o dbConnect has a DATABASE_TO_UPPER argument.  If FALSE then identifiers
  are not automatically translated to upper case.  It defaults to option
  "RH2.DATABASE_TO_UPPER" or if that is not set it defaults to FALSE.
  (The undocumented h2.identifiersToUpper java parameter that was supported on 
  earlier versions of H2 for this purpose is no longer used by H2.)

o h2_1.3.155.jar is included in RH2

Version 0.1-2.3

o minor bug fixes

Version 0.1-2.1

o minor bug fixes

Version 0.1-2

o Date, times (from chron) and POSIXct classes now supported as 
  DATE, TIME, TIMESTAMP column types respectively

o new dependence on chron package to support times

Version 0.1-1

o bug fixes

Version 0.1-0

o initial release
