2010-09-15 Vivien Malerba * NEWS: Released 4.1.11 * doc/C/limitations.xml, doc/C/prov-notes.xml: Added documentation anou SQLCipher provider's limitations * libgda/sqlite/SqliteUsage.dia: New schema to represent the usage of SQLite symbols since there are now 3 database providers with the same sqlite3_* symbols * tools/tools-input.c: Gda-sql: create dir with parents if necessary 2010-09-15 Matej Urbančič * po/sl.po: Updated Slovenian translation * po/sl.po: Updated Slovenian translation 2010-09-14 Vivien Malerba * libgda/sqlite/Makefile.am, libgda/sqlite/gda-sqlite-provider.c, .../sqlcipher/sqlcipher_specs_create_db.xml.in: Allow to specify a passphrase when creating a database with SQLCipher 2010-09-13 Vivien Malerba * providers/sqlcipher/libgda-sqlcipher-4.0.pc.in: Fixed name in SQLCipher's provider's .pc file * configure.ac, doc/C/prov-notes.xml, libgda/sqlite/Makefile.am, libgda/sqlite/gda-sqlite-blob-op.c, libgda/sqlite/gda-sqlite-handler-bin.c, libgda/sqlite/gda-sqlite-handler-boolean.c, libgda/sqlite/gda-sqlite-provider.c, libgda/sqlite/gda-sqlite-pstmt.c, libgda/sqlite/gda-sqlite-recordset.c, libgda/sqlite/gda-sqlite.h, libgda/sqlite/gda-symbols-util.c, libgda/sqlite/gda-symbols-util.h, po/POTFILES.in, po/POTFILES.skip, providers/Makefile.am, providers/sqlcipher/.gitignore, providers/sqlcipher/COPYING.sqlcipher, providers/sqlcipher/Makefile.am, providers/sqlcipher/NOTE_for_new_SQLCipher_version, providers/sqlcipher/libgda-sqlcipher-4.0.pc.in, providers/sqlcipher/libmain.c, providers/sqlcipher/sqlcipher.patch, .../sqlcipher/sqlcipher_specs_add_column.xml.in, providers/sqlcipher/sqlcipher_specs_auth.xml.in, .../sqlcipher/sqlcipher_specs_create_db.xml.in, .../sqlcipher/sqlcipher_specs_create_index.xml.in, .../sqlcipher/sqlcipher_specs_create_table.xml.in, .../sqlcipher/sqlcipher_specs_create_view.xml.in, providers/sqlcipher/sqlcipher_specs_drop_db.xml.in, .../sqlcipher/sqlcipher_specs_drop_index.xml.in, .../sqlcipher/sqlcipher_specs_drop_table.xml.in, .../sqlcipher/sqlcipher_specs_drop_view.xml.in, providers/sqlcipher/sqlcipher_specs_dsn.xml.in, .../sqlcipher/sqlcipher_specs_rename_table.xml.in: Initial SQLCipher provider Uses Zetetic's SQLCipher (http://www.zetetic.net/code/sqlcipher) version 1.1.7 to create the "SQLCipher" database provider with which one can access encrypted SQLite databases * providers/mysql/mysql_specs_create_db.xml.in, providers/mysql/mysql_specs_create_table.xml.in, providers/mysql/mysql_specs_drop_db.xml.in, providers/postgres/postgres_specs_create_db.xml.in, providers/postgres/postgres_specs_drop_db.xml.in, providers/web/web_specs_auth.xml.in: Corrected provider's parameters to use password entries for passwords * doc/C/libgda-sections.txt, doc/C/tmpl/gda-set.sgml, libgda/gda-set.c, libgda/gda-set.h, libgda/libgda.symbols, libgda/sqlite/gda-sqlite-provider.c: Added gda_set_new_read_only() required for the BDBSql provider * providers/bdb/gda-bdb-provider.c: Applied correction for bug #629478, thanks to Joachim Metz 2010-09-12 Vivien Malerba * libgda/gda-data-model.c: GObject introspection: replaced Gobject.Value with GObject.Value