Skip to content

Commit 549bac0

Browse files
Merge pull request #127 from shintaro-iwasaki/Release10rc2
CHANGES/version: updates for the 1.0rc2 release
2 parents 1772eeb + df1ba57 commit 549bac0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
===============================================================================
2+
Changes in 1.0rc2
3+
===============================================================================
4+
5+
- Added support for stack dump
6+
- Added support for ucontext to cover more architectures
7+
- Fixed code that assumes 64-bit OS to support 32bit environments
8+
- Enhanced performance with --enable-valgrind when Valgrind is not used
9+
- Fixed a bug in TLS handling
10+
- Fixed a bug in memory pool
11+
112
===============================================================================
213
Changes in 1.0rc1
314
===============================================================================

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