This release fixes a bug in elf_rawfile().


Changes: A new function, elf_getaroff(), was added to maintain compatibility with other implementations. A few build fixes were made.


Changes: Due to some unfortunate confusion, the elf_getphnum(), elf_getshnum(), and elf_getshstrndx() are not compatible between libelf implementations. Therefore, the developers jointly decided to replace them with new functions: elf_getphdrnum(), elf_getshdrnum(), and elf_getshdrstrndx(), which will always return -1 on failure and 0 on success. Code using the old interface should be upgraded to increase portability.


Changes: This release fixes a bug in elf_rawfile().


Changes: Users are now able to turn off select sanity checks that are not compatible with other versions of libelf.


Changes: The data translator can now handle versioning sections with inconsistent data (as found on Solaris). Windows DLLs should work now as well.