kissd 0.14
	* Fixed a behaviour change in the directory list order
	  introduced by the multi-byte character support feature
	  (string comparision was done in C locale instead of calling
	  locale).

	* Fixed a bug which caused sometimes the server to end with a:
		select: no child process
	  error (seen when playing files with subtitles).
	  (Vidar Tysse <vtysse@broadpark.no>)

	* Make kissd generate a /var/run/kissd.pid file on startup.

kissd 0.13
	* change the internal sendfile buffer size when using
	  USE_INTERNAL_SENDFILE_COPY to to 128 KB (instead of 64 KB).
	  A 64K buffer works well with a KiSS DP-600, but other KiSSi
	  players request up to 128K.
	  (Vidar Tysse <vtysse@broadpark.no>)

	* support for multi-byte characters (UTF-8) in file names.
	  (Timo Rohling <timo.roehling@gmx.de>)

	* fix a few errors (stray pointers and memory leaks) in
	  the "recently used" feature.
	  (Vidar Tysse <vtysse@broadpark.no>)

kissd 0.12
	* fix a small syntax error in the example pretrigger script.

	* make backup copies of older kissd and kissd.conf on install
	  (Frank Schultze <frank.schultze@web.de>)

	* add playlist (m3u, pls, m3u_ext, pls_v2) support
	  (Frank Schultze <frank.schultze@web.de>)

	* add recent file support
	  (Frank Schultze <frank.schultze@web.de>)

	* add an internal sendfile function to make kissd work
	  on platforms which do not have a 64 bit sendfile function
	  (like the Unslung 5.5 on the NSLU2)
	  (Vidar Tysse <vtysse@broadpark.no>)

	* small source cleanups (logv() etc...)

kissd 0.11
	* use setpgid(pid, 0) instead of setpgrp() which is
	  invalid on FreeBSD.
	  (Espen Jervidalo <espen.jervidalo@stud.unibas.ch>)

	* fix double slashes in filenames which prevented videos
	  to be played on some players.

	* fix a coredump caused by reading past the end of a buffer
	  in the trigger routines. This should cure the 'kissd lists
	  the files but doesn't serve them' problems many users have

kissd 0.10
	* another fix for large files.
	  (Jan Wielemaker <wielemak@science.uva.nl>)

	* add the ability to run a trigger before and after
	  the retrieval of a file (useful for picture resizing,
	  etc).

kissd 0.9
	* really fix this time the buffer overflow in do_recv().
	  (Harm Jetten <hjetten@xs4all.nl>)

	* made kissd ignore the files starting with a dot when
	  listing a directory, unless started with the -a (all)
	  option. (Arjen Duursma <arjen@t-rex.pinguins.dyndns.org>)

	* fix sendfile usage on FreeBSD systems (it does not return
	  the number of sent bytes as Linux does, but &sent is a
	  parameter to the sendfile() call). (Cem Celebiler
	  <nanometrics@gmail.com>)

kissd 0.8

	* corrected a buffer overflow problem in do_recv().
	  (Harm Jetten <hjetten@xs4all.nl>)

	* put the version number of the kissd server in the
	  discovery answer. (Remon Pel <ikke@remon.tweakdsl.nl>)

	* pad the last packet of data up to the requested number
	  of bytes or some KiSS will not play the last part of the
	  data.

kissd 0.7
	* make kissd work with files bigger than 2 GB
	  (Valentin Guggiana <valentin@guggiana.ch>)

	* corrected typo which prevented the search for the configuration
	  file in the user home directory.
	  (Jose Ramon Alvarez Sanchez <jr.as@telefonica.net>)

kissd 0.6
	* fixed a bug which caused kissd to exit if HOME isn't
	  defined in the environment

	* enable automatic discovery of the kissd server by the KiSS
	  (Frank Schultze <frank.schultze@web.de>)

kissd 0.5
	* fix sendfile prototype for FreeBSD (Soren Vrist <sv@catpipe.net>)

kissd 0.4
	* fix max() macro (Jean-Yves Simon <lethalwp@tiscali.be>)
	* accept severals requests per connection, it seems that in
	  some (failure) cases the KiSS will reuse the open connection to
	  send more requests and will freeze if kissd closes the connection.
	  (Jean-Yves Simon <lethalwp@tiscali.be>)

kissd 0.3
	* first released version

kissd 0.2
kissd 0.1
	* internal versions, never released
	* based on kiss4lin
