2.9.82: 2008-03-01 Murray Cumming * configure.in: Use tar-ustar with AM_INIT_AUTOMAKE() so we can dist the long filenames generated by doxygen. This is based on what we do in gtkmm. 2008-03-01 Stefan Potyra * configure.in: Increase the first number in LIBGDAMM_SO_VERSION, to change the .so name to indicate the build breakage in 2.9.81, wanted by Ubuntu (launchpad bug 190744). Note from Murray: We do not normally use that version string much because it just causes problems and there is no way to indicate breakage of unstable parts while showing that the whole thing has only API additions when comparing major stable releases. But libgdamm has never yet been API stable so we can do it this time. 2008-01-28 Murray Cumming * libgda/src/column.hg: * libgda/src/dictdatabase.hg: Added a string conversion for the signal, because this is no longer in the .m4 file installed by glibmm. 2007-12-31 Armin Burgmeier * configure.in: Detect whether building for Windows (copied from glibmm) and added AC_LIBTOOL_WIN32_DLL to create a shared library. * build_shared/Makefile_build.am_fragment: Link with -no-undefined on Windows, otherwise libtool does not create a DLL because undefined symbols are not allowed in Windows DLLs. 2.9.81: