From 70949ee7e12a29f9eebcd6eca39896813e4c620f Mon Sep 17 00:00:00 2001 From: Shintaro Iwasaki Date: Tue, 31 Mar 2020 13:28:02 -0500 Subject: [PATCH] CHANGES/version: updates for the 1.0 release --- CHANGES | 14 ++++++++++++++ maint/version.m4 | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index a2a807e69..d4036311b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,17 @@ +=============================================================================== + Changes in 1.0 +=============================================================================== + +- Added support for restarting xstream +- Updated the example code +- Fixed the IBM POWER support +- Fixed a bug in affinity management +- Fixed a bug in future operation +- Fixed a bug in hugepage allocation +- Removed retain/release APIs of ULTs and tasklets +- Removed the event interface +- Updated the code formatting standard to use clang-format + =============================================================================== Changes in 1.0rc2 =============================================================================== diff --git a/maint/version.m4 b/maint/version.m4 index bd402620b..89cdd1cfa 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.0rc2])dnl +m4_define([ABT_VERSION_m4],[1.0])dnl m4_define([ABT_RELEASE_DATE_m4],[unreleased development copy])dnl # For libtool ABI versioning rules see: