[cig-commits] [commit] baagaard/add-release-2.0.2, baagaard/add-release-2.0.3, baagaard/add-release-2.1.0, baagaard/dynrup-new-lagrange, baagaard/feature-output-station-names, baagaard/feature-progress-monitor, baagaard/fix-custom-faultpc, baagaard/fix-error-messages, baagaard/fix-faults-intersect, baagaard/fix-friction-initial-state, baagaard/update-autoconf, knepley/feature-petsc-fe, knepley/upgrade-petsc-3.5, knepley/upgrade-petsc-master, maint, master, next, willic3/fix-plasticity: Incremented version number and updated README. (5fde715)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 15:43:43 PST 2014


Repository : https://github.com/geodynamics/pylith

On branches: baagaard/add-release-2.0.2,baagaard/add-release-2.0.3,baagaard/add-release-2.1.0,baagaard/dynrup-new-lagrange,baagaard/feature-output-station-names,baagaard/feature-progress-monitor,baagaard/fix-custom-faultpc,baagaard/fix-error-messages,baagaard/fix-faults-intersect,baagaard/fix-friction-initial-state,baagaard/update-autoconf,knepley/feature-petsc-fe,knepley/upgrade-petsc-3.5,knepley/upgrade-petsc-master,maint,master,next,willic3/fix-plasticity
Link       : https://github.com/geodynamics/pylith/compare/f33c75b19fd60eedb2a3405db76a1fee333bb1d7...5b6d812b1612809fea3bd331c4e5af98c25a536a

>---------------------------------------------------------------

commit 5fde71548d3fcee8a27fb85296e67a639ae2b343
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Wed Jun 25 20:43:38 2014 -0700

    Incremented version number and updated README.


>---------------------------------------------------------------

5fde71548d3fcee8a27fb85296e67a639ae2b343
 README       | 29 ++++++++++++++++++++++-------
 configure.ac |  2 +-
 2 files changed, 23 insertions(+), 8 deletions(-)

diff --git a/README b/README
index 66a713f..075c6c8 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-We are pleased to announce release of PyLith version 2.0.1
+We are pleased to announce release of PyLith version 2.0.2
 
 Please submit bug reports via the World Wide Web at:
     https://github.com/geodynamics/pylith/issues
@@ -26,9 +26,9 @@ Installation instructions are in the bundled README and INSTALL
 files, as well as in the User Manual on the web page.
 
 PyLith is under active development and we expect a number of additions
-and improvements in the near future. Likely enhancements will include
-additional bulk and fault constitutive models and the generation of
-Green's functions to be used in inversions.
+and improvements in the near future. See
+http://wiki.geodynamics.org/software:pylith:plans:2014 for the current
+development plan.
 
 ======================================================================
 TIPS
@@ -83,11 +83,26 @@ edges of the fault. See the Section 6.4.2 of the PyLith manual for
 more information.
 
 ----------------------------------------------------------------------
-Version 2.0.1
+Version 2.0.2
 ----------------------------------------------------------------------
 
-* Added example (examples/2d/gravity) for viscoelastic deformation in
-  2-D with gravitational body forces and small strain formulation.
+* Bug fixes
+
+  - Fixed linking issue in Darwin binary distribution, primarily
+    affecting systems with OS X 10.7 and 10.8.
+
+  - Improved example journal files for CUBIT/Trelis to improve
+    compability (examples/meshing/surface_nurbs/dem).
+
+  - Updated more journal in examples so that APREPRO lines have a
+    leading '$' instead of a '#' to differentiate from comments.
+
+  - Added examples/debugging files from Crustal Deformation Modeling
+    workshop debugging tutorial.
+
+----------------------------------------------------------------------
+Version 2.0.1
+----------------------------------------------------------------------
 
 * Bug fixes
 
diff --git a/configure.ac b/configure.ac
index 10b4e20..0efbc08 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([PyLith], [2.0.1], [cig-short at geodynamics.org])
+AC_INIT([PyLith], [2.0.2], [cig-short at geodynamics.org])
 AC_CONFIG_AUX_DIR([./aux-config])
 AC_CONFIG_HEADER([portinfo])
 AC_CONFIG_MACRO_DIR([m4])



More information about the CIG-COMMITS mailing list