summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2012-06-22 14:14:08 +0200
committerMark Wielaard <mjw@redhat.com>2012-06-22 14:14:08 +0200
commitd7bde9beecd7ec7c8bb1cd814cef293a0e8e6c06 (patch)
tree58225726617c258ee4a29cdbd6e0bdf34c69b244 /config
parentde2ed97f33139af5c7a0811e4ec66fc896a13cf2 (diff)
downloadelfutils-d7bde9beecd7ec7c8bb1cd814cef293a0e8e6c06.tar.gz
Prepare 0.153 release.
Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rw-r--r--config/elfutils.spec.in11
2 files changed, 15 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 849d1b35..d039966c 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2012-06-22 Mark Wielaard <mjw@redhat.com>
+
+ * config/elfutils.spec.in: Update for 0.154.
+
2012-02-23 Mark Wielaard <mjw@redhat.com>
* config/elfutils.spec.in: Update for 0.153.
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 20b81ef8..a36080b5 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -195,6 +195,17 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.a
%changelog
+* Fri Jun 22 2012 Mark Wielaard <mjw@redhat.com> 0.154-1
+- libelf: [g]elf[32|64]_offscn() do not match SHT_NOBITS sections at
+ OFFSET.
+- libdw: dwarf_highpc function now handles DWARF 4 DW_AT_high_pc
+ constant form. Fix bug using dwarf_next_unit to iterate over
+ .debug_types.
+- elflint: Now accepts gold linker produced executables.
+- The license is now GPLv2/LGPLv3+ for the libraries and GPLv3+ for
+ stand-alone programs. There is now also a formal CONTRIBUTING
+ document describing how to submit patches.
+
* Thu Feb 23 2012 Mark Wielaard <mjw@redhat.com> 0.153-1
- libdw: Support reading .zdebug_* DWARF sections compressed via zlib.
- libdwfl: Speed up dwfl_module_addrsym.