From 3eb40d9ff995f6523e2654f79a8d0a1399144818 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Tue, 9 Aug 2022 16:11:07 -0700 Subject: [PATCH] Prepare for 0.29 release Not tagging in Git yet -- testing distribution --- CHANGES | 10 ++++++++++ elftools/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 42d4297..d3553f5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,16 @@ Changelog ========= ++ Version 0.29 (2022.08.09) + + - Lots of improvements to DWARFv5 support (#400, #411, #418, #419, #429 and + additional PRs) + - Support for compressed relocation sections (#395) + - Support for supplementary object files - debug fission (#426) + - Improved support for corrupted ELF headers (#434) + - Readelf used for testing upgraded to 2.38 (#420) + - Add auto-testing vs. llvm-dwarfdump (#428) + + Version 0.28 (2022.02.03) - Added a method for returning the index of a section by name (#331) diff --git a/elftools/__init__.py b/elftools/__init__.py index 9eb4bfb..22efc19 100644 --- a/elftools/__init__.py +++ b/elftools/__init__.py @@ -4,4 +4,4 @@ # Eli Bendersky (eliben@gmail.com) # This code is in the public domain #------------------------------------------------------------------------------- -__version__ = '0.28' +__version__ = '0.29' diff --git a/setup.py b/setup.py index 1593362..c7faa07 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( description='Library for analyzing ELF files and DWARF debugging information', long_description=description, license='Public domain', - version='0.28', + version='0.29', author='Eli Bendersky', maintainer='Eli Bendersky', author_email='eliben@gmail.com', -- 2.30.2