2001-06-15  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-server-impl-connection.c (impl_GDA_Connection_open): moved
	the call to gda_server_connection_new from impl_GDA_Connection__create
	to this function (fixes bug #50565)

2001-06-07  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-server-connection.c (gda_server_connection_free): call
	gda_server_impl_stop if there are no more connections left,
	thus not leaving the GDA providers processes running for ever

2001-05-04  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-server-connection.c (gda_server_connection_add_error_string):
	actually add the new GdaServerError to the connection's list of
	errors
	* gda-server-impl-connection.c (impl_GDA_Connection_open):
	check for NULL pointers
	* gda-server-impl-factory.[ch] (impl_GDA_ConnectionFactory_ref)
	(impl_GDA_ConnectionFactory_unref): added the 2 missing
	OAF factory methods

2001-04-14  Michael Meeks  <michael@ximian.com>

	* Makefile.am: remove built files from dist.

2001-01-05	Carlos Perell Marn <carlos@gnome-db.org>

	* Makefile.am: Added the rule to erase the idl generated
	  files and added a reference to GDA-stubs.c as an idl
	  generated file.

2000-12-20	Rodrigo Moya <rodrigo@gnome-db.org>

	* fixed OAF servers' deactivation

2000-11-27	Rodrigo Moya <rodrigo@gnome-db.org>

	* added modifySchema to GDA::Connection interface

2000-11-24	Rodrigo Moya <rodrigo@gnome-db.org>

	* added correct license notices (LGPL) to source files

2000-11-05	Rodrigo Moya <rodrigo@linuxave.net>

	* adapted to new IDL file names (gda -> GDA)

2000-10-21	Rodrigo Moya <rodrigo@linuxave.net>

	* replaced the GNOME_GenericFactory (from gnorba times) with the
	OAF's GNOME_ObjectFactory, thus removing the latest GNOME
	dependency
