[Thuban-commits] r2773 - trunk/thuban
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Jun 22 23:56:50 CEST 2007
Author: bernhard
Date: 2007-06-22 23:56:49 +0200 (Fri, 22 Jun 2007)
New Revision: 2773
Modified:
trunk/thuban/ChangeLog
trunk/thuban/NEWS
trunk/thuban/README
Log:
* NEWS: Corrected python version relation indicating which python
versions call modules with the locale set.
* README: (minor) better formatting: added a few more lines breaks.
Packagers: Added hints that enabling all extensions would be cool.
Modified: trunk/thuban/ChangeLog
===================================================================
--- trunk/thuban/ChangeLog 2007-05-22 16:13:32 UTC (rev 2772)
+++ trunk/thuban/ChangeLog 2007-06-22 21:56:49 UTC (rev 2773)
@@ -1,3 +1,13 @@
+2007-06-22 Bernhard Reiter <bernhard at intevation.de>
+
+ Minor documentation cleanups.
+
+ * NEWS: Corrected python version relation indicating which python
+ versions call modules with the locale set.
+
+ * README: (minor) better formatting: added a few more lines breaks.
+ Packagers: Added hints that enabling all extensions would be cool.
+
2007-05-22 Bernhard Reiter <bernhard at intevation.de>
* Thuban/UI/mainwindow.py: using a loop for several raster filenames.
Modified: trunk/thuban/NEWS
===================================================================
--- trunk/thuban/NEWS 2007-05-22 16:13:32 UTC (rev 2772)
+++ trunk/thuban/NEWS 2007-06-22 21:56:49 UTC (rev 2773)
@@ -1,7 +1,7 @@
Changes up to Thuban 1.2.0 (released 2007-03-13)
==========================
- - Python <= 2.4 calls C extension modules with the set locale.
+ - Python versions >= 2.4 call C extension modules with the locale set.
This means those modules need to be robust against a locale
where LC_NUMERIC is set in a way that the decimal_point might
be a comma or something else. Problems are diagnosed
Modified: trunk/thuban/README
===================================================================
--- trunk/thuban/README 2007-05-22 16:13:32 UTC (rev 2772)
+++ trunk/thuban/README 2007-06-22 21:56:49 UTC (rev 2773)
@@ -13,6 +13,7 @@
Homepage: https://thuban.intevation.org
Development infrastructure: https://wald.intevation.org/projects/thuban/
+
About the Name
--------------
@@ -103,6 +104,7 @@
Note, that this work-around relies on some wxPython internals and may
cease to work at some point. We tested it with wxPython 2.6.
+
Packaging
---------
@@ -114,6 +116,11 @@
Releasenotes.txt and the Doc/technotes/release-process.txt
might also contain interesting hints.
+To make users see the power of Thuban's extensions we recommend to
+enable all extensions coming with Thuban by default - even the
+more experimental ones. One suboptimal approach would be
+by a thubanstart.py file for the user's home directory.
+
License
-------
More information about the Thuban-commits
mailing list