From 02a3cc2cf3847ac4ba41913a035eff30eeca20a6 Mon Sep 17 00:00:00 2001 From: Dave Watson Date: Wed, 22 Nov 2017 16:24:02 -0800 Subject: [PATCH] Bump version to 1.3-rc1 --- NEWS | 18 ++++++++++++++++++ README | 8 ++++---- configure.ac | 4 ++-- 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 +** Freebsd/Armv6 support + Konstantin Belousov +** 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.