From 8a3b0fae08eb62a1657d4f4e4b8083fe3e1a4f9e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 16 Feb 2009 11:02:37 -0800 Subject: [PATCH] 0.140 release. --- NEWS | 6 ++++++ config/elfutils.spec.in | 5 +++++ configure.ac | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 07d80a450..93ebc81d1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Version 0.140: + +libelf: Fix regression in creation of section header + +libdwfl: Less strict behavior if DWARF reader ist just used to display data + Version 0.139: libcpu: Add Intel SSE4 disassembler support diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 7f07fd393..f67d4590c 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -183,6 +183,11 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/libelf.a %changelog +* Mon Feb 16 2009 Ulrich Drepper 0.140-1 +- libelf: Fix regression in creation of section header +- libdwfl: Less strict behavior if DWARF reader ist just used to + display data + * Thu Jan 22 2009 Ulrich Drepper 0.139-1 - libcpu: Add Intel SSE4 disassembler support - readelf: Implement call frame information and exception handling diff --git a/configure.ac b/configure.ac index e78da9526..9013c9a52 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.139],[http://bugzilla.redhat.com/bugzilla/], +AC_INIT([Red Hat elfutils],[0.140],[http://bugzilla.redhat.com/bugzilla/], [elfutils]) AC_CONFIG_AUX_DIR([config]) -- 2.47.2