]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
0.140 release. elfutils-0.140
authorUlrich Drepper <drepper@redhat.com>
Mon, 16 Feb 2009 19:02:37 +0000 (11:02 -0800)
committerUlrich Drepper <drepper@redhat.com>
Mon, 16 Feb 2009 19:02:37 +0000 (11:02 -0800)
NEWS
config/elfutils.spec.in
configure.ac

diff --git a/NEWS b/NEWS
index 07d80a450ab1a78d927630dfab9691a2ca4892bf..93ebc81d1bd0f594f3769b5f47ca9719f6439b34 100644 (file)
--- 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
index 7f07fd3931beb3c8793cc2583ee08eadac394a46..f67d4590c9d6db8f3b0da927ba1b7585274c6a19 100644 (file)
@@ -183,6 +183,11 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_libdir}/libelf.a
 
 %changelog
+* Mon Feb 16 2009 Ulrich Drepper <drepper@redhat.com> 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 <drepper@redhat.com> 0.139-1
 - libcpu: Add Intel SSE4 disassembler support
 - readelf: Implement call frame information and exception handling 
index e78da9526bd01c47213a223db22537153d9b4243..9013c9a52184b85e5e77739c7eee201d92e5309d 100644 (file)
@@ -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])