Skip to content

Commit

Permalink
bump version to 5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Daily committed Sep 29, 2017
1 parent 6e420d8 commit a73c92d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ This project follows the [Gitflow Workflow model](https://www.atlassian.com/git/
## [Unreleased]
The Unreleased section will be empty for tagged releases. Unreleased functionality appears in the develop branch.

## [5.6.2] - 2017-09-29
- Known Bugs
- [\#48] Message sizes exceeding 2GB may not work correctly
- Fixed
- Bug in MPI-PT comex_malloc().
- Revert ARMCI contiguous check due to regression.
- ELPA updates.
- ScaLAPACK updates, including case for large matrices.
- ComEx OFI updates from Intel.
- Improved configure tests for LAPACK.
- Improved travis tests.

## [5.6.1] - 2017-05-26
- Known Bugs
- [\#48] Message sizes exceeding 2GB may not work correctly
Expand Down
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ AC_SUBST([PACKAGE_VERSION])
#
# ga version 5.6.0: 1:0:0 (ABI version 1)
# ga version 5.6.1: 1:1:0 (ABI version 1)
# ga version 5.6.2: 1:2:0 (ABI version 1)
#
# libga -version-info current:revision:age
LTVER="1:1:0"
LTVER="1:2:0"
AC_SUBST([LTVER])

###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion global/src/gacommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#define GA_VERSION_MAJOR 5
#define GA_VERSION_MINOR 6
#define GA_VERSION_PATCH 1
#define GA_VERSION_PATCH 2

#define C_CHAR MT_C_CHAR
#define C_DBL MT_C_DBL
Expand Down

0 comments on commit a73c92d

Please sign in to comment.