3.0.2:

2008-01-26  Armin Burgmeier  <armin@openismus.com>

	* libgda/gda-server-operation.c:
	(xml_load_file): Don't leak this_lang, ignore entry when id is NULL
	which caused a segfault on Windows.

2007-10-29  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Remove no from ALL_LINGUAS.

2007-10-29  Murray Cumming  <murrayc@murrayc.com>

	* providers/postgres/gda-postgres-provider.c:
	(gda_postgres_provider_open_connection),
	(gda_postgres_provider_perform_operation):
	Put single quotes around the user and password, as 
	mentioned in the PQconnectdb() documentation, so that 
	passwords can contain spaces. Bug #491171.

2007-06-17  Vivien Malerba <malerba@gnome-db.org>
	
	* libgda/graph/gda-graph.c: correctly interpret the ID of a
	graph when loaded from XML

2007-06-04  Vivien Malerba <malerba@gnome-db.org>

	* libgda/gda-column.c: don't g_free() several times the same string
	* libgda/gda-connection.c: correctly output the number of rows in a returned
	data model when that number is not known.

2007-06-03  Vivien Malerba <malerba@gnome-db.org>

	* libgda/gda-client.c: fixed gda_client_find_connection() where the first existing
	connection was always returned regardless of the requested DSN.

2007-05-28  Hans de Goede <j.w.r.degoede@hhs.nl>

	* providers/ldap/gda-ldap.h:
	Define LDAP_DEPRECATED to fix missing prototype warnings. At least
	2 of tese warnings were fatal bugs on 64 bit platforms (because the compiler 
	then assumes the function returns an int == 32 bit, where as in reality it 
	returns a pointer == 64 bit).

2007-05-21  Vivien Malerba <malerba@gnome-db.org>

	* providers/sqlite/gda-sqlite-provider.c: fixed the NOT NULL reported attibute for table's fields
	* data/sales_test.db: complexified a bit the sample database
	* libgda/graph/gda-graph-item.c: fixed saving and loading to and from XML when coordinates
	are negative
	* libgda/gda-dict.c: avoid string comparison when string is NULL to
	avoid crash

2007-05-17  Vivien Malerba <malerba@gnome-db.org>

	* samples/table_copy.c: new example showing how to copy data from one
	table to the other.

2007-05-17  Vivien Malerba <malerba@gnome-db.org>

	* libgda/gda-object-ref.c: when losing the reference to the referenced object, correctly
	respond to users still wanting to know which was the referenced object
	* libgda/gda-init.c: make the default dictionary handle graph objects
	* providers/sqlite/gda-sqlite-provider.c: correct which statement is executed to force 
	SQLite to re-read the database structure
	* libgda/gda-data-model-query.c: avoid showing a warning about
	modification query's param type if expected type is unknown
	* libgda/gda-query.c: display a warning when expanding a table.* field
	into a list of fields when the dictionary is not up to date

2007-05-14  Vivien Malerba <malerba@gnome-db.org>

	* libgda/gda-value.c: remove warnings in gda_value_stringify() for invalid dates
	* libgda/gda-client.c: correctly implement connection sharing
	* libgda/gda-client.c: correctly emit the "event_notification" signal when a connection is opened, 
	bug #316698
	* libgda/gda-column.c: memory leak correction
	* providers/sqlite/gda-sqlite-provider.c: force SQLite to re-read the database structure
	in case it has been modified by another connection since the last time an SQL statement
	was executed