Skip to content

Commit 0fe9a69

Browse files
Merge pull request #303 from shintaro-iwasaki/pr/release1.1b1
Argobots release 1.1b1
2 parents 2892a0c + e164259 commit 0fe9a69

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGES

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
===============================================================================
2+
Changes in 1.1b1
3+
===============================================================================
4+
5+
- Improved the API specification
6+
- Added a static initializer for ABT_mutex and ABT_cond
7+
- Fixed changes that break the ABI compatibility with Argobots 1.0.1
8+
- Supported Autoconf 2.70
9+
- Fixed several bugs
10+
11+
===============================================================================
12+
Changes in 1.1a1
13+
===============================================================================
14+
15+
- Added a tool interface to support a profiler (see ABTX_prof)
16+
- Improved work-unit-local storage support
17+
- Enhanced memory management of ULT stacks and descriptors
18+
- Added support for XLC, PGI, Solaris, and ARM HPC compilers
19+
- Improved support for affinity settings via an environmental variable
20+
- Fixed several bugs
21+
22+
===============================================================================
23+
Changes in 1.0.1
24+
===============================================================================
25+
26+
- Fixed the ABI string for the Argobots 1.0.x series.
27+
128
===============================================================================
229
Changes in 1.0
330
===============================================================================

maint/version.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# See COPYRIGHT in top-level directory.
44
#
55

6-
m4_define([ABT_VERSION_m4],[1.1a1])dnl
6+
m4_define([ABT_VERSION_m4],[1.1b1])dnl
77
m4_define([ABT_RELEASE_DATE_m4],[unreleased development copy])dnl
88

99
# For libtool ABI versioning rules see:

0 commit comments

Comments
 (0)