summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-02-16 11:02:37 -0800
committerUlrich Drepper <drepper@redhat.com>2009-02-16 11:02:37 -0800
commit8a3b0fae08eb62a1657d4f4e4b8083fe3e1a4f9e (patch)
tree2ed60e05d134b88166aa6c453fc9a474a23902e3
parent7ee70eb081efbf86ed272ecc60e36c73e8e009f3 (diff)
0.140 release.elfutils-0.140
-rw-r--r--NEWS6
-rw-r--r--config/elfutils.spec.in5
-rw-r--r--configure.ac2
3 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 07d80a45..93ebc81d 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 7f07fd39..f67d4590 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 <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
diff --git a/configure.ac b/configure.ac
index e78da952..9013c9a5 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])