Skip to content

Releases: MapServer/tinyows

TinyOWS 1.2.2

31 Jul 14:23
f1dc7bc
Compare
Choose a tag to compare

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

There is only one change made:

  • Include stdlib.h for atoi (#105) (Bas Couwenberg)

TinyOWS 1.2.1

24 May 18:44
3714ee2
Compare
Choose a tag to compare

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

Here is a short summary of the changes:

  • Fix JSON encoding (#100)
  • Use stdbool.h instead of custom definitions (#99)
  • Handle check when using TINYOWS_MAPFILE (#97)

TinyOWS 1.2.0

11 Jun 15:29
558a2ac
Compare
Choose a tag to compare

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)

TinyOWS 1.1.1

29 Jun 07:01
Compare
Choose a tag to compare

Security release.