Skip to content

Commit

Permalink
CHANGES/version: updates for the 1.0rc1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Halim Amer <aamer@anl.gov>
  • Loading branch information
shintaro-iwasaki authored and Halim Amer committed Nov 9, 2018
1 parent 68c0a0e commit 1818394
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
===============================================================================
Changes in 1.0rc1
===============================================================================

- Added support for dynamically promoted threads, which offer
better trade-offs than the existing ULT and tasklet methods
- Reduced the overhead of context switching
- Fixed the Valgrind support
- Extended the API with new blocking pool operations
- Leverage the more efficient GCC `__atomic` builtins when available
- Fixed a bug in the condition variable implementation
- Fixed bugs in memory pool
- Fixed bugs in pool operation

===============================================================================
Changes in 1.0b1
===============================================================================
Expand Down
2 changes: 1 addition & 1 deletion maint/version.m4
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# See COPYRIGHT in top-level directory.
#

m4_define([ABT_VERSION_m4],[1.0b1])dnl
m4_define([ABT_VERSION_m4],[1.0rc1])dnl
m4_define([ABT_RELEASE_DATE_m4],[unreleased development copy])dnl

# For libtool ABI versioning rules see:
Expand Down

0 comments on commit 1818394

Please sign in to comment.