bump version everywhere since the trunk represents an unreleased *next* version
authorEli Bendersky <eliben@gmail.com>
Sun, 6 Jan 2013 14:12:05 +0000 (06:12 -0800)
committerEli Bendersky <eliben@gmail.com>
Sun, 6 Jan 2013 14:12:05 +0000 (06:12 -0800)
CHANGES
elftools/__init__.py
setup.py

diff --git a/CHANGES b/CHANGES
index dc64e660e8590b7b29a2994128ae922e4b71cabb..da3262f755674ba44358ee1f3dd1f2a1e8491633 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,8 @@ Changelog
 
   - 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.
 
 + Version 0.20 (27.01.2012)
 
index 0f14043bf4b6161450261886524913836da624c0..4f6eb325a1ea7416221ff2c2dcda5e9a343122a1 100644 (file)
@@ -1,3 +1,3 @@
-__version__ = '0.20'
+__version__ = '0.21'
 
 
index 50b5f95df452d0aa99618ee17937dcd41eaa8801..c8d54b14fb045c053173f5641eea14ab8e8e078b 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ setup(
     description='Library for analyzing ELF files and DWARF debugging information',\r
     long_description=description,\r
     license='Public domain',\r
-    version='0.20',\r
+    version='0.21',\r
     author='Eli Bendersky',\r
     maintainer='Eli Bendersky',\r
     author_email='eliben@gmail.com',\r