mirror of
https://github.com/FEX-Emu/libunwind.git
synced 2024-11-23 06:19:39 +00:00
Bump version to 1.3-rc1
This commit is contained in:
parent
c1a65821a2
commit
02a3cc2cf3
18
NEWS
18
NEWS
@ -1,5 +1,23 @@
|
||||
-*-Mode: outline-*-
|
||||
|
||||
* News for v1.3:
|
||||
|
||||
** Iteration of unwind register states support
|
||||
Doug Moore <dougm@rice.edu>
|
||||
** Freebsd/Armv6 support
|
||||
Konstantin Belousov <kib@freebsd.org>
|
||||
** Many, many dwarf bugfixes
|
||||
** Mips remote unwind support
|
||||
** aarch64 ptrace support
|
||||
|
||||
* News for v1.2:
|
||||
|
||||
** aarch64 port
|
||||
** dwarf parsing improvements
|
||||
** Fast stacktraces for aarch64 & arm
|
||||
** tilegx port
|
||||
** powerpc64 port
|
||||
|
||||
* News for v1.1:
|
||||
|
||||
** coredump unwind support
|
||||
|
8
README
8
README
@ -2,20 +2,20 @@
|
||||
|
||||
[![Build Status](https://travis-ci.org/libunwind/libunwind.svg?branch=master)](https://travis-ci.org/libunwind/libunwind)
|
||||
|
||||
This is version 1.0 of the unwind library. This library supports
|
||||
This is version 1.3 of the unwind library. This library supports
|
||||
several architecture/operating-system combinations:
|
||||
|
||||
Linux/x86-64: Works well.
|
||||
Linux/x86: Works well.
|
||||
Linux/ARM: Works well.
|
||||
Linux/IA-64: Fully tested and supported.
|
||||
Linux/IA-64: Works well.
|
||||
Linux/PARISC: Works well, but C library missing unwind-info.
|
||||
HP-UX/IA-64: Mostly works but known to have some serious limitations.
|
||||
MIPS: Newly added.
|
||||
Linux/AArch64: Newly added.
|
||||
Linux/AArch64: Works well.
|
||||
Linux/PPC64: Newly added.
|
||||
Linux/SuperH: Newly added.
|
||||
FreeBSD/i386: Newly added.
|
||||
FreeBSD/i386: Works well.
|
||||
FreeBSD/x86-64: Newly added (FreeBSD architecture is known as amd64).
|
||||
Linux/Tilegx: Newly added (64-bit mode only).
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
define(pkg_major, 1)
|
||||
define(pkg_minor, 2)
|
||||
define(pkg_extra, )
|
||||
define(pkg_minor, 3)
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user