[cig-commits] r18772 - short/3D/PyLith/branches/v1.6-stable

brad at geodynamics.org brad at geodynamics.org
Fri Jul 15 12:02:17 PDT 2011


Author: brad
Date: 2011-07-15 12:02:16 -0700 (Fri, 15 Jul 2011)
New Revision: 18772

Modified:
   short/3D/PyLith/branches/v1.6-stable/README
   short/3D/PyLith/branches/v1.6-stable/configure.ac
   short/3D/PyLith/branches/v1.6-stable/setup.py
Log:
Incremented version number and updated README.

Modified: short/3D/PyLith/branches/v1.6-stable/README
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/README	2011-07-15 18:58:09 UTC (rev 18771)
+++ short/3D/PyLith/branches/v1.6-stable/README	2011-07-15 19:02:16 UTC (rev 18772)
@@ -1,4 +1,4 @@
-We are pleased to announce release of PyLith version 1.6.1
+We are pleased to announce release of PyLith version 1.6.2
 
 Please submit bug reports via the World Wide Web at:
     http://geodynamics.org/roundup    
@@ -70,6 +70,16 @@
 models.
 
 ----------------------------------------------------------------------
+Version 1.6.2
+----------------------------------------------------------------------
+
+* Bug fixes
+
+  - Fixed bug in writing tensor data for Xdmf files. Switched Tensor
+    to Tensor6 to account for symmetry.
+
+
+----------------------------------------------------------------------
 Version 1.6.1
 ----------------------------------------------------------------------
 

Modified: short/3D/PyLith/branches/v1.6-stable/configure.ac
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/configure.ac	2011-07-15 18:58:09 UTC (rev 18771)
+++ short/3D/PyLith/branches/v1.6-stable/configure.ac	2011-07-15 19:02:16 UTC (rev 18772)
@@ -17,7 +17,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([PyLith], [1.6.1], [cig-short at geodynamics.org])
+AC_INIT([PyLith], [1.6.2], [cig-short at geodynamics.org])
 AC_CONFIG_AUX_DIR([./aux-config])
 AC_CONFIG_HEADER([portinfo])
 AC_CONFIG_MACRO_DIR([m4])

Modified: short/3D/PyLith/branches/v1.6-stable/setup.py
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/setup.py	2011-07-15 18:58:09 UTC (rev 18771)
+++ short/3D/PyLith/branches/v1.6-stable/setup.py	2011-07-15 19:02:16 UTC (rev 18772)
@@ -22,7 +22,7 @@
 setup(
     
     name = 'PyLith', 
-    version = '1.6.1',
+    version = '1.6.2',
 
     zip_safe = False,
     packages = find_packages(),



More information about the CIG-COMMITS mailing list