[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1rc1-49-gae55e81
mysql vizuser
noreply at mpich.org
Mon Nov 18 18:28:10 CST 2013
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 ae55e8178750b255fcc5c8464d6c5284df039f8a (commit)
via 0e43bd8f71835395efdcffde9abc54a30818eec3 (commit)
via 57fb19bb3396c4da64f8a6f0332da5d0d9c6446e (commit)
from 6fb9967b949ebf560f601398f97a1a4809f5d362 (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/ae55e8178750b255fcc5c8464d6c5284df039f8a
commit ae55e8178750b255fcc5c8464d6c5284df039f8a
Author: Wesley Bland <wbland at mcs.anl.gov>
Date: Mon Nov 18 12:59:50 2013 -0600
Update the ABI string for 3.1rc2.
There were no ABI changes during this RC release cycle. Therefore, we only
update the revision (middle) number. The new string is 11:1:0.
diff --git a/maint/version.m4 b/maint/version.m4
index a132b49..1e729a1 100644
--- a/maint/version.m4
+++ b/maint/version.m4
@@ -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:0:0])dnl
+m4_define([libmpich_so_version_m4],[11:1:0])dnl
[#] end of __file__
http://git.mpich.org/mpich.git/commitdiff/0e43bd8f71835395efdcffde9abc54a30818eec3
commit 0e43bd8f71835395efdcffde9abc54a30818eec3
Author: Wesley Bland <wbland at mcs.anl.gov>
Date: Mon Nov 18 08:54:26 2013 -0600
Add blurb about ABI compatibility to CHANGES
diff --git a/CHANGES b/CHANGES
index dac8198..edcc230 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@
Changes in 3.1
===============================================================================
+ # Implement runtime compatibility with MPICH-derived impelmentations as per
+ the ABI Compatibility Initiative (see www.mpich.org/abi for more
+ information).
+
# Integrated MPICH-PAMI code base for Blue Gene/Q and other IBM
platforms.
http://git.mpich.org/mpich.git/commitdiff/57fb19bb3396c4da64f8a6f0332da5d0d9c6446e
commit 57fb19bb3396c4da64f8a6f0332da5d0d9c6446e
Author: Wesley Bland <wbland at mcs.anl.gov>
Date: Mon Nov 18 08:49:56 2013 -0600
Update version to 3.1rc2
3.1rc1 was released a few weeks ago, but we forgot to update the version
number.
diff --git a/maint/version.m4 b/maint/version.m4
index 03f2acf..a132b49 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.1rc1])dnl
+m4_define([MPICH_VERSION_m4],[3.1rc2])dnl
m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl
# For libtool ABI versioning rules see:
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 4 ++++
maint/version.m4 | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list