Changelog
=========
++ Version 0.26 (2019.12.05)
+
+ - Call relocation for ARM v3 (#194)
+ - More complete architecture coverage for ENUM_E_MACHINE (#206)
+ - Support for .debug_pubtypes and .debug_pubnames sections (#208)
+ - Support for DWARF v4 location lists (#214)
+ - Decode strings in dynamic string tables (#217)
+ - Improve symbol table handling in dynamic segments (#219)
+ - Improved handling of location information (#225)
+ - Avoid deprecation warnings in Python 3.7+
+ - Add DWARF v5 OPs (#240)
+ - Handle many new translation forms and constants
+ - Lazy DIE parsing to speed up partial parsing of DWARF info (#249)
+
+ Version 0.25 (2018.09.01)
- Make parsing of SH_TYPE and PT_TYPE fields dependent on the machine
construct
---------
-The construct seems to be maintained again - they also backported my Python 3
-fixes. Theoretically, I can remove construct from pyelftools and use it as a
-dependency instead. I don't really have time to play with this now, but may
-do so in the future.
+construct seems to be maintained again - they also backported my Python 3 fixes.
+Theoretically, I can remove construct from pyelftools and use it as a dependency
+instead. I don't really have time to play with this now, but may do so in the
+future.
Distribution
------------
# Eli Bendersky (eliben@gmail.com)
# This code is in the public domain
#-------------------------------------------------------------------------------
-__version__ = '0.25'
+__version__ = '0.26'
description='Library for analyzing ELF files and DWARF debugging information',
long_description=description,
license='Public domain',
- version='0.25',
+ version='0.26',
author='Eli Bendersky',
maintainer='Eli Bendersky',
author_email='eliben@gmail.com',