v1.3:
  * The .dat file loader was fixed to properly report IO errors, and
    enhanced to report the number of the line that caused a syntax
    error, as well as to accept comments at the end of a line.
    Before, comments had to be on a line of their own.  Note that
    the .dat file loader assumes all comments start with / and span
    to the end of line.
  * It is now safe to call iucode_tool with stdin, stdout or stderr
    closed: /dev/null will be used, instead.

v1.2.1:
  * Due to gitorious.org planned shutdown at the end of 2015-05,
    iucode-tool has a new home at gitlab:

    https://gitlab.com/iucode-tool

    The old home at Debian Alioth will remain as a backup location:
    http://anonscm.debian.org/gitweb/?p=users/hmh/intel-microcode.git

v1.2:
  * Scalability improvement for --scan-system: by compile-time
    default, use the cpuid instruction directly on the running
    processor, and assume all other cores have the same
    signature.  The code now depends on gcc's cpuid.h header.

v1.1:
  * Working support for extended signature tables

v1.0.2:
  * iucode-tool has a new home at gitorious:
    https://gitorious.org/iucode-tool

    The old home at Debian Alioth will remain as a backup location:
    http://anonscm.debian.org/gitweb/?p=users/hmh/intel-microcode.git

v1.0:
  * Added --write-earlyfw, useful to support microcode
    updates during very early boot (kernel support added in
    Linux v3.9)
  * iucode_tool has implemented the most important features
    it currently needs, bump the major version number to 1.

v0.9:
  * Added -s! and --lose-date-filtering options, described in
    the iucode_tool(8) manpage.
