Skip to content

Commit d7322f0

Browse files
author
Arun Sharma
committed
Update to v1.1
1 parent adae66d commit d7322f0

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

NEWS

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
-*-Mode: outline-*-
22

3+
* News for v1.1:
4+
5+
** coredump unwind support
6+
** New arch: SuperH
7+
** Improved support for PowerPC, ARM
8+
** Lots of cleanups, perf tweaks
9+
** pkg-config support
10+
311
* News for v1.0:
412

513
** Fast unwind (rbp, rsp, rip only) on x86_64 with a fallback to

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
define(pkg_major, 1)
2-
define(pkg_minor, 0)
2+
define(pkg_minor, 1)
33
define(pkg_extra, )
44
define(pkg_maintainer, [email protected])
55
define(mkvers, $1.$2$3)

src/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SOVERSION=8:0:0 # See comments at end of file.
1+
SOVERSION=8:1:0 # See comments at end of file.
22
SETJMP_SO_VERSION=0:0:0
33
COREDUMP_SO_VERSION=0:0:0
44
#

0 commit comments

Comments
 (0)