X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: rugxulo AT gmail DOT com Newsgroups: comp.os.msdos.djgpp Subject: UPX 3.00 released Date: 5 May 2007 20:33:41 -0700 Organization: http://groups.google.com Lines: 58 Message-ID: <1178422421.071893.53070@q75g2000hsh.googlegroups.com> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1178422421 25639 127.0.0.1 (6 May 2007 03:33:41 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sun, 6 May 2007 03:33:41 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.20 (Windows NT 5.1; U; en),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: q75g2000hsh.googlegroups.com; posting-host=65.13.115.246; posting-account=qvj7NA0AAABallzf-E3FtUCXEd65I-J8 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hey, UPX 3.00 stable has finally been released! :-) http://upx.sf.net P.S. Make sure (!) you upgrade to using the latest version and not keep using some old, moldy one like 1.24, especially since compression is so much better with the latest versions (LZMA). :-P ================================================================== User visible changes for UPX (available online at http://upx.sourceforge.net/upx-news.txt ) ================================================================== Changes in 3.00 (27 Apr 2007): * watcom/le & tmt/adam: fixed a problem when using certain filters Changes in 2.93 beta (08 Mar 2007): * new formats Mach/i386 and Mach/fat support Mac OS X i686 and Universal binaries [i686 and PowerPC only] * dos/exe: LZMA is now also supported for 16-bit dos/exe. Please note that you have to explicitly use '--lzma' even for '--ultra-brute' here because runtime decompression is about 30 times slower than NRV - which is really noticeable on old machines. * dos/exe: fixed a rarely occuring bug in relocation handling * win32/pe & arm/pe: better icon compression handling Changes in 2.92 beta (23 Jan 2007): * new option '--ultra-brute' which tries even more variants * slightly improved compression ratio for some files when using '--brute' or '--ultra-brute' * bug fixes Changes in 2.91 beta (29 Nov 2006): * assorted bug fixes * arm/pe: fix "missing" icon & version info resource problem for wince 5 * win32/pe & arm/pe: added option --compress-icons=3 to compress all icons Changes in 2.90 beta (08 Oct 2006): * LZMA algorithm support for most of the 32-bit and 64-bit file formats; use new option '--lzma' to enable * new format: BSD/elf386 supporting FreeBSD, NetBSD and OpenBSD via auto-detection of PT_NOTE or EI_OSABI * arm/pe: all the NRV compression methods are now supported (only NRV2D is missing in thumb mode) * linux/elf386, linux/ElfAMD: remember /proc/self/exe in environment * major source code changes: the runtime decompression stubs are now built from internal ELF objects ================================================================== Changes in 2.03 (07 Nov 2006): ... (previous stable version) ...