|
1 | | -1.1.0 |
| 1 | +1.2.0 (2021-06-11) *in memory of Olivier Courtin* |
| 2 | + - Fix custom types conversion (Vincent Mora) |
| 3 | + - Add support for geometry-less tables (Even Rouault) |
| 4 | + - Do not list non-existing tables (Even Rouault) |
| 5 | + - ows_layer_storage_fill(): fix crash when several bad configured layers are found (Even Rouault) |
| 6 | + - Fix crash when invalid 'pkey' is specified in configuration file (Even Rouault) |
| 7 | + - Implement matchCase for PropertyIsLike filter (Louis Jencka) |
| 8 | + - Fix axis order issue on GetFeature 1.1 (Even Rouault) |
| 9 | + - Avoid repeated prefix of the typename (Even Rouault) |
| 10 | + - fe_distance_functions(): fix crashes / incorrect behaviour (Even Rouault) |
| 11 | + - Fix unable to use separator chars as underscore in typename (Olivier Courtin) |
| 12 | + |
| 13 | +1.1.1 (2015-06-29) |
| 14 | + - security release (Olivier Courtin) |
| 15 | + |
| 16 | +1.1.0 (2012-11-13) |
2 | 17 | - Add include_items and exclude_items config handling. To choose exactly which columns to retrieve (Serge Dikiy) |
3 | 18 | - XSD max length and enumeration constraint handling (Serge Dikiy & Alan Boudreault) |
4 | 19 | - First real support of typename namespace provided in request (Olivier Courtin) |
|
9 | 24 | - Extent layer's properties allowed to inherit (Olivier Courtin) |
10 | 25 | - Several bugfixes as usual (special thanks to Andreas Peri, Serge Dikiy and Jukka Rahkonen for detailled reports) |
11 | 26 |
|
12 | | -1.0.0 (08/02/2012) |
| 27 | +1.0.0 (2012-02-08) |
13 | 28 | - Configuration change with broken backward compatibility: |
14 | 29 | * default config file is now /etc/tinyows.xml |
15 | 30 | * default schema dir is now $PREFIX/share/tinyows/schema |
|
33 | 48 | - Lot of debug stuff (a special thanks to Boris Leukert, Jukka Rahkonen and Even Rouault for detailled reports) |
34 | 49 | - Security fixes (SQL Injection vulnerability - Reported by Even Rouault) |
35 | 50 |
|
36 | | - |
37 | | -0.9.0 (19/06/2010) |
| 51 | +0.9.0 (2010-06-19) |
38 | 52 | - Fast-CGI support |
39 | 53 | - Error log handle |
40 | 54 | - Improve --check behaviour |
41 | 55 | - And a still a lot of debug stuff |
42 | 56 |
|
43 | | -0.8.0 (01/05/2010) |
| 57 | +0.8.0 (2010-05-01) |
44 | 58 | - PostgreSQL schema support |
45 | 59 | - Command line --check option, to check configure stuff |
46 | 60 | - JSON output format for GetFeature (use OUTPUTFORMAT=application/json) |
|
0 commit comments