Changelog for dtvmkfs
=====================

0.91 - 2008/12/07
-----------------
  - Fixed bug with incorrect parsing of load-address from PRGs.
  - Updated to support %XX-encoded C64names.
  - Implemented NOLIST option. C64name starting with $ is still
    supported for backwards compatibility.
  - Directory ($-file) width automatically expanded if file names
    are too long. 
  - Added -r option to import raw data.

0.9 - 2008/10/13
----------------
  - Files with matching C64-names and CRC32 are only included once.
  - Files with matching CRC32 (only when read from ZIP-archive), but 
    different C64-names are only included once in the flash, but linked 
    in the directory table.
  - Including different files with the same C64-name throws an error.
  - Bugfix: Load address gets set to 2049 if not specified.
  - Files can be included directly from command line.
  - Archive can contain files of DTV, PRG, BIN, RAW
  - Other file types detected based on extension: PRG, BIN, RAW. 
    Default file type is DTV.
  - File type can be specified as additional parameter: PRG, BIN, RAW,
    DTV or ZIP (Archives cannot be nested).
  - Hiding files in $-file or $10000-dir can be done from command line.

0.3a - 2007/05/26
-----------------
  - Bugfix: Reads index-files that are not terminated with NL correctly.
  - Bugfix: Write files in binary mode (on Windows).

0.3 - 2007/05/15
----------------
  - Made first steps towards the import-function. Currently allows
    importing a kernel from a flash dump. The directory and files
    are all nuked on import (for now).
  - Added option --kernel-area (-k) which includes the kernel area
    ($000000-$00FFFF) in the flash dump. This should be useful for
    Vice (with the DTV-patch).

0.2 - 2007/04/01
----------------
  - Fixed the directory, ending with one entry of $00 and the rest 
    $FF, as suggested by TLR.
  - Added option to show the directory listing (including flash, 
    load and start addresses).
  - Shows total flash usage.
  - Added option to print simulated C64 directory listing.
	

0.1ß - 2007/03/29
-----------------
  - Windows binary released (compiled with MinGW/MSYS)

0.1ß - 2007/03/24
-----------------
  - Initial release (source only).
  - Handles archives conforming to the repository standard.
  - Programs/games need to be dtvencoded in the ZIP-archives.
  - Creates filesystem dump in 1, 2 or multiple 128kB files.
  - Automatically creates the internal flash filesystem directory
    at address $10000 as well as the $-file (fake directory).


$Id: CHANGES,v 1.7 2008-12-06 23:57:10 spiff Exp $
