projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7371660
)
Mention recent changes in CHANGES
author
Eli Bendersky
<eliben@gmail.com>
Tue, 16 Jan 2018 13:43:00 +0000
(
05:43
-0800)
committer
Eli Bendersky
<eliben@gmail.com>
Tue, 16 Jan 2018 13:43:00 +0000
(
05:43
-0800)
CHANGES
patch
|
blob
|
history
diff --git
a/CHANGES
b/CHANGES
index 11e18a0e5f1c17a7de24cec6837883cb5b31748d..a8f3c428496e4f539ad713cb44dd3c9b93c2d761 100644
(file)
--- a/
CHANGES
+++ b/
CHANGES
@@
-3,6
+3,9
@@
Changelog
+ Version 0.25 (??)
+ - Make parsing of SH_TYPE and PT_TYPE fields dependent on the machine
+ (e_machine header field), making it possible to support conflicting type
+ enums between different machines (#71 and #121).
- Don't attempt to hex/string dump SHT_NOBITS sections in readelf (#119).
- Add Python 3.5 testing to the tox file.
- Minor bugfixes (#118)