1.3		froze 1.3
		Added minimum gap option.
		Changed /007 to /a, not a real change but more sane.
		Added mask option.
		Added get_ppm for reading ppm files
		Optimized greyscale blowup code.
		Added 'FORCE_ENCODE_LAST_FRAME' to mpeg params file.
		Experimental tracking routines for mini ssc library

1.2		froze 1.2
		Fixed some exit(-1) to exit(1)
		Updated manpage with the new options.
		Added adjustable noise level.
		Snapshots can be made in ppm format to.
		Fixed signal blocking code (this time right?)

1.1		froze 1.1
		Motion now has it own logos!!!!
		Added timestamp to picture.
		Added ppm output format.
		Rewrote locate function, small things (like fish :) don't
		disturb the locate option anymore.
		Added break for -B option

1.0		froze 1.0
		Went back to alarm for automated snapshots 
		(signals should work with bttv now)
		Moved usage to conf.c
		Finished manpage
		Added check for existing target dir.
		Moved diff calculation and image_out generation out of main
		loop, adding other methods is easier this way.
		Removed sanity check for output formats since someone might 
		want no pictures at all but only warning messages.
		Make snapshots seperately from other pictures.
		New snapshot names: YYYYMMDDHHMMSS-snapshot
		Motion images are encoded to mpeg movies to.
		Made movie file names and counter sane.

0.99-2		froze 0.99-2
		Added signal blocking during ioctls, bttv should now continue
		to work when receiving signals.
		Snapshots with no movement don't go to the movies ;)
		Also flush buffers when making snapshots.
		Fixed for segfault when there is no config file.
		(Second time, remember to fix the current version next time)

0.99		Last beta before 1.0
		mpeg movies get timestamp in filename
		mpeg_encode is now called from within motion
		added chdir, filename generation is now much easier
		Added check for complete frames with read

0.8		froze 0.8
		Added script for mpeg_encode
		Moved getopt stuff to conf.c
		Added conf.h and conf.c for config file parsing
		Added -f option for frame rate limit
		Fixed frame nr count (starts at 0 again instead of 1 in v0.7)

0.7		froze 0.7
		Added event nr to the filename, settable with -g (gap).
		Added genhtml.sh (for creating a static version of show.cgi)
		New show.cgi
		Option for saving both motion and normal images.
		Moved image_ref update into diff for loop.
		-a option does not use alarm anymore, bttv card users can use
		it to (they just miss the SIGALRM option...)
		Added picture size settings for read.
		Moved read back in, after mmap failure motion we fall back
		to normal reads.
		Greyscale camera fix
		Added check for capture failure

0.6		froze 0.6
		Fixed stupid typo for execute option (forgot the shift)
		Added -l option for locating and marking movement
		Added buffer flush to keep log files up to date

0.5		froze 0.5
		Added contrib dir with infra red script
		Option to always output changes between images
		Output of motion images
		configure script

0.4		froze 0.4
		Gave the help text a new look.
		Overall cleanup (moving defines to motion.h)
		Added -E option for executing external commands

0.3		froze 0.3
		New homepage: http://motion.technolust.cx
		Fixed -t option (targe path)
		Changed from read to mmap for bttv cards
		Added input and norm selection
		Added alarm signal handler and snapshot (-a) option
		(does not work with bttv....)
		
0.2		froze 0.2
		Updated README and TODO
		Added SMS and mail alert messages
		Changed file name format to YYYYMMDDHHMMSS-fn.jpg
		(fn=framenumber)
		Added deamonize option
		Cleaned up includes
		Decaying reference picture added
		Renamed image1 and image2 to image_ref and image_new

0.1		Initial release
