[Thuban-commits] r2690 - trunk/thuban

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Aug 31 14:29:50 CEST 2006


Author: bernhard
Date: 2006-08-31 14:29:49 +0200 (Thu, 31 Aug 2006)
New Revision: 2690

Modified:
   trunk/thuban/ChangeLog
   trunk/thuban/README
Log:
README: fixed URLs to sqlite and pysqlite.


Modified: trunk/thuban/ChangeLog
===================================================================
--- trunk/thuban/ChangeLog	2006-08-03 09:57:24 UTC (rev 2689)
+++ trunk/thuban/ChangeLog	2006-08-31 12:29:49 UTC (rev 2690)
@@ -1,3 +1,6 @@
+2006-08-31 Bernhard Reiter <bernhard at intevation.de>
+	* README: fixed URLs to sqlite and pysqlite.
+
 2006-06-29 Didrik Pinte <dpinte at itae.be>
 
 	* Thuban/UI/main.py: circular import fix.
@@ -89,8 +92,9 @@
   * Thuban/Model/transientdb.py : Updated imports to support pysqlite2
 	Patched the querying system to support the param style of pysqlite2
 
+>>>>>>> .r2689
 2006-04-24 Didrik Pinte <dpinte at itae.be>
-  * Extensions/svgexport/__init__.py: The extension now works on win32
+  	* Extensions/svgexport/__init__.py: The extension now works on win32
 	architecture. Bug #87 corrected.
 
 2006-04-20 Bernhard Reiter <bernhard at intevation.de>

Modified: trunk/thuban/README
===================================================================
--- trunk/thuban/README	2006-08-03 09:57:24 UTC (rev 2689)
+++ trunk/thuban/README	2006-08-31 12:29:49 UTC (rev 2690)
@@ -27,8 +27,8 @@
   wxWidgets  2.4.0.4  http://www.wxwidgets.org (formerly known as wxWindows)
   wxPython   2.4.0.4  http://www.wxpython.org
   proj       4.4.5    http://www.remotesensing.org/proj/
-  SQLite     2.8.3    http://www.hwaci.com/sw/sqlite/
-  PySQLite   0.4.3    http://pysqlite.sourceforge.net
+  SQLite     2.8.3    http://sqlite.org/
+  PySQLite   0.4.3    http://pysqlite.org/
 
 The versions given are the lowest versions that are known to work. for
 proj, sqlite and pysqlite somewhat older versions probably work as well.



More information about the Thuban-commits mailing list