0.8.1
-----
  * Fix invalid syntax in CMakeLists.txt.
  * Fix manpage, the command is called read_ikconfig and not print_ikconfig.
  * Remove the documentation about the non-working network configuration in Xen
  * since that has been fixed meanwhile.
  * Make it possible to exit the shell spawned in the initrd with 'exit'
    to boot in the kdump system for debugging.

0.8.0
-----
  * Call asciidoc a2x with -L to fix manual page generation problems with
    asciidoc 8.3.x.

0.7.4
-----
  * Call 'mkinitrd' with the -B (don't update bootloader) option in mkdumprd(8).

0.7.3
-----
  * Document kdump problems on Xen.
  * Don't display the full mkinitrd output.
  * Warn about zero-size vmcore.
  * Default to the auto-detected kernel when mkdumprd is called without
    arguments instead of defaulting to the running kernel.
  * Parse VMCOREINFO_XEN when present with 'read_vmcoreinfo'.
  * Pass the kernel release of the crashed kernel via command line in case of
    Xen.
  * Improve error handling when no crash kernel release is available when saving
    the dump.

0.7.2
-----
  * Don't use the FQDN but only the hostname to avoid DNS lookups and errors on
    wrongly configured systems.
  * Fix empty KDUMP_SAVEDIR line when replacing the symbolic link with the
    absolute path.
  * Don't set sysctl kernel.unknown_nmi_panic=1 by default.
  * Mention kernel.panic_on_unrecovered_nmi in the kdump(7) manpage.

0.7.1
-----
  * Document 256M limit on ppc64 for large machines in kdump(7).

0.7.0
-----
  * Add read_ikconfig command.
  * Add find_kernel command in kdumptool, replacing the find code in the
    init script.
  * Implement KDUMP_VERBOSE = 16 to debug kdump find_kernel.
  * Make boot.kdump dependent on boot.localnet to have a correct hostname.
  * Fix stripping of the crashkernel command line again.
  * Create the release tarballs with Mercurial.
  * Don't include test cases in the release tarball. They are very incomplete
    and contain too huge test data.
  * Honor TMPDIR and set that to disk space instead of the ramdisk when saving
    the dump in the initrd.

0.6.7
-----
  * Strip the whole crashkernel option when loading the kdump kernel, not only
    parts of them, also when the extended crashkernel syntax has been used.

0.6.6
-----
  * Fix wrong path when modifying the /etc/sysconfig/kdump file when creating
    the kdump initrd.
  * Prepend a space before MAKEDUMPFILE_OPTIONS so that there's always a space
    between command and the first argument.
  * Fix finding of the kernel image (/boot/vmlinuz) with rootdir.

0.6.5
-----
  * Fix copying of debug info when --root is specified and the debug file
    resides in GLOBALDEBUGDIR/EXECDIR/DEBUGFILE.

0.6.4
-----
  * change default location for KDUMP_SAVEDIR to "/var/crash"
  * actually check <version>-kdump before <version>-<flavour> when looking for
    a suitable kdump kernel
  * boot.kdump: Use the full kernel release (obtained with
    /sbin/get_kernel_version) to build the initrd name also when symlinks are
    used.
  * Assume a default terminal size of 80x25 (for printing the horizontal line)
  * Check the exit status of kdumptool
  * Implement support for resolving symbolic links inside a root directory
	(--root=...) when saving the dump.
  * Don't print a (red) info message that email failed if both KDUMP_SMTP_SERVER
    and KDUMP_NOTIFICATION_TO are empty.
  * If KDUMP_SAVEDIR points to a local file, resolve symlinks when creating the
    initrd because in theory the file system that contains parts of the symlinks
    is not mounted in initrd.
  * Fix KDUMP_NETCONFIG=auto by calling mkinitrd with right parameters.
  * Create core dumps in the initrd when kdumptool crashes.
  * Fix std::logic_error in Email::send() that caused kdumptool to terminate
    unexpectedly.
  * Set the hostname of the SMTP session based on the --fqdn parameter.
  * Don't report a failure in the email when there is no one.

0.6.3
-----
  * make the kdump init script a boot script ("boot.kdump")
  * fix init script comments
  * add meta information to manpages

0.6.2
-----
 * correct init script: remove remote FS dependency and also add "Should-Stop"

0.6.1
-----
 * add kdump(7) manual page

0.6.0
-----
 * add vmcore(5) manual page
 * implement email support

0.5.5
-----
 * make dependency to libssh2 optional

0.5.4
-----
 * always create empty ${tmp_mnt}/etc/fstab.kdump
 * change execution state to 'boot'
 * use UUID for fstab.kdump
 * open a shell if something fails and KDUMP_CONTINUE_ON_ERROR is true
 * don't include JFS to initrd
 * don't add -s '' parameter to mkinitrd call if the boot splash script
   is not available
 * handle more programs in $KDUMP_REQUIRED_PROGRAMS correct
 * move original /etc/fstab back

0.5.3
-----
 * don't exit with error code when the dump directory does not yet exist in the
   'delete_dumps' command
 * fix syntax error in init/boot-kdump.sh

0.5.2
-----
 * copy required programs (KDUMP_REQUIRED_PROGRAMS) in initrd
 * mount dump partition and boot partition in initrd
 * don't exit with error code when the dump directory does not yet exist in the
   'delete_dumps' command

0.5.1
-----
 * add 'print_target' sub command
 * implement SSH public/private key authentication

0.5.0
-----
 * rewrite for usage in initrd
