Skip to content

Commit

Permalink
Merge pull request #24 from pmodels/opa-1.0.5
Browse files Browse the repository at this point in the history
prepare to tag v1.0.5 release
  • Loading branch information
raffenet authored Mar 11, 2024
2 parents fdf74c8 + 8bf65b3 commit 38e4f18
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
=============
OpenPA v1.0.5
=============
Individual Change Summary By Developer:

Antonio J. Pena (2):
[3c3c1686] Updated trac URLs
[0145f0c5] Updated contact information in COPYRIGHT

Ken Raffenetti (2):
[c639fa90] Add decl for pthread_yield, if needed.
[0475704d] config: Add flag for embedded mode

Rémi Dehenne (1):
[f8a22025] Fix clang++ compilation error in C++11

Yanfei Guo (1):
[ccfb02f3] Update ignored file list


=============
OpenPA v1.0.4
=============
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OpenPA v1.0.4
OpenPA v1.0.5
-------------

The goal of this project is to provide an open source, highly-portable
Expand All @@ -10,7 +10,7 @@ derived from work on the MPICH2 project.

Project documentation and bug tracking can be found at:

https://trac.mpich.org/projects/openpa/
https://github.com/pmodels/openpa

If you would like to email questions or discuss topics related to OpenPA
you can send mail to [email protected].
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

AC_PREREQ(2.62)

AC_INIT([OpenPA], [1.0.4], [https://trac.mpich.org/projects/openpa/newticket])
AC_INIT([OpenPA], [1.0.5], [https://github.com/pmodels/openpa/issues/new])
dnl Set the directory that contains support scripts such as install-sh and
dnl config.guess. It also contains autoconf macro files.
AC_CONFIG_AUX_DIR(confdb)
Expand Down

0 comments on commit 38e4f18

Please sign in to comment.