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

Bump up the package version.

Also updated the NEWS file.
This commit is contained in:
Arun Sharma 2011-08-15 21:02:26 -07:00
parent 4dbc2bcb94
commit 8ab8863e9f
3 changed files with 17 additions and 6 deletions

10
NEWS
View file

@ -1,5 +1,15 @@
-*-Mode: outline-*-
* News for v1.0:
** Fast unwind (rbp, rsp, rip only) on x86_64 with a fallback to
slow code path (Lassi Turra)
** 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
(Konstantin Belousov)
** Thanks for all the bug reports, contributions and testing!
* News for v0.99:
** Greatly improved x86-64 support thanks to Arun Sharma.

7
README
View file

@ -1,11 +1,12 @@
-*- mode: Outline -*-
This is version 0.99 of the unwind library. This library supports
This is version 1.0 of the unwind library. This library supports
several architecture/operating-system combinations:
Linux/IA-64: Fully tested and supported.
Linux/x86-64: Works well.
Linux/x86: Works well, but C library is missing some unwind-info.
Linux/x86: Works well.
Linux/ARM: Works well.
Linux/IA-64: Fully tested and supported.
Linux/PARISC: Works well, but C library missing unwind-info.
HP-UX/IA-64: Mostly works but known to have some serious limitations.
Linux/PPC64: Newly added.

View file

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