2011-11-06 Vivien Malerba * NEWS: Released 5.0.1 * libgda/sqlite/gda-sqlite-provider.c, providers/postgres/gda-postgres-provider.c: Don't change the GdaDataSelect::auto-reset property without the use knowing it * libgda/gda-holder.c, libgda/gda-holder.h: Made GdaHolder thread safe, and implemented the GdaLockable interface * libgda/gda-meta-store.c: GdaMetaStore: warn in case of invalid GType reported by provider 2011-11-05 Vivien Malerba * libgda/sqlite/gda-sqlite-util.c: SQLite provider: consider the "varchar" type as a string * libgda/gda-sql-builder.c: gda_sql_builder_add_expr_value(): the dh argument should not be used it has no effect 2011-11-04 Vivien Malerba * libgda/sqlite/gda-sqlite-meta.c: Another GDA_TYPE_NULL remated correction * libgda/gda-statement.c, libgda/sqlite/gda-sqlite-provider.c, providers/mysql/gda-mysql-provider.c, providers/oracle/gda-oracle-provider.c: Correction for bug #663357 modifications made when treating bug #662922 were not propagated to all the providers implementing their own expression rendering method 2011-11-03 Daniel Mustieles * po/es.po: Updated Spanish translation 2011-11-02 Vivien Malerba * tools/browser/common/widget-overlay.c: GdaBrowser: correctly display current scale index in WidgetOverlay * tools/browser/common/ui-formgrid.c: GdaBrowser: allow to zoom out grid widgets * tools/browser/browser-window.c: GdaBrowser: display LDAP perspective by default for LDAP connections * libgda/gda-sql-builder.c, libgda/gda-statement.c: Correction for bug #662922 * libgda/sql-parser/gda-statement-struct-parts.c: Removed useless code * providers/reuseable/postgres/gda-postgres-meta.c: Postgres provider: handle the 't' and 'v' values of the pg_proc.proargmodes table which made the meta data fetching fail. 2011-11-01 Vivien Malerba * libgda/gda-value.c: Improved code readability, and correction for bug #597390 * doc/C/data_select.xml: Doc. corrections s/gda_sql_parser_parse_from_string/gda_sql_parser_parse_string/ 2011-11-01 Marek Černocký * po/cs.po: Updated Czech translation 2011-10-31 Vivien Malerba * libgda/gda-holder.c: Improved some code readability * libgda/gda-sql-builder.c, libgda/gda-statement.c, providers/postgres/gda-postgres-recordset.c: Correction for bug #662922 this correction: - GdaSqlBuilder now delays converting values to SQL to GdaStatement rendering - handle PostgreSQL 9's new HEX representation of binary data 2011-10-31 Marek Černocký * po/cs.po: Updated Czech translation 2011-10-30 Vivien Malerba * libgda/gda-data-model.c: Doc. improvement, for bug #567891 2011-10-27 Vivien Malerba * libgda/Makefile.am: Vala bindings generation: allow building out of sources tree * libgda/Makefile.am: Distribute the Gda-5.0.metadata file, correction for bug #662809