summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Watson <davejwatson@fb.com>2017-11-22 16:24:02 -0800
committerDave Watson <davejwatson@fb.com>2017-11-22 16:24:02 -0800
commit02a3cc2cf3847ac4ba41913a035eff30eeca20a6 (patch)
tree464eae53281f66eff3337bdc321c3868c2675a72
parentc1a65821a279058742441f7cf39d73d61d5b0377 (diff)
downloadlibunwind-02a3cc2cf3847ac4ba41913a035eff30eeca20a6.tar.gz
Bump version to 1.3-rc1v1.3-rc1
-rw-r--r--NEWS18
-rw-r--r--README8
-rw-r--r--configure.ac4
3 files changed, 24 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index e26d1c9b..ae6cbcfb 100644
--- a/NEWS
+++ b/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
diff --git a/README b/README
index ab0224c2..694f600b 100644
--- a/README
+++ b/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).
diff --git a/configure.ac b/configure.ac
index 9f865512..0c512597 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.