Skip to content

Commit

Permalink
CHANGES/version: updates for the 1.0b1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Halim Amer committed Nov 11, 2017
1 parent 8394f8a commit 0a5c5bd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
===============================================================================
Changes in 1.0
Changes in 1.0b1
===============================================================================

# The first release of Argobots.
- Added new API routines for bulk ULT creation and destruction
- Reduced the overhead of error checking
- Fixed bugs in some thread synchronization routines
- Fixed POWER8 support
- CPU affinity improvements on Intel KNL
- Improved the dynamic management of large numbers of execution streams
- Removed the local-exec TLS option
- Updated the documentation
- Added performance benchmarks

===============================================================================
Changes in 1.0a1
===============================================================================

The first release of Argobots.
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.0a1])dnl
m4_define([ABT_VERSION_m4],[1.0b1])dnl
m4_define([ABT_RELEASE_DATE_m4],[unreleased development copy])dnl

# For libtool ABI versioning rules see:
Expand Down

0 comments on commit 0a5c5bd

Please sign in to comment.