[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1rc3-3-g19d0aa5

mysql vizuser noreply at mpich.org
Thu Feb 6 11:03:35 CST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".

The branch, master has been updated
       via  19d0aa5e04c0552be9bfc642844b96889e975e00 (commit)
       via  5e376a2cb992890454c764a47f09ca6f985fa5f1 (commit)
       via  38279e668e632ff6f1e73f014b3a0ec43cc6d98e (commit)
      from  1bef988953257fb6acababd5e3af17bad2b91e9c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/19d0aa5e04c0552be9bfc642844b96889e975e00

commit 19d0aa5e04c0552be9bfc642844b96889e975e00
Author: Pavan Balaji <balaji at mcs.anl.gov>
Date:   Thu Feb 6 10:34:48 2014 -0600

    Add a comment describing what our ABI string covers.
    
    Signed-off-by: Ken Raffenetti <raffenet at mcs.anl.gov>

diff --git a/maint/version.m4 b/maint/version.m4
index a991919..4fd24c2 100644
--- a/maint/version.m4
+++ b/maint/version.m4
@@ -31,6 +31,10 @@ m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl
 #
 #     4. If any interfaces have been removed since the last public
 #     release, then set age to 0.
+
+# libmpich so version only includes functionality defined in the MPI
+# standard, and does not include MPIX_ functions and C++ bindings.
+
 m4_define([libmpich_so_version_m4],[11:3:0])dnl
 
 [#] end of __file__

http://git.mpich.org/mpich.git/commitdiff/5e376a2cb992890454c764a47f09ca6f985fa5f1

commit 5e376a2cb992890454c764a47f09ca6f985fa5f1
Author: Pavan Balaji <balaji at mcs.anl.gov>
Date:   Tue Feb 4 20:19:29 2014 -0600

    Update CHANGES file for the mpich-3.1 release.
    
    Signed-off-by: Ken Raffenetti <raffenet at mcs.anl.gov>

diff --git a/CHANGES b/CHANGES
index 041a8c4..11b1a60 100644
--- a/CHANGES
+++ b/CHANGES
@@ -41,7 +41,7 @@
 
    A full list of changes is available at the following link:
 
-     http://git.mpich.org/mpich.git/shortlog/v3.0.4..v3.1rc3
+     http://git.mpich.org/mpich.git/shortlog/v3.0.4..v3.1
 
    A full list of bugs that have been fixed is available at the
    following link:

http://git.mpich.org/mpich.git/commitdiff/38279e668e632ff6f1e73f014b3a0ec43cc6d98e

commit 38279e668e632ff6f1e73f014b3a0ec43cc6d98e
Author: Pavan Balaji <balaji at mcs.anl.gov>
Date:   Tue Feb 4 17:34:07 2014 -0600

    Update the version information for mpich-3.1.
    
    No new interfaces were added or removed.  Just the source code
    changed.
    
    Signed-off-by: Ken Raffenetti <raffenet at mcs.anl.gov>

diff --git a/maint/version.m4 b/maint/version.m4
index 39785eb..a991919 100644
--- a/maint/version.m4
+++ b/maint/version.m4
@@ -14,7 +14,7 @@
 # changing this by playing with diversions, but then we would probably be
 # playing with autotools-fire.
 
-m4_define([MPICH_VERSION_m4],[3.1rc3])dnl
+m4_define([MPICH_VERSION_m4],[3.1])dnl
 m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl
 
 # For libtool ABI versioning rules see:
@@ -31,6 +31,6 @@ m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl
 #
 #     4. If any interfaces have been removed since the last public
 #     release, then set age to 0.
-m4_define([libmpich_so_version_m4],[11:2:0])dnl
+m4_define([libmpich_so_version_m4],[11:3:0])dnl
 
 [#] end of __file__

-----------------------------------------------------------------------

Summary of changes:
 CHANGES          |    2 +-
 maint/version.m4 |    8 ++++++--
 2 files changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list