Skip to content

Commit 70949ee

Browse files
CHANGES/version: updates for the 1.0 release
1 parent 9b945a6 commit 70949ee

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
===============================================================================
2+
Changes in 1.0
3+
===============================================================================
4+
5+
- Added support for restarting xstream
6+
- Updated the example code
7+
- Fixed the IBM POWER support
8+
- Fixed a bug in affinity management
9+
- Fixed a bug in future operation
10+
- Fixed a bug in hugepage allocation
11+
- Removed retain/release APIs of ULTs and tasklets
12+
- Removed the event interface
13+
- Updated the code formatting standard to use clang-format
14+
115
===============================================================================
216
Changes in 1.0rc2
317
===============================================================================

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.0rc2])dnl
6+
m4_define([ABT_VERSION_m4],[1.0])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)