Skip to content

TinyOWS 1.2.0

Compare
Choose a tag to compare
@jmckenna jmckenna released this 11 Jun 15:29
· 29 commits to main since this release
558a2ac

The major release TinyOWS 1.2.0 is now available. This release is in honor of @ocourtin, the original TinyOWS developer & visionary.

Here is a short summary of the major changes:

  • Fix custom types conversion (Vincent Mora)
  • Add support for geometry-less tables (Even Rouault)
  • Do not list non-existing tables (Even Rouault)
  • ows_layer_storage_fill(): fix crash when several bad configured layers are found (Even Rouault)
  • Fix crash when invalid 'pkey' is specified in configuration file (Even Rouault)
  • Implement matchCase for PropertyIsLike filter (Louis Jencka)
  • Fix axis order issue on GetFeature 1.1 (Even Rouault)
  • Avoid repeated prefix of the typename (Even Rouault)
  • fe_distance_functions(): fix crashes / incorrect behaviour (Even Rouault)
  • Fix unable to use separator chars as underscore in typename (Olivier Courtin)