updated manifest and changelog
[pyelftools.git] / CHANGES
1 Changelog
2 =========
3
4 + Version 0.22 (17.04.2013)
5
6 - Added new example: dwarf_decode_address - decode function name and
7 file & line information from an address.
8 - Issue #7: parsing incorrect DWARF was made a bit more forgiving for cases
9 where serialized DIE trees have extra NULLs at the end.
10 - Very initial support for ARM ELF files (Matthew Fernandez - pull
11 request #6).
12 - Support support for dumping the dynamic section (Mike Frysinger - pull
13 request #7).
14 - Output of scripts/readelf.py now matches that of binutils 2.23.52.
15 - Added more machine EM_ values to ENUM_E_TYPE.
16
17 + Version 0.20 (27.01.2012)
18
19 - Python 3 support
20 - Fixed some problems with running tests
21 - Issue #2: made all examples run (and test/run_examples_test.py pass)
22 on Windows.
23
24 + Version 0.10 - Initial public release (06.01.2012)
25