2001-10-28  Akira TAGOH <tagoh@gnome-db.org>

	* Makefile.am: Added library age.

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

	* Makefile.am: install headers in version-based directory

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

	* gda-server-connection.c (impl_GDA_Connection_open): unref the
	GdaServerConnection if the connection attempt failed, thus not
	leaving the providers around with no clients connected to them

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

	* gda-server-recordset.c (impl_GDA_Recordset_moveNext,
	impl_GDA_Recordset_movePrev): new CORBA methods

	(impl_GDA_Recordset_move): removed

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

        * *.h: s/#if defined(__cplusplus).../G_BEGIN_END_DECLS

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

	* gda-server-connection.c (impl_GDA_Connection_openSchema): removed
	extra & in call to gda_error_to_exception, which was causing providers
	to core dump when NULL was returned from the ::open_schema method
	with no error attached to the connection

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

	* gda-server-connection.[ch] (gda_server_connection_add_listener):
	new method
	(gda_server_connection_remove_listener): new function
	(impl_GDA_Connection_addListener): implemented
	(impl_GDA_Connection_removeListener): implemented

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

	* gda-server-*.c: inform correctly of errors

	* gda-server-impl-factory.c: removed

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

	* gda-server-impl.[ch]: moved to gda-server.[ch]. GdaServerImpl
	class renamed to GdaServer

	* gda-server-impl-*.[ch]: moved all the implementation to the
	corresponding gda-server-*.[ch] file

	* gda-server-private.h: new file

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
