From: Ulrich Drepper Date: Mon, 16 Feb 2009 19:02:37 +0000 (-0800) Subject: 0.140 release. X-Git-Tag: elfutils-0.140^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a3b0fae08eb62a1657d4f4e4b8083fe3e1a4f9e;p=thirdparty%2Felfutils.git 0.140 release. --- 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])