2010-06-12 Vivien Malerba * NEWS: Released 4.0.9 2010-06-11 Vivien Malerba * configure.in, tools/gda-sql.c: Improved gda-sql password prompt: * detect termios.h presence * implemented for WIN32 2010-06-08 Daniel Espinosa * libgda/gda-easy.c: Error checks and honors for GDA_EASY_CREATE_TABLE_UNIQUE_FLAG on gda_prepare_create_table 2010-06-11 Vivien Malerba * libgda/gda-data-model-dir.c, libgda/gda-data-model-import.c, libgda/gda-data-model-iter.c, libgda/gda-data-proxy.c, libgda/gda-data-select.c, libgda/gda-easy.c, libgda/gda-holder.c, libgda/gda-lockable.c, libgda/gda-log.c: More GObject introspection annotations 2010-06-07 Vivien Malerba * tools/gda-sql.c: Don't try to use termios.h on Windows * libgda/Makefile.am: Improved Libgda GObject introspection's makefile 2010-06-06 Vivien Malerba * libgda/gda-connection.c, tests/multi-threading/check_cnc_lock.c: Fixed connection locking issue 2010-06-07 Vivien Malerba * introspection.m4, libgda/Makefile.am: Simplified GObject introspection build for Libgda * doc/C/gda-sql-manual.xml, tools/gda-sql.1.in, tools/gda-sql.c: Corrections in the Gda-Sql tool regarding username and password - don't display password's characters while they are entered - automatically detect when username and password are required - removed the "-p" comand line option - improved man page * libgda/gda-attributes-manager.c, libgda/gda-batch.c, libgda/gda-blob-op.c, libgda/gda-column.c, libgda/gda-config.c, libgda/gda-connection-event.c, libgda/gda-data-access-wrapper.c, libgda/gda-data-comparator.c, libgda/gda-data-model-array.c, libgda/gda-data-model-bdb.c, libgda/gda-data-model.c, libgda/gda-set.c, libgda/gda-statement.c, libgda/sql-parser/gda-sql-parser.c: More GObject introspection annotations 2010-06-07 Timo Jyrinki * po/fi.po: Updated Finnish translation by Risto I. Jääskeläinen. 2010-05-28 Vivien Malerba * configure.in, libgda/binreloc/gda-binreloc.c: Binreloc work on MacOSX * honor the --disable-binreloc on MacOSX * try to find files in installation prefix if not found 2010-05-05 Vivien Malerba * providers/mysql/gda-mysql-recordset.c: MySQL: correctly read FLOAT values when returned by a SELECT * libgda/gda-easy.c: Doc. correction in gda_prepare_create_table() * libgda/sqlite/gda-sqlite-provider.c: Correction for bug #617565: gda_default_unescape_string incorrectly unescapes string in the SQLite provider 2010-05-04 Vivien Malerba * libgda/gda-util.c: Doc. correction for gda_default_unescape_string() 2010-05-11 Vivien Malerba * libgda/Makefile.am, libgda/sql-parser/Makefile.am, .../sql-parser/gda-sql-parser-enum-types.h.KEEPAPI: sql-parser: Enum Macros and get_type() functions: Fix the prefix. libgda/sql-parser/Makefile.am: glib-mkenums was called with a GDA_SQL_PARSER_TYPE prefix instead of a GDA_TYPE prefix, though the enum types themselves have regular Gda prefixes, even if they happen to be in a sub-directory. This made it hard for language-bindings (including libgdamm and pygda) to guess the function and macro names. For bug #617429 2010-05-09 Vivien Malerba * libgda/gda-connection.c, libgda/sqlite/gda-sqlite-provider.c: Misc. optimizations 2010-04-27 Vivien Malerba * doc/C/libgda-4.0-sections.txt, doc/C/tmpl/gda-holder.sgml, libgda/gda-holder.c: Documentation corrections 2010-05-09 Vivien Malerba * doc/C/GdaStatement.dia, doc/C/GdaStatement.png, doc/C/Makefile.am, doc/C/libgda-4.0-docs.sgml, doc/C/packaging.xml: Documentation improvements 2010-03-14 Vivien Malerba * libgda/Makefile.am, libgda/sql-parser/gda-statement-struct-decl.h: More GOI work 2010-03-10 Vivien Malerba * libgda/sqlite/gda-sqlite-provider.c: Memory leak correction in SQLite provider