[cig-commits] r20352 - in short/3D/PyLith/branches/v1.7-trunk: . doc/releasenotes

brad at geodynamics.org brad at geodynamics.org
Tue Jun 12 08:57:48 PDT 2012


Author: brad
Date: 2012-06-12 08:57:48 -0700 (Tue, 12 Jun 2012)
New Revision: 20352

Modified:
   short/3D/PyLith/branches/v1.7-trunk/README
   short/3D/PyLith/branches/v1.7-trunk/configure.ac
   short/3D/PyLith/branches/v1.7-trunk/doc/releasenotes/checklist.txt
   short/3D/PyLith/branches/v1.7-trunk/setup.py
Log:
Incremented version number.

Modified: short/3D/PyLith/branches/v1.7-trunk/README
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/README	2012-06-12 15:57:30 UTC (rev 20351)
+++ short/3D/PyLith/branches/v1.7-trunk/README	2012-06-12 15:57:48 UTC (rev 20352)
@@ -1,4 +1,4 @@
-We are pleased to announce release of PyLith version 1.6.3
+We are pleased to announce release of PyLith version 1.7.1
 
 Please submit bug reports via the World Wide Web at:
     http://geodynamics.org/roundup    
@@ -98,6 +98,21 @@
 
 
 ----------------------------------------------------------------------
+Version 1.7.1
+----------------------------------------------------------------------
+
+* Bug fixes
+
+  - Fixed a couple of bugs in the spontaneous earthquake rupture for
+    quasi-static problems when running in parallel. These prevented
+    the nonlinear solve from converging and erroneously generated
+    fault-opening in a some cases.
+
+  - Minor updates to the documentation and manual. Added Green's
+    function examples to the manual.
+
+
+----------------------------------------------------------------------
 Version 1.7.0
 ----------------------------------------------------------------------
 

Modified: short/3D/PyLith/branches/v1.7-trunk/configure.ac
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/configure.ac	2012-06-12 15:57:30 UTC (rev 20351)
+++ short/3D/PyLith/branches/v1.7-trunk/configure.ac	2012-06-12 15:57:48 UTC (rev 20352)
@@ -17,7 +17,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([PyLith], [1.7.0], [cig-short at geodynamics.org])
+AC_INIT([PyLith], [1.7.1], [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.7-trunk/doc/releasenotes/checklist.txt
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/doc/releasenotes/checklist.txt	2012-06-12 15:57:30 UTC (rev 20351)
+++ short/3D/PyLith/branches/v1.7-trunk/doc/releasenotes/checklist.txt	2012-06-12 15:57:48 UTC (rev 20352)
@@ -18,6 +18,8 @@
 
   * Increment version number on cover.
 
+  * Increment version in preface.lyx.
+
   * Increment version in userguide.lyx.
 
   * Updated version numbers in install.lyx.

Modified: short/3D/PyLith/branches/v1.7-trunk/setup.py
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/setup.py	2012-06-12 15:57:30 UTC (rev 20351)
+++ short/3D/PyLith/branches/v1.7-trunk/setup.py	2012-06-12 15:57:48 UTC (rev 20352)
@@ -22,7 +22,7 @@
 setup(
     
     name = 'PyLith', 
-    version = '1.7.0',
+    version = '1.7.1',
 
     zip_safe = False,
     packages = find_packages(),



More information about the CIG-COMMITS mailing list