2008-02-20  Bernhard Walle <bwalle@suse.de>

	* use "-o NumberOfPasswordPrompts=0 -o CheckHostIP=no -o
	  StrictHostKeyChecking=no" when calling ssh because the user 
	  may not be able to confirm the questions
	  (Novell Bugzilla #355973)
	* require "$network" in init script so than when runlevel 3
	  is set in /etc/sysconfig/kdump, network is available to the
	  kdump scripts (Novell Bugzilla #293171)
	* update version to 0.2.3

2008-01-08  Bernhard Walle <bwalle@suse.de>

	* log the result of kexec call to avoid the impression that loading
	  kdump kernel succeeded even if kexec terminated non-zero
	  (Novell Bugzilla #350289)
	* don't set kernel.panic_on_oops to 1 if kexec failed
	  (Novell Bugzilla #350289)
	* updated version to 0.3.2

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

	* check the disk space afterwards if makedumpfile is used since it's
	  not possible to know the dump image size in advance
	* updated version to 0.3.1

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

	* don't check for relocateability if the name contains
	  kdump (fixed syntax)

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

	* rename kdump-helpers to kdump
	* added GDB helpers, init script and sysconfig file
	  (formerly all in the kexec-tools package)
	* added README (formerly README.SUSE in the kexec-tools package)
	* fix compile warning in src/read-debuglink.c
	* log save message to syslog if $KDUMP_VERBOSE & 1 > 0
	* improve algorithm for finding the kernel
	* bump version to 0.3.0

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

	* use '-o nolock' for NFS mounts (Novell Bugzilla #307178)

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
