* News in version 0.2.1:

	* ResultSet now properly uses SQLBulkOperations for inserts in ODBC3

	* DatabaseMetaData is complete.

	* Lots of documentation updates, especially for DatabaseMetaData

	* DataHandler now properly binds BIGINTS to SQL_C_SBIGINT for
	ODBC3 (with an ODBC3 driver).

* News in version 0.2.0:
	
	* Fixed CallableStatement (it wasn't handling in-out and out
	parameters right).

	* Documentation updates.

* News in version 0.2beta2:
	
	* Rewritten parameter handling in PreparedStatement which allows
	the library to function with a wider range of drivers, including
	MS Access.

	* A few more DatabaseMetaData methods.

	* A couple of bugfixes.

* News in version 0.2beta1:

	* Better support for working with ODBC2 drivers under an 
	ODBC3 driver manager.
	
	* win32 port updated, the library can now be built as a DLL. See
	the install docs for more info.

	* Major header reorganization - #include <odbc++/classname.h>

	* ResultSet fixes to be able to function with scroll incapable drivers.

* News in version 0.2alpha2:

	* More ODBC3 stuff, a bunch of fixes and bugfixes.

	* Scrollable ResultSets are now tested and work with:

	     * Oracle ODBC driver / NT - tried with 
	       both ODBC 3.51 and ODBC 2.5 versions of
	       libodbc++.

	     * Mimer ODBC for Linux (ODBC 2.50, 
	       no updates on ResultSets supported)

	     * Openlink ODBC driver / Linux

* News in version 0.2alpha1:

	* Lots of ODBC3-compliance fixes. This makes the code look ugly,
	but allows the lib to be compiled against any driver manager 
	that supports ODBC2.x and up.

	* Experimental Win32 port. 

	* Another bunch of DatabaseMetaData methods implemented. Very little left 
	there.

	* Date, Time and Timestamp finally implemented. 

	* NULLs should now be correctly detected for LONGVARCHAR and LONGVARBINARY.

	* Better thread support. Well, in theory - the DM also needs to be
	thread safe which can't be said for iODBC right now.

* News in version 0.1.1:

	* A sample SQL interactor based on libodbc++ is included.

	* Lots of bugfixes - scrollable ResultSets now work

	* A couple of linux/glibc-specific dependencies removed.

	* Lots of DatabaseMetaData implemented

	* BINARY/VARBINARY now supported (getBytes()/updateBytes()/setBytes())

	* other stuff I can't remember right now

* News in version 0.1.0:

	* First public release
