1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-13 09:25:16 +02:00

Updates for 1.0

Drop the rc1
Fixup a typo in NEWS
This commit is contained in:
Arun Sharma 2011-08-27 21:51:14 -07:00
parent f195c9ad52
commit e3c87a6261
2 changed files with 2 additions and 2 deletions

2
NEWS
View file

@ -3,7 +3,7 @@
* News for v1.0:
** Fast unwind (rbp, rsp, rip only) on x86_64 with a fallback to
slow code path (Lassi Turra)
slow code path (Lassi Tuura)
** Improved local and remote unwinding on ARM (Ken Werner)
** Testing, stability and many fixes on x86 (Paul Pluzhnikov)
** FreeBSD port and clean separation of OS specific bits

View file

@ -1,6 +1,6 @@
define(pkg_major, 1)
define(pkg_minor, 0)
define(pkg_extra, -rc1)
define(pkg_extra, )
define(pkg_maintainer, libunwind-devel@nongnu.org)
define(mkvers, $1.$2$3)
dnl Process this file with autoconf to produce a configure script.