summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2012-07-24 13:20:41 +0200
committerMark Wielaard <mjw@redhat.com>2012-07-26 10:19:14 +0200
commitc4010b8194a458d4e12f86c0b05327126199ff60 (patch)
tree073412bcb8b70e189b3e9e992153eb18b02d3626 /NEWS
parentdf9ec3f0ee0fb17ae9d78f8b0d843bf80896d8bb (diff)
downloadelfutils-c4010b8194a458d4e12f86c0b05327126199ff60.tar.gz
Correct spelling of DW_LANG_ObjC in dwarf.h.
Fix usage in dwarf_aggregate_size. Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5a18698b..8bc18b47 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Version 0.155
+
+libdw: dwarf.h corrected the DW_LANG_ObjC constant name (was DW_LANG_Objc).
+ Any existing sources using the old name will have to be updated.
+
Version 0.154
libelf: [g]elf[32|64]_offscn() do not match SHT_NOBITS sections at OFFSET.