Skip to content

Commit

Permalink
Prepare for release 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
eliben committed Dec 5, 2019
1 parent 670079a commit 8a40f29
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
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
Expand Down
8 changes: 4 additions & 4 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ New version
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
------------
Expand Down
2 changes: 1 addition & 1 deletion elftools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# Eli Bendersky ([email protected])
# This code is in the public domain
#-------------------------------------------------------------------------------
__version__ = '0.25'
__version__ = '0.26'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
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='[email protected]',
Expand Down

0 comments on commit 8a40f29

Please sign in to comment.