Skip to content

Commit 9d4d62e

Browse files
CHANGES/version: updates for the 1.1rc1 release
1 parent 0a24d76 commit 9d4d62e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
===============================================================================
2+
Changes in 1.1rc1
3+
===============================================================================
4+
5+
- Used futex when external threads use Argobots synchronization operations
6+
- Optimized pool operations when pools are empty.
7+
- Fixed several bugs
8+
19
===============================================================================
210
Changes in 1.1b1
311
===============================================================================

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.1b1])dnl
6+
m4_define([ABT_VERSION_m4],[1.1rc1])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)