version 0.98.1

  * Fix compilation with GCC 15.

version 0.98

  * Official change of maintainer.
  * Ported to GtkApplication.
  * Moved GUI and window code into new subclasses.
  * Moved window focus callback handling to window class.
  * Restructured project files layout.

version 0.97.9

  * Changed build system from Autoconf to Meson.
  * Ported to GTK+-3, replaced all deprecated function calls.
  * Reworked appearance of the user interface: Replaced custom code by
    GtkAboutDialog, updated netwarn dialog.
  * Removed bundled digest sources; always require OpenSSL libcrypto.
  * Install binary as otpcalc instead of otpCalc.
  * Added a desktop file.
  * Fixed several compiler warnings.

version 0.97.1 to 0.97.8

  * Not actual releases, but a series of patches for Gentoo Linux.
  * Ported to GTK+-2, fixed all deprecation warnings.
  * Changed default S/Key hash from MD4 to MD5 (same as skey).
  * Fixed byte order of SHA1 output, in order to match RFC 2289.
  * Various small bug fixes.

version 0.97

  * Case insensitivity when responding to S/KEY challenges.  RFC1760 does
    not mention case sensitivity, but I've received a report of a server
    implementation that is case sensitive.  OTP behavior is unchanged.

version 0.96

  * Autoconf'd.  What a gigantic pain in the @$$.

version 0.95

  * Auto paste challenge upon focus.

version 0.94

  * Updated to newer SHA1 code with better support for Alpha processors.
  * Added support for linking to libcrypto from OpenSSL instead of the
    packaged digest sources.  This will reduce the size of the binary on
    machines with a shared libcrypto.

version 0.93

  * Added support for the RIPEMD-160 message digest.
  * Append a newline to the calculated response.
  * Updated the man page.

version 0.92

  * Warning when using non-local X connections.
  * Various cosmetic fixes.

version 0.91

  * Added man page.

version 0.90

  * Initial release.
