mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-21 15:17:39 +01:00
Update to v1.1
This commit is contained in:
parent
adae66d2e2
commit
d7322f0f64
3 changed files with 10 additions and 2 deletions
8
NEWS
8
NEWS
|
@ -1,5 +1,13 @@
|
|||
-*-Mode: outline-*-
|
||||
|
||||
* News for v1.1:
|
||||
|
||||
** coredump unwind support
|
||||
** New arch: SuperH
|
||||
** Improved support for PowerPC, ARM
|
||||
** Lots of cleanups, perf tweaks
|
||||
** pkg-config support
|
||||
|
||||
* News for v1.0:
|
||||
|
||||
** Fast unwind (rbp, rsp, rip only) on x86_64 with a fallback to
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
define(pkg_major, 1)
|
||||
define(pkg_minor, 0)
|
||||
define(pkg_minor, 1)
|
||||
define(pkg_extra, )
|
||||
define(pkg_maintainer, libunwind-devel@nongnu.org)
|
||||
define(mkvers, $1.$2$3)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SOVERSION=8:0:0 # See comments at end of file.
|
||||
SOVERSION=8:1:0 # See comments at end of file.
|
||||
SETJMP_SO_VERSION=0:0:0
|
||||
COREDUMP_SO_VERSION=0:0:0
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue