Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > 12ed3ee75dc2220e2424cafead932e73 > files > 108

python3-pyelftools-0.22-0.2.git20130619.a1d9681.fc18.noarch.rpm

Changelog
=========

+ Version 0.22 (??)

  - pyelftools repository moved to https://github.com/eliben/pyelftools
  - Support for version sections - contributed by Yann Rouillard.
  - Better ARM support (including AArch64) - contributed by Dobromir Stefanov.
  - Added some initial support for parsing Solaris OpenCSW ELF files
    (contributed by Yann Rouillard).
  - Added some initial support for DWARF4 (as generated by gcc 4.8)
    and DWARF generated by recent versions of Clang (3.3).

+ Version 0.21 (17.04.2013)

  - Added new example: dwarf_decode_address - decode function name and
    file & line information from an address.
  - Issue #7: parsing incorrect DWARF was made a bit more forgiving for cases
    where serialized DIE trees have extra NULLs at the end.
  - Very initial support for ARM ELF files (Matthew Fernandez - pull
    request #6).
  - Support support for dumping the dynamic section (Mike Frysinger - pull
    request #7).
  - Output of scripts/readelf.py now matches that of binutils 2.23.52.
  - Added more machine EM_ values to ENUM_E_TYPE.

+ Version 0.20 (27.01.2012)

  - Python 3 support
  - Fixed some problems with running tests
  - Issue #2: made all examples run (and test/run_examples_test.py pass)
    on Windows.

+ Version 0.10 - Initial public release (06.01.2012)