File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 22User visible changes for UPX
33==================================================================
44
5- Changes in 3.08 (XX XXX XXXX ):
5+ Changes in 3.08 (12 Dec 2011 ):
66 * Fix allocation in runtime stub for darwin.macho-entry (i386 and amd64).
77 * Compress shared library on ELF i386 only [ld.so threatens even this case].
8- * Minor edits for portability under various compilers
98 * Attempt to suport ELF on QNX 6.3.0 for armel (experimental).
10- * Better diangostic when ELF -fPIC is needed
11- * PT_NOTE improvements for *BSD
9+ * Better diangostic when ELF -fPIC is needed.
10+ * PT_NOTE improvements for *BSD.
1211 * Preserve more ELF .e_flags on ARM.
1312 * Minor code improvements for ELF stubs
1413 * Defend against another flavor of corrupt PE header.
Original file line number Diff line number Diff line change 11#define UPX_VERSION_HEX 0x030800 /* 03.08.00 */
22#define UPX_VERSION_STRING "3.08"
33#define UPX_VERSION_STRING4 "3.08"
4- #define UPX_VERSION_DATE "Sep 09th 2010 "
5- #define UPX_VERSION_DATE_ISO "2010-09-09 "
6- #define UPX_VERSION_YEAR "2010 "
4+ #define UPX_VERSION_DATE "Dec 12th 2011 "
5+ #define UPX_VERSION_DATE_ISO "2011-12-12 "
6+ #define UPX_VERSION_YEAR "2011 "
You can’t perform that action at this time.
0 commit comments