Changes in 3.91 (30 Sep 2013):
* Added experimental support for Windows 64-bit PE files, based on work by Stefan Widmann. Please use for testing only!
* bug fixes
Changes in 3.09 (18 Feb 2013):
* Allow for code signing and LC_UUID on Mac OS X executables.
* Allow non-contiguous LC_SEGMENTs and 0==.vmsize for Mach-O.
* Allow zero-filled final page in PackUnix::canUnpack().
* New option --preserve-build-id for GNU ELF.
* bug fixes
Changes in 3.08 (12 Dec 2011):
* Attempt to support ELF on QNX 6.3.0 for armel (experimental).
* Better diagnostic when ELF -fPIC is needed.
* Compress shared library on ELF i386 only [ld.so threatens even this case].
* Defend against another flavor of corrupt PE header.
* Fix allocation in runtime stub for darwin.macho-entry (i386 and amd64).
* Minor code improvements for ELF stubs.
* Preserve more ELF .e_flags on ARM.
* PT_NOTE improvements for *BSD.
* bug fixes