updated manifest and changelog v0.21
authorEli Bendersky <eliben@gmail.com>
Wed, 17 Apr 2013 12:46:42 +0000 (05:46 -0700)
committerEli Bendersky <eliben@gmail.com>
Wed, 17 Apr 2013 12:46:42 +0000 (05:46 -0700)
CHANGES
MANIFEST.in

diff --git a/CHANGES b/CHANGES
index ba3962976feea4223d369157a5e6172f7a83d7b1..54e772ce34dd328d3174f148f13a9162f934551c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-+ Version 0.21 (??)
++ Version 0.22 (17.04.2013)
 
   - Added new example: dwarf_decode_address - decode function name and
     file & line information from an address.
@@ -11,7 +11,8 @@ Changelog
     request #6).
   - Support support for dumping the dynamic section (Mike Frysinger - pull
     request #7).
-  - Output of scripts/readelf.py now matches that of binutils 2.23.52
+  - Output of scripts/readelf.py now matches that of binutils 2.23.52.
+  - Added more machine EM_ values to ENUM_E_TYPE.
 
 + Version 0.20 (27.01.2012)
 
index 3cac83ffe3fcfcd7db681f7b79cb94061e6110e4..872e667abcad274a534ebdae93c9ce011c783ea3 100644 (file)
@@ -1,11 +1,8 @@
-recursive-include elftools *.py \r
-recursive-include scripts *.py\r
-recursive-include examples *.py *.elf *.out\r
-recursive-include test *.py *.elf\r
-include README\r
-include LICENSE\r
-include CHANGES\r
-include tox.ini\r
-\r
-\r
-\r
+recursive-include elftools *.py
+recursive-include scripts *.py
+recursive-include examples *.py *.elf *.out
+recursive-include test *.py *.elf *.arm
+include README
+include LICENSE
+include CHANGES
+include tox.ini