1.2.1: 2006-11-17 Murray Cumming * glom/libglom/document/document_glom.cc: * glom/libglom/document/document_glom.h: Added get_document_format_version() and get_latest_known_document_format_version(). load_after(): Check the document format version, and fail if it is higher than we know about. save_before(): Save the document format version (as the latest known) when saving changes. * glom/frame_glom.cc: on_menu_userlevel_Developer(): When going into developer mode, warn that you might not be able to open the changed document with older versions of Glom. 2006-11-16 Murray Cumming * glom/base_db.cc: get_find_where_clause_quick(): * glom/mode_data/box_data.cc: get_find_where_clause(): Put quotes around the table names and field names, to avoid SQL errors when using names with, for instance, capital letters. Bug #375605 from William Manley. This is the glom-1-2 branch. See the HEAD branch for new features.