From 1dee360aa30fecd20f403f98fd1cb9e543afcca7 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 15 Aug 2006 01:57:03 +0000 Subject: [PATCH] NEWS items for 0.123 --- NEWS | 12 ++++++++++++ config/elfutils.spec.in | 7 +++++++ configure.ac | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8d7685c9c..5d22c7372 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Version 0.123: + +libebl: Backend build fixes, thanks to Stepan Kasal. + +libebl: ia64 backend support for register names, return value location + +libdwfl: Handle truncated linux kernel module section names. + +libdwfl: Look for linux kernel "vmlinux" files with ".debug" suffix. + +elflint: Fix checks to permit --hash-style=gnu format. + Version 0.122: libebl: add function to test for relative relocation diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 8ab350c1b..05a2f5e3e 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -154,6 +154,13 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/libelf.so %changelog +* Mon Aug 14 2006 Roland McGrath 0.123-1 +- libebl: Backend build fixes, thanks to Stepan Kasal. +- libebl: ia64 backend support for register names, return value location +- libdwfl: Handle truncated linux kernel module section names. +- libdwfl: Look for linux kernel vmlinux files with .debug suffix. +- elflint: Fix checks to permit --hash-style=gnu format. + * Wed Jul 12 2006 Ulrich Drepper 0.122-1 - libebl: add function to test for relative relocation - elflint: fix and extend DT_RELCOUNT/DT_RELACOUNT checks diff --git a/configure.ac b/configure.ac index de81c68c3..06d442831 100644 --- a/configure.ac +++ b/configure.ac @@ -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.122],[http://bugzilla.redhat.com/bugzilla/], +AC_INIT([Red Hat elfutils],[0.123],[http://bugzilla.redhat.com/bugzilla/], [elfutils]) AC_CONFIG_AUX_DIR([config]) -- 2.47.2