summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2010-05-03 11:42:53 -0700
committerRoland McGrath <roland@redhat.com>2010-05-03 11:42:53 -0700
commitfba8ec8203d45f4f2939c965ac8101a3ce83718d (patch)
treeb911c986da5d181ffb2c8125a535b98908a115bb
parent3b10ac0ade6aae156b76884421eb82985b4e9be8 (diff)
NEWS items for 0.147
-rw-r--r--NEWS6
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 95f72a35..d1daab62 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Version 0.147:
+
+libdw: Fixes in CFI handling, best possible handling of bogus CFA ops.
+
+libdwfl: Ignore R_*_NONE relocs, works around old (binutils) ld -r bugs.
+
Version 0.146:
libdwfl: New function dwfl_core_file_report.
diff --git a/configure.ac b/configure.ac
index fd1b1f39..4addfec0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
dnl Configure input file for elfutils. -*-autoconf-*-
dnl
-dnl Copyright (C) 1996-2009, 2010 Red Hat, Inc.
+dnl Copyright (C) 1996-2010 Red Hat, Inc.
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program; if not, write to the Free Software Foundation,
dnl Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
dnl
-AC_INIT([Red Hat elfutils],[0.146],[http://bugzilla.redhat.com/bugzilla/],[elfutils])
+AC_INIT([Red Hat elfutils],[0.147],[http://bugzilla.redhat.com/bugzilla/],[elfutils])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_FILES([config/Makefile])