+2003-10-10 Werner Koch <wk@gnupg.org>
+
+ * primegen.c (gen_prime): Bail out if we try to generate a prime
+ with less than 16 bits. Include i18n.h.
+
+2003-10-06 Werner Koch <wk@gnupg.org>
+
+ * primegen.c (gen_prime): Bail out if NBITS is zero. This is
+ Debian bug #213989 reported by Max <rusmir@tula.net>.
+
+2003-09-04 David Shaw <dshaw@jabberwocky.com>
+
+ * md.c (string_to_digest_algo): Enable read-write SHA-256 support.
+
+ * algorithms.h, Makefile.am, md.c (load_digest_module,
+ string_to_digest_algo), tiger.c: Drop TIGER/192 support.
+
+2003-08-28 David Shaw <dshaw@jabberwocky.com>
+
+ * idea-stub.c, random.c; s/__MINGW32__/_WIN32/ to help building on
+ native Windows compilers. Requested by Brian Gladman. From
+ Werner on stable branch.
+
+2003-08-21 David Shaw <dshaw@jabberwocky.com>
+
+ * random.c (getfnc_gather_random): Don't check NAME_OF_DEV_RANDOM
+ twice. Use NAME_OF_DEV_URANDOM.
+
+2003-05-24 David Shaw <dshaw@jabberwocky.com>
+
+ * bithelp.h, des.c, random.c, rndlinux.c, sha1.c, blowfish.c,
+ elgamal.c, rijndael.c, rndunix.c, sha256.c, cast5.c, idea-stub.c,
+ rmd160.c, rndw32.c, sha512.c, md5.c, rmd160test.c, rsa.c, tiger.c:
+ Edit all preprocessor instructions to remove whitespace before the
+ '#'. This is not required by C89, but there are some compilers
+ out there that don't like it.
+
+2003-05-15 David Shaw <dshaw@jabberwocky.com>
+
+ * cipher.c (setup_cipher_table): #ifdef IDEA.
+
+ * random.c (fast_random_poll): Only use times() if we HAVE_TIMES.
+
+ * sha512.c, tiger.c: Use the U64_C() macro to specify 64-bit
+ constants. U64_C is defined in include/types.h and uses the
+ correct suffix depending on the underlying type of u64.
+
+ * idea-stub.c (load_module): Catch an error if the idea module
+ file is unloadable for some reason (unreadable, bad permissions,
+ etc.)
+
+ * md.c (string_to_digest_algo): Give a warning about TIGER192 not
+ being part of OpenPGP.
+
+2003-04-15 Werner Koch <wk@gnupg.org>
+
+ * md.c (md_start_debug): Need to open the file in binary mode.
+
2003-02-21 David Shaw <dshaw@jabberwocky.com>
* cipher.c (setup_cipher_table): #ifdef all optional ciphers.