Update to v1.1

This commit is contained in:
Arun Sharma 2012-10-05 21:27:59 -07:00
parent adae66d2e2
commit d7322f0f64
3 changed files with 10 additions and 2 deletions

8
NEWS
View File

@ -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

View File

@ -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)

View File

@ -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
#