4.99.0.1: 2011-03-30 Murray Cumming Connection: Add new properties. * libgda/src/libgda_signals.defs: Regenerated. * libgda/src/connection.hg: Added provider, is_wrapper, monitor_wrapped_in_mainloop, and events_history_size properties. 2011-03-30 Murray Cumming Connection: Ignore private functions. * libgda/src/connection.hg: These functions are in gda-connection-private.h so they are not public API. 2011-03-30 Murray Cumming Connection: Added *_row_into_table() methods. * libgda/src/connection.hg: Added insert_row_into_table(), update_row_in_table(), and delete_row_in_table(). 2011-03-30 Murray Cumming Replace a remaining use of ListHandle. * libgda/libgdamm/value.h: Remove the ListHandle and SListHandle typedefs. * libgda/src/datamodel.hg: get_row_from_values(): Use std::vector instead of ListHandle, as already done for other API. 2011-03-30 Murray Cumming Connection: Add some methods. * libgda/src/connection.[hg|ccg]: Added parse_sql_string(), async_statement_execute(), async_fetch_result() and async_cancel(). 2011-03-30 Murray Cumming Avoid a tarball dependency on mm-common. * configure.ac: Require the latest version of mm-common. Call MM_CONFIG_DOCTOOL_DIR() to createe, use, and dist a local copy of the mm-common scripts. 4.99.0: 2011-03-29 Murray Cumming Connection: statement_execute_non_select(): Restore this method. * libgda/src/connection.hg: Correct the function name used by statement_execute_non_select(). 2011-03-29 Murray Cumming Use libgda-5.0. * configure.ac: Use libgda-5.0 instead of libgda-4.0. * libgda/src/libgda_enums.defs: Regenerated. * libgda/src/libgda_methods.defs: Regenerated. * libgda/libgdamm/value.[h|cc]: Remove API that uses the list type. It was apparently removed from the libgda API. * libgda/src/connection.hg: Remove an unused enum. * libgda/src/serveroperation.ccg: Adapt to renamed functions. This is the master branch. See the libgdamm-4-2 branch too.