Changes between Initial Version and Version 1 of Ticket #6597


Ignore:
Timestamp:
06/13/2015 11:37:33 AM (9 years ago)
Author:
Fernando de Oliveira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6597 – Description

    initial v1  
    11New version
     2
     3[https://fedorahosted.org/releases/e/l/elfutils/0.162/elfutils-0.162.tar.bz2]
     4
     5[https://fedorahosted.org/releases/e/l/elfutils/0.162/elfutils-0.162.tar.bz2.sig]
     6
     7[https://lists.fedorahosted.org/pipermail/elfutils-devel/2015-June/005002.html]
     8
     9{{{
     10When building and packaging this release please look at the improved
     11configure output which will show all features detected/enabled and the
     12recommended settings (and which features can be enabled, but are not
     13supported).
     14
     15All known ways to crash the elfutils tools and libraries caused by bogus
     16ELF files or DWARF data have been fixed. This release is Valgrind
     17memcheck clean, GCC -fsanitizer=undefined clean and the libelf and libdw
     18libraries don't have unbounded stack usage anymore as checked by GCC
     19-Wstack-usage.
     20
     21...
     22
     23* NEWS *
     24
     25libdw:
     26  Install new header elfutils/known-dwarf.h.
     27  dwarf.h Add preliminary DWARF5 constants DW_TAG_atomic_type,
     28  DW_LANG_Fortran03, DW_LANG_Fortran08. dwarf_peel_type now also
     29  handles DW_TAG_atomic_type.
     30
     31addr2line:
     32  Input addresses are now always interpreted as hexadecimal
     33  numbers, never as octal or decimal numbers.
     34  New option -a, --addresses to print address before each entry.
     35  New option -C, --demangle to show demangled symbols.
     36  New option --pretty-print to print all information on one line.
     37
     38ar:
     39  CVE-2014-9447 Directory traversal vulnerability in ar extraction.
     40
     41backends:
     42  x32 support.
     43
     44* GIT SHORTLOG *
     45
     46[175 lines]
     47}}}