4.1.3: 2011-03-30 Murray Cumming Minor documentation improvements. * libgda/src/metastore.hg: * libgda/src/quarklist.hg: * libgda/src/statement.hg: Minor documentation improvements and TODO comments. 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. 2011-09-21 Murray Cumming Adjust the compiler warning flags used with --enable-warnings=fatal. * configure.ac: Ignore warnings about long long, to fix the build with g++ 4.5.2. Avoid use of glibmm deprecated API too. 2011-09-20 Murray Cumming Value: operator=(): Check for the identical underlying GValue. * libgda/libgdamm/value.cc: Otherwise we unset the gobject, which unsets the src, because it is the same gobject, and then we reject that src as invalid. 2011-09-21 Murray Cumming Value::set_binary(): reinit the type. * libgda/libgdamm/value.cc: Call value_reinit(), as we do in other set() methods.