1.17.4:

* New classes wrapped:
  - Glom::DbUtils
  - Glom::LayoutItem_Notebook
  - Glom::LayoutItem_CalendarPortal
  - Gnome::Gda::Value (minimal support only)
* Enable Glib::ustring reference parameters
* Require libglom >= 1.18.5 for:
  - Glom::LayoutItem_Portal::get_suitable_table_to_view_details()
  - Glom::DbUtils::layout_field_should_have_navigation()
* Better error message when loading the JNI shared library fails.
* Recompile the test when the test source code changes. (Murray Cumming)
* Make all JNI method call synchronized to enable multi-threaded access

1.17.3:

* Prevent null pointer access in SQL builder methods used for related lists. 

1.17.2:

* Add utility methods to build select and count SQL queries for related list tables.

1.17.1:

* Add methods from UsesRelationships to LayoutItem_Field and LayoutItem_Portal.

1.17.0:

* Initial version wrapping most of the layout data structures from libglom.
