Prepare for 0.29 release
authorEli Bendersky <eliben@gmail.com>
Tue, 9 Aug 2022 23:11:07 +0000 (16:11 -0700)
committerEli Bendersky <eliben@gmail.com>
Tue, 9 Aug 2022 23:11:07 +0000 (16:11 -0700)
Not tagging in Git yet -- testing distribution

CHANGES
elftools/__init__.py
setup.py

diff --git a/CHANGES b/CHANGES
index 42d429786eec37a4af7477e80693c74fc62f81e3..d3553f53338b64d11cceff1a03015ff22ee71674 100644 (file)
--- 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)
index 9eb4bfb14fe64f656f128562210a027dcf0dc249..22efc1904d7bf9167a433a8bf135983fec78d45c 100644 (file)
@@ -4,4 +4,4 @@
 # Eli Bendersky (eliben@gmail.com)
 # This code is in the public domain
 #-------------------------------------------------------------------------------
-__version__ = '0.28'
+__version__ = '0.29'
index 1593362684982afad8fbd1e8d95a32560cf57588..c7faa07f39cf2c610953af0316adb4e5c0ff143c 100644 (file)
--- 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',