summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2015-06-10 17:44:42 +0200
committerMark Wielaard <mjw@redhat.com>2015-06-10 17:45:51 +0200
commit027d911c6cfc5d88c581b14756805be8c06616fc (patch)
treea956d8394352f4c1fa16da86d41340cad541da2b /config
parent5aa90b90adcce527ea3eb098990c809ab69cbf64 (diff)
downloadelfutils-027d911c6cfc5d88c581b14756805be8c06616fc.tar.gz
Prepare 0.162 release.
Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rw-r--r--config/elfutils.spec.in14
2 files changed, 18 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 60b90940..190d3081 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2015-06-10 Mark Wielaard <mjw@redhat.com>
+
+ * elfutils.spec.in: Update for 0.162.
+
2015-05-23 Mark Wielaard <mjw@redhat.com>
* eu.am (STACK_USAGE_WARNING): New variable set based on
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 06f73fc9..d70c5d08 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -196,6 +196,20 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.a
%changelog
+* Wed Jun 10 2015 Mark Wielaard <mjw@redhat.com> 0.162-1
+- libdw: Install new header elfutils/known-dwarf.h.
+ dwarf.h Add preliminary DWARF5 constants DW_TAG_atomic_type,
+ DW_LANG_Fortran03, DW_LANG_Fortran08. dwarf_peel_type now also
+ handles DW_TAG_atomic_type.
+- addr2line: Input addresses are now always interpreted as
+ hexadecimal numbers, never as octal or decimal numbers.
+ New option -a, --addresses to print address before each entry.
+ New option -C, --demangle to show demangled symbols.
+ New option --pretty-print to print all information on one line.
+- ar: CVE-2014-9447 Directory traversal vulnerability in ar
+ extraction.
+- backends: x32 support.
+
* Thu Dec 18 2014 Mark Wielaard <mjw@redhat.com> 0.161-1
- libdw: New function dwarf_peel_type. dwarf_aggregate_size now uses
dwarf_peel_type to also provide the sizes of qualified types.