1.0.8:
 * Fix incomplete jitterentropy core 2.1.1 import

1.0.7:
 * Inlcude jitterentropy core 2.1.1

1.0.6:
 * Include jitterentropy core 2.0.1
 * Compile jitterentropy core without optimizations using GCC pragmas instead
   of -O0 as suggested by Paul Wouters
 * Change CFLAGS and LDFLAGS from += to ?= to allow smooth integration with
   build environment as suggested by Paul Wouters
 * Version information now can obtained as unprivileged user.

1.0.5:
 * inject 32 bytes of entropy into /dev/random before daemonizing as suggested
   by Pascal de Bruijn
 * add jitterentropy-rngd.1 man page as suggested by Pascal de Bruijn
 * small changes to systemd unit file suggested by Pascal de Bruijn

1.0.4:
 * inject only 32 bytes of entropy of entropy instead of 256 bytes
 * apply oversampling factor -- i.e. obtain OVERSAMPLINGFACTOR bytes more from
   Jitter RNG than required for the 32 bytes of entropic data
 * do not install sig_alarm handler if the LRNG is present
 * Use Jitter RNG logic v2.0.0

1.0.3:
 * Ensure that the memset on the buffer holding entropy is always performed.

1.0.2:
 * change jitterentropy.service: move RNGd startup up the boot ladder
   to allow all cryptographic services to benefit from a RNGd-updated
   /dev/?random

1.0.1:
 * mark function jentrng_versionstring static (thanks to Kevin Fowler)
 * use errno with strerror (thanks to Kevin Fowler)
 * compile with -pedanic and make appropriate code changes

1.0.0:
 * start new numbering schema

