From 0a5c5bdcb5b8bd5683d2d49cb9d78ce7c115f474 Mon Sep 17 00:00:00 2001 From: Halim Amer Date: Sat, 11 Nov 2017 02:56:34 +0000 Subject: [PATCH] CHANGES/version: updates for the 1.0b1 release --- CHANGES | 18 ++++++++++++++++-- maint/version.m4 | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 16b24ae79..0d001d19e 100644 --- a/CHANGES +++ b/CHANGES @@ -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. diff --git a/maint/version.m4 b/maint/version.m4 index 7dcfb61d2..467dfd28e 100644 --- a/maint/version.m4 +++ b/maint/version.m4 @@ -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: