File: NEWS

package info (click to toggle)
tinyows 1.1.1-4
  • links: PTS, VCS
  • area: non-free
  • in suites: stretch
  • size: 4,392 kB
  • ctags: 1,260
  • sloc: ansic: 9,888; xml: 925; lex: 816; sql: 273; makefile: 90; sh: 89
file content (52 lines) | stat: -rw-r--r-- 2,957 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
1.1.0
 - Add include_items and exclude_items config handling. To choose exactly which columns to retrieve (Serge Dikiy)
 - XSD max length and enumeration constraint handling (Serge Dikiy & Alan Boudreault)
 - First real support of typename namespace provided in request (Olivier Courtin)
 - Generate PK value using PostgresSQL DEFAULT value if present (Serge Dikiy) 
 - Add pkey configuration in layer config. Usefull for instance when retrieving data from a VIEW. (Serge Dikiy)
 - Buffer copy performance improve (Serge Dikiy)
 - Rewrite/fix max features handling (Olivier Courtin)
 - Extent layer's properties allowed to inherit (Olivier Courtin)
 - Several bugfixes as usual (special thanks to Andreas Peri, Serge Dikiy and Jukka Rahkonen for detailled reports)

1.0.0   (08/02/2012)
 - Configuration change with broken backward compatibility:
    * default config file is now /etc/tinyows.xml
    * default schema dir is now $PREFIX/share/tinyows/schema 
    * rename server and prefix to ns_uri ans ns_prefix
    * rename wfs_display_bbox to display_bbox
 - Encoding support, written by Carlos Ruiz: cruizch@gmail.com
 - Estimated_bbox option for GetCapabilities response (default is false)
 - Schema cache for fast-cgi mode (huge performance improvement on transaction operations)
 - Improve drasticaly GetCapabilities performance on huge layer (Thanks to Nicklas Aven for report)
 - Add ability to use different names for layer and storage table (table property)
 - Mapfile config file support (use related TINYOWS_MAPFILE env. var)
 - Debug option available from configure step (--enable-debug) 
 - Improve result from --check option 
 - Add wfs_default_version config file option, to set server default WFS Version
 - Add gml_ns config file option, to set if any, layers properties using GML namespace
 - Add log_level config file option, to allow more granularity in log output
 - PostGIS version init check (support 1.5 and coming 2.0)
 - Update XSD schema (WFS, FE, GML), so need a new 'make install' step if you upgrade
 - CITE WFS-T 1.0.0 SF-0 full compliant (require PostGIS 2.0)
 - CITE WFS-T 1.1.0 SF-0 full compliant (require PostGIS 2.0)
 - Lot of debug stuff (a special thanks to Boris Leukert, Jukka Rahkonen and Even Rouault for detailled reports)
 - Security fixes (SQL Injection vulnerability - Reported by Even Rouault)


0.9.0   (19/06/2010)
 - Fast-CGI support
 - Error log handle
 - Improve --check behaviour
 - And a still a lot of debug stuff

0.8.0   (01/05/2010)
 - PostgreSQL schema support 
 - Command line --check option, to check configure stuff
 - JSON output format for GetFeature (use OUTPUTFORMAT=application/json)
 - PostGIS geography support (Need PostGIS 1.5) 
 - Input request log mechanism
 - Ability to deactivate XSD schema and/or OGC SFS validation 
 - Up to date documentation and OpenLayers integration step by step HowTo
 - Slighlty improve performance for GetFeature operation
 - And a lot of debug stuff