Changes in Thuban 0.9
=====================

 - An initial version of the Thuban User's Manual. Currently only the
   XML sources and the images are shipped with the Thuban sources. The
   binary distributions do not contain the document at this point. An
   online version is available at
   http://thuban.intevation.org/documentation.html

 - New Translations: German, Italian and Russian. The Italian and
   Russion translations are based on 0.8.1 and therefore not quite up to
   date. German is up to date, though. For 1.0 we intend to have a
   translation period where all translations can be brought up to date.

 - PostGIS support. This feaure is still a bit experimental at this
   point and is not very well tested yet. It should work PostgreSQL
   7.2.1 and postgis 0.7 as that's what we tested it with. Newer
   versions probably also work.

   The user as which the connection is established obviously needs
   select permissions on any table to show and also on the
   geometry_columns table.

   Known Issues:

    - Only four geometry types are currently supported: POINT,
      MULTILINESTRING, POLYGON and MULTIPOLYGON.

    - Tables must have a gid column which is assumed to be a non-NULL
      integer which uniquely identifies the row.

    - It's not optimized so some things may be very slow. For instance
      the number of queries done could be reduced substantially
      especially if you use classifications. Having an index on the gid
      column can speed things up in that case. Note that at least older
      versions shp2pgsql do not create such an index.

 - Renamed the subdirectory extensions to libraries. The name extensions
   can now be used for a directory with Thuban extensions.


More changes in even more detail are listed in the ChangeLog file.
