============================================================================
User visible changes for UPX
============================================================================

Changes in 0.72 (12 May 1999)
  * tmt/adam: fixed a serious problem in the decompressor stub; all
    compressed tmt files should be recompressed
  * win32/pe: fixed the 'shared sections not supported' warning:
    read-only shared sections are fine
  * win32/pe: never compress TYPELIB resources
  * win32/pe: compressed files are hopefully less suspicious to heuristic
    virus scanners now
  * linux/i386: minor decompressor stub updates, nicer progress bar

Changes in 0.71 (19 Apr 1999)
  * linux/i386: various improvements in the stub, most notably the
    overhead for an extra cleanup process has been removed
  * win32/pe: added support for export forwarders
  * win32/pe: added support for DLLs without entry point or imports
  * win32/pe: yet another .bss fix
  * win32/pe: new option `--compress-icons=2': compress all icons
    which are not in the first icon directory
  * win32/pe: rearranged stub to avoid false alerts from some virus scanners
  * dos/exe: added option `--no-overlay'

Changes in 0.70 (30 Mar 1999)
  * added support for linux/i386 executables
  * improved compression ratio quite a bit
  * added new compression level `--best' to squeeze out even some more bytes
  * win32/pe: TLS support is much better now
  * win32/pe: --compress-icons=0 should now work as well
  * the usual minor fixes for win32/pe

Changes in 0.62 (16 Mar 1999)
  * win32/pe: --compress-icons and --compress-exports are on now by default
  * win32/pe: --compress-icons should really work now
  * win32/pe: fixed a problem with embedded .bss sections

Changes in 0.61 (08 Mar 1999)
  * atari/tos: fixed a problem where the bss segment could become too small

Changes in 0.60 (06 Mar 1999)
  * win32/pe: fixed file corruption when the size of the export data is invalid
  * win32/pe: fixed a problem with empty resource data
  * win32/pe: compressed file alignment set to minimum value
  * win32/pe: made all compressed sections writeable
  * fixed some other win32/pe bugs
  * fixed an address optimization problem for some not Watcom LE files
  * fixed a bug which could make UPX hang when an exe header contained
    an illegal value
  * added some compression flags for the win32/pe format
  * added support for Atari ST executables (atari/tos)
  * improved compression ratio
  * improved compression speed

Changes in 0.51 (14 Jan 1999)
  * fixed a small bug in the PE header that would prevent some compressed
    win32/pe executables from running under Windows NT and WINE

Changes in 0.50 (03 Jan 1999)
  * added support for PE format executables (win32/pe & rtm32/pe)
  * added support for TMT executables (tmt/adam)
  * fixed a dos/sys bug that affected OpenDOS

Changes in 0.40 (05 Oct 1998)
  * improved compression ratio
  * fixed a small but fatal bug in dos/sys introduced in 0.30
  * fixed a rare bug in dos/exe
  * worked around a bug in djgpp's strip 2.8
  * Allegro packfile support should work now
  * added dos/exeh compression method (works on 386+)

Changes in 0.30 (27 Jul 1998)
  * fixed a serious bug in the 32-bit compressors - please don't use
    djgpp/coff and watcom/le compressed files from previous versions,
    some of them are possibly damaged !
  * the 16 bit uncompressors are a little bit shorter & faster
  * fixed progress indicator for VESA and SVGA text modes

Changes in 0.20 (05 Jul 1998)
  * second public release
  * too many changes to list here

Changes in 0.05 (26 May 1998)
  * first public release

