2007-07-27  Bernhard Walle <bwalle@suse.de>

	* implement KDUMP_KEEP_OLD_DUMPS = -2 for deleting all dumps
	  (except the latest, which is saved afterwards)
	* strip 'file:///' in kdump-cleanup_dumps

2007-06-14  Bernhard Walle <bwalle@suse.de>

	* modify the NFS URL to not separate share and path since this is not
	  needed, it's possible to mount any subdirectory under the exported
	  path
	* added kdump-led_blink to blink the keyboard LEDs

2007-06-12  Bernhard Walle <bwalle@suse.de>

	* fixed read-debuglink for files in the current directory

2007-06-11  Bernhard Walle <bwalle@suse.de>

	* added read-debuglink
	* bump version to 0.2.2

2007-06-10  Bernhard Walle <bwalle@suse.de>

	* add manpages
	* bump version to 0.2.1

2007-06-06  Bernhard Walle <bwalle@suse.de>

	* add kdump-identify_kernel and scripts/*

2007-04-19  Bernhard Walle <bwalle@suse.de>

	* retrieve the disk size before mmap()
	* return GENERAL_ERROR if the program cannot be opened
	* use symbolic constants for exit values instead of magic numbers
	  now consistently
	* check for correct return value of mmap() instead of NULL

2007-02-09  Bernhard Walle <bwalle@suse.de>

	* fixed overflow error that prints the size from being
	  printed correctly if the size doesn't fit into an int

2007-01-16  Bernhard Walle <bwalle@suse.de>

	* don't use elf_begin because that maps the whole core file,
	  instead do the mmap() in the program and pass a memory
	  pointer to libelf

2007-01-15  Bernhard Walle <bwalle@suse.de>

	* initial package
