2004-07-22  Rodrigo Moya <rodrigo@gnome-db.org>

	Released 1.1.5.

2004-07-16  Rodrigo Moya <rodrigo@gnome-db.org>

	* Makefile.am: EXTRA_DIST mkinstalldirs :(

2004-07-11  Vivien Malerba <malerba@gnome-db.org>

	* providers/postgres/gda-postgres-recordset.c: bug fixed for annoying
	  warning message

2004-07-05  Murray Cumming  <murrayc@murrayc.com>

	* providers/postgres/util.c: gda_postgres_type_oid_to_gda(): 
	Do not read past the end of the type_data array. Found by valgrind.

2004-06-25  Vivien Malerba <malerba@gnome-db.org>

	* providers/odbc/gda-odbc-provider.c: fixed a recordset column fori
	bug #144923

2004-06-24  Vivien Malerba <malerba@gnome-db.org>

	* libsql/*: improved parsing of condition operators (added regex
	operators such as "~", "~*", etc and "SIMILAR TO", and modified the
	sql_condition structure to add a "negated" attributes for negated
	conditions and the sql_condition_operator enum for the new recognized
	operators.

2004-06-10  Murray Cumming  <murrayc@murrayc.com>

	* libgda/gda-value.[h|cc]: Add get_type(), copy(), and free() 
	functions for GdaMoney and GdaNumeric so that they are real boxed 
	types.