[cig-commits] r19164 - cs/spatialdata/trunk

brad at geodynamics.org brad at geodynamics.org
Wed Nov 9 07:43:37 PST 2011


Author: brad
Date: 2011-11-09 07:43:36 -0800 (Wed, 09 Nov 2011)
New Revision: 19164

Modified:
   cs/spatialdata/trunk/CHANGES
   cs/spatialdata/trunk/README
   cs/spatialdata/trunk/configure.ac
   cs/spatialdata/trunk/setup.py
Log:
Updated version number and list of changes.

Modified: cs/spatialdata/trunk/CHANGES
===================================================================
--- cs/spatialdata/trunk/CHANGES	2011-11-09 01:51:16 UTC (rev 19163)
+++ cs/spatialdata/trunk/CHANGES	2011-11-09 15:43:36 UTC (rev 19164)
@@ -1,3 +1,10 @@
+2011/11/09 (version 1.8.0)
+
+  Changed to old syntax for catching exceptions for compatibility with Python 2.4.
+
+  Added single precision wrapper for SpatialDB query.
+
+
 2011/07/07 (version 1.7.1)
 
   Require labels for spatial databases.

Modified: cs/spatialdata/trunk/README
===================================================================
--- cs/spatialdata/trunk/README	2011-11-09 01:51:16 UTC (rev 19163)
+++ cs/spatialdata/trunk/README	2011-11-09 15:43:36 UTC (rev 19164)
@@ -17,12 +17,12 @@
 /** @mainpage
  *
  * @author Brad Aagaard
- * @date 2011/05/06
- * @version 1.7.1
+ * @date 2011/11/09
+ * @version 1.8.0
  *
  * @section summary Summary
  *
- * This directory tree contains SpatialData version 1.7.1. This package
+ * This directory tree contains SpatialData version 1.8.0. This package
  * provides an interface to Proj.4 (cartographic projections library)
  * for converting coordinates among a variety of geographic projects
  * and local Cartesian coordinates and defines an interface for

Modified: cs/spatialdata/trunk/configure.ac
===================================================================
--- cs/spatialdata/trunk/configure.ac	2011-11-09 01:51:16 UTC (rev 19163)
+++ cs/spatialdata/trunk/configure.ac	2011-11-09 15:43:36 UTC (rev 19164)
@@ -15,7 +15,7 @@
 #
 
 AC_PREREQ(2.59)
-AC_INIT([spatialdata], [1.7.1], [baagaard at usgs.gov])
+AC_INIT([spatialdata], [1.8.0], [baagaard at usgs.gov])
 AC_CONFIG_HEADER([portinfo])
 AC_CONFIG_AUX_DIR([./aux-config])
 AC_CONFIG_MACRO_DIR([m4])

Modified: cs/spatialdata/trunk/setup.py
===================================================================
--- cs/spatialdata/trunk/setup.py	2011-11-09 01:51:16 UTC (rev 19163)
+++ cs/spatialdata/trunk/setup.py	2011-11-09 15:43:36 UTC (rev 19164)
@@ -20,7 +20,7 @@
 setup(
     
     name = 'spatialdata', 
-    version = '1.7.1',
+    version = '1.8.0',
 
     zip_safe = False,
     packages = find_packages(),



More information about the CIG-COMMITS mailing list