0.2.3
-----
  - Support URLs in pxelinux config files.
  - Add support for dhclient to retrieve the TFTP server.

0.2.2
-----
  - Add Debian >= 5.0 to the whitelist.

0.2.1
-----
  - Add RHEL/CentOS >= 5.3 to the whitelist.
  - Add Fedora >= 11 to the whitelist.
  - Implement 'load-only' option as replacement for the old "dry-run" option in
    version 0.1.x.
  - Implement '--version'.

0.2.0
-----
  - Don't ignore lines where the keyword "say" or "label" is followed by a tab
    instead of a space.
  - Parse the keywords case-insensitive (e.g. accept also 'SAY', not only
    'say').
  - Add also the last entry to the list of entries.
  - Don't clutter the screen when testing for the existence of 'kexec'.
  - Specify the default label with '-l <label>' instead of an argument.
  - Change the behaviour of '--dry-run' to just print every call to kexec on
    stderr. Previously, just the final 'kexec -e' was not executed. Also don't
    switch the virtual terminal and just print a message that this would be
    done.
  - Print an error message if the effective user ID does not belong root.
  - Implement whitelist for distributions that have kexec in their reboot
    scripts and add option '--ignore-whitelist' to ignore that whitelist and
    force a kexec-based reboot.
  - Implement '--force' option to have also the old behaviour ('kexec -e' at
    the end of pxe-kexec).
  - Implement '--print-distribution' option that just prints out what Linux
    flavour we detected on the currently running system.
  - Document CMake in INSTALL.

0.1.7
-----
  - Don't trip start of message (say) lines.

0.1.6
-----
  - fix tab completion
  - strip trailing spaces in prompt

0.1.5
-----
  - implement "--quiet" option
  - implement direct booting of label as 2nd argument without user invocation
  - improve manpage
  - improve error handling when the connection to the given host fails

0.1.4
-----
  - Fix rpmatch() return code checking.
  - Implement --dry-run.
  - Change virtual terminal before kexec when executed from xterm or ssh.

0.1.3
-----
  - switch build system to cmake
  - Don't abort the program when a wrong input is encountered
    in the question that asks the user if he really wants to load
    the kernel or edit the commandline. Instead, just re-ask.

0.1.2
-----
  - add 'nodelete' option
  - implement completion for entries

0.1.1
-----
  - implemented reading of the DHCP server (and use it for guessing the
    TFTP server) from the /var/lib/dhcpcd/dhcpcd-<if>.info file
  - add manpage

0.1.0
-----
  - first release
