[Thuban-commits] r2819 - trunk/thuban

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Jan 29 20:00:10 CET 2008


Author: bernhard
Date: 2008-01-29 20:00:09 +0100 (Tue, 29 Jan 2008)
New Revision: 2819

Modified:
   trunk/thuban/ChangeLog
   trunk/thuban/NEWS
Log:
NEWS: Updated changes up to upcoming release 1.2.1.


Modified: trunk/thuban/ChangeLog
===================================================================
--- trunk/thuban/ChangeLog	2008-01-27 23:41:08 UTC (rev 2818)
+++ trunk/thuban/ChangeLog	2008-01-29 19:00:09 UTC (rev 2819)
@@ -1,3 +1,7 @@
+2008-01-29 Bernhard Reiter <bernhard at intevation.de>
+
+	* NEWS: Updated changes up to upcoming release 1.2.1.
+
 2008-01-28 Bernhard Reiter <bernhard at intevation.de>
 
 	Updated German translation.

Modified: trunk/thuban/NEWS
===================================================================
--- trunk/thuban/NEWS	2008-01-27 23:41:08 UTC (rev 2818)
+++ trunk/thuban/NEWS	2008-01-29 19:00:09 UTC (rev 2819)
@@ -1,17 +1,65 @@
 
-Changes up to Thuban 1.2-SVN (not released yet)
-============================
+Changes up to Thuban 1.2.1 (released 2008-)
+===========================
+ - Rendering: Thuban's accelerated shapefile renderer is now 
+   robust against shapefiles which contain empty shapes.
 
+ - Text Encoding: Progress to make Thuban run better with different encodings
+   and locales.  (Bernhard Reiter)
+
+   + The class generator selector will work even in other languages.
+     (Reported by Samuel Mesa)
+   + Layer titles from filenames are saved in the correct encoding, so
+     strings can be assembled from them, e.g. for the Layer Projection dialog.
+     (Reported by Samuel Mesa)
+   + Fixed [#586] (projection exception when changing projection) 
+     (Reported by Stefanie Gunkel)
+
+ - PostGIS support: Migrated from psycopg1 to psycopg2 (Didrik Pinte)
+   Now UTF8 environments are better supported.
+
+ - Windows packaging improved. Also it got easier to make a windows package
+   that inclused everything. (Didrik Pinte)
+
+ - move to wxPython 2.6 completed (Didrik Pinte)
+
  - Using the alpha channel for displaying raster images all the time.
-   There is no selection possibility anymore for "masktype".
+   There is no selection possibility anymore for "masktype". (Bernhard Reiter)
 
- INCOMPATIBLE with Thuban 1.1 (development series) and 1.2.0:
- Ignoring the saved masktype in .thuban files, using "alpha" in all cases.
- With wx2.6 there is no need for other mask types anymore. Doing this
- change fixes a problem on the windows platform, where masktype=bit did
- not work so far.
+   INCOMPATIBLE with Thuban 1.1 (development series) and 1.2.0:
+   Ignoring the saved masktype in .thuban files, using "alpha" in all cases.
+   With wx2.6 there is no need for other mask types anymore. Doing this
+   change fixes a problem on the windows platform, where masktype=bit did
+   not work so far.
 
+ - Translation updates
+   + Extensions are now localised as well (Bernhard Reiter)
+   + German (Bernhard Reiter)
+   + French (Didrik Pinte, Daniel Calvelo)
+   + Spanish (Daniel Calvelo)
 
+ - Problem fixes:
+
+   + Fixed [#403] "can not add raster layer". Adds the ability to open more 
+     then one raster file from one open dialog by multiple selection.
+     Thanks to Jachym Cepicky and Bernhard Herzog. (Bernhard Reiter)
+
+   + Printing reenabled under some platforms. (Bernhard Reiter)
+
+ - Extensions (all Bernhard Reiter)
+
+   + ogr: Some fixes to make it work with encodings and database connections.
+
+   + wms: Some attemps to revive, but found out that PyOGClib is abandoned
+     and does not work anymore. Needs work.
+
+   + Extentions are now all under the menu entry with the same name,
+     their maturity will be indicated by leading string in the menu text. 
+
+   + New installation wide configuration file thuban_cfg.py which by
+     default tries to import all interesting Extensions coming with Thuban.
+
+
 Changes up to Thuban 1.2.0 (released 2007-03-13)
 ==========================
 
@@ -43,7 +91,7 @@
    to load all extensions on windows. (Didrik Pinte)
 
  - Updated code to support new style wxPython 2.6 imports. So
-   you need at least wyPython 2.6 . (Didrik Pinte)
+   you need at least wxPython 2.6 . (Didrik Pinte)
 
  - New Classification "Pattern": Classify text attributes by regexp. 
    (Frank Koormann)



More information about the Thuban-commits mailing list