1.19.2:

* Improve the .pom file installed when using --enable-maven-install.
* Ignore some new, removed, or awkward methods in Glom 1.21/22.
  This allows us to build with both Glom 1.20 and Glom 1.21/22,
  though there is currently no check for Glom 1.22, which installs
  in parallel.
  (Murray Cumming)

1.19.1:

* Update to libglom 1.20 API (require libglom >= 1.20.1)
* New classes wrapped:
  - Glom::Utils
  - Glom::DbUtils
  - Glom::LayoutItem_Notebook
  - Glom::LayoutItem_CalendarPortal
  - Gnome::Gda::Value (with support for double, string and boolean)
  - Gnome::Gda::SqlExpr
  - Gnome::Gda::SqlBuilder (with no methods)
* Enable methods throughout libglom that were previously ignored because they
  used classes that were not wrapped.
* Remove custom sql_build_*() methods. The sql_build_*() methods from libglom
  are now wrapped directly.
* Enable Glib::ustring reference parameters.
* Recompile the test when the test source code changes. (Murray Cumming)
* Make all JNI method call synchronized to enable multi-threaded access.
* Better getter and setter names for methods in FieldFormatting and
  NumericFormat. Methods starting with getM_*() are now wrapped as get_*().

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.
