krumple-0.2 (Jan 15, 2000):
    General:
	* Updated and extended the README/FAQ file.
	* Added the THANKS file that somehow got left out in 0.1.
	* Added information in the INSTALL file about the generated installer.
        * All prints now print quotes around file names, directory names, and
          command names.
	* Numerous speedups and readability improvements of the code.
	* Some other bugfixes not detailed specifically.
	* Added 'icon' field to kiss database entry.
    Changes to the generated installer:
	* Added French translation (thank you to Franck Gotthold).
	* Fixed some typos in the Hebrew translation.
	* Doesn't create a temporary directory unless it needs it (i.e., only in
	  "-text" mode, and in the future also in "-gui" mode).
	* Fixed a bug where the password was thought to be incorrect even when
	  it was correct, on some machines (noteably Debian slink).
	  An additional "Password: " prompt is still displayed, though (it is
	  probably written directly to /dev/tty and cannot be redirected).
	* When another version is detected on the system, its number is now also
	  written, and not only "an older version", or "a new version".
	* When 'configure', 'make', or 'make install' fail, the user is allowed
	  to view the output of these programs, or the config.log file.
	* When 'configure, 'make', or 'make install' fail, the progress bar
	  does not continue to count to the end of the line, but stops where
	  the command failed.
	* Enlarged the xterm a little to contain all the needed text at once at
	  any given moment.
	* Now executes 'perl <...>.installer' instead of 'installer' in the
	  xterm, to work also when the executable bit is not set. Note that
	  if the executable bit is not set, the installer must still be called
	  by the user using 'perl <...>.installer'.
	* Fixed a bug where the return status was wrong. Return status now is:
		-f and -q: 0.
		-tgz: 0 (or 1 on error).
		-text: 0 (1 on error, or when the user aborted the
			installation by not accepting the license or answering
			no to the first question (do you wish to continue?).
		-textwin: 0 if succeeded to launch the xterm.
	* Adding button to kpanel not by its full path, but using $$KDEAPPS.
	* Minor change to the printed copyright notice and the text near it.
    Changes to the installer generator:
	* Changed some internal implementation stuff so that adding fields to
	  be added to the kiss database is much simpler.
	* Changed all (0xffff & system(...)) and die "..." statements to
	  human-readable 'if () { print "..."; exit 1 }';
	* krumple now generates an error if a config.cache file is found
	  in the .tgz (this file can cause serious problems since it caches
	  some values that configure should recheck each time it is run on a
	  new machine).
	* Fixed bug where temporary directory was not deleted when exiting
	  with an error.
	* Return status is now either:
		the number of .tgz files which failed to krumple (0 - success),	
	  	or 255 if there was an unrecoverable error.
krumple-0.1 (Jul 15, 1999):
	* First release.
	* Support for the kiss database.
	* Full internationalization support (including right-to-left languages).
	* Text-mode and xterm-text-mode installer only.
	* -f and -q supply package information.
	* -tgz restores the tgz with additional files for updating the kiss db.
	* Everything runs under use strict and perl -w.
