11.1.0
2 - Add include_items and exclude_items config handling. To choose exactly which columns to retrieve (Serge Dikiy)
3 - XSD max length and enumeration constraint handling (Serge Dikiy & Alan Boudreault)
4 - First real support of typename namespace provided in request (Olivier Courtin)
5 - Generate PK value using PostgresSQL DEFAULT value if present (Serge Dikiy)
6 - Add pkey configuration in layer config. Usefull for instance when retrieving data from a VIEW. (Serge Dikiy)
7 - Buffer copy performance improve (Serge Dikiy)
8 - Rewrite/fix max features handling (Olivier Courtin)
9 - Extent layer's properties allowed to inherit (Olivier Courtin)
10 - Several bugfixes as usual (special thanks to Andreas Peri, Serge Dikiy and Jukka Rahkonen for detailled reports)
11
121.0.0   (08/02/2012)
13 - Configuration change with broken backward compatibility:
14    * default config file is now /etc/tinyows.xml
15    * default schema dir is now $PREFIX/share/tinyows/schema
16    * rename server and prefix to ns_uri ans ns_prefix
17    * rename wfs_display_bbox to display_bbox
18 - Encoding support, written by Carlos Ruiz: cruizch@gmail.com
19 - Estimated_bbox option for GetCapabilities response (default is false)
20 - Schema cache for fast-cgi mode (huge performance improvement on transaction operations)
21 - Improve drasticaly GetCapabilities performance on huge layer (Thanks to Nicklas Aven for report)
22 - Add ability to use different names for layer and storage table (table property)
23 - Mapfile config file support (use related TINYOWS_MAPFILE env. var)
24 - Debug option available from configure step (--enable-debug)
25 - Improve result from --check option
26 - Add wfs_default_version config file option, to set server default WFS Version
27 - Add gml_ns config file option, to set if any, layers properties using GML namespace
28 - Add log_level config file option, to allow more granularity in log output
29 - PostGIS version init check (support 1.5 and coming 2.0)
30 - Update XSD schema (WFS, FE, GML), so need a new 'make install' step if you upgrade
31 - CITE WFS-T 1.0.0 SF-0 full compliant (require PostGIS 2.0)
32 - CITE WFS-T 1.1.0 SF-0 full compliant (require PostGIS 2.0)
33 - Lot of debug stuff (a special thanks to Boris Leukert, Jukka Rahkonen and Even Rouault for detailled reports)
34 - Security fixes (SQL Injection vulnerability - Reported by Even Rouault)
35
36
370.9.0   (19/06/2010)
38 - Fast-CGI support
39 - Error log handle
40 - Improve --check behaviour
41 - And a still a lot of debug stuff
42
430.8.0   (01/05/2010)
44 - PostgreSQL schema support
45 - Command line --check option, to check configure stuff
46 - JSON output format for GetFeature (use OUTPUTFORMAT=application/json)
47 - PostGIS geography support (Need PostGIS 1.5)
48 - Input request log mechanism
49 - Ability to deactivate XSD schema and/or OGC SFS validation
50 - Up to date documentation and OpenLayers integration step by step HowTo
51 - Slighlty improve performance for GetFeature operation
52 - And a lot of debug stuff
53