+[ *] #13 1999-04-05
+ Trying to generate very large keys fails with a BUG in read_pool()
+ FIX: 1999-04-06
+
+
+[ *] #14 1999-04-05 <anonymous>
+ If you use --s2k-cipher-algo twofish, the the program crashes with
+ a BUG at line 226 of passphrase.c.
+ FIX: 1999-04-06
+
+
+[ **] #15 1999-04-05
+ Hash calculation for subkey bindings is not according to rfc2440 if
+ a 4 byte length header is used for the subkey.
+ FIX: 1999-04-06
+
+[***] #16 1999-03-23 <jafo@tummy.com>
+ Verifying detached signatures with an empty file yields a rc of 0.
+ FIX: 1999-05-06
+
+[ **] #17 1999-05-18 <Bodo_Moeller@public.uni-hamburg.de> 0.9.6
+ Import does not detect identical user IDs.
+ FIX: 1999-05-22
+
+[ **] #19 1999-06-11
+ "trustdb transaction too large" with about 500 signatures on a key
+ FAEBD5FC.
+ FIX: 1999-07-12 (less memory requirement and increased the limit)
+
+[ **] #20 1999-06-16 <jashley@yorktown.designlab.ukans.edu> 0.9.7
+ Using "addkey" in the edit menu with more than 1 subkey leads to
+ "out of secure memory" in some cases.
+ FIX: 1999-06-17 (Twofish uses too much memory and the memory
+ becomes fragmented - workaround is using CAST5 to protect passphrases)
+
+[ *] #21 1999-06-17
+ Ctrl-D does not work correct for messages entered at the tty.
+ FIX: 1999-06-18 (Better EOF detection on terminals)
+
+[ *] #22 1999-07-22
+ Solaris make has problems with the generated POTFILES - seems to be a
+ gettext bug. Use GNU make as a workaround.
+ FIX: 1999-12-03 (meanwhile fixed in gettext)
+
+[ *] #23 1999-09-03 <todd.brooks@yale.edu> 0.9.11
+ Only the first signature of a cleartext sig seems to be verified.
+ Can't fix it in 1.0 because the code is semi-frozen.
+ HMMM: Can't reprodude the bug here - it just works.
+
+[ **] #25 1999-10-04 <wk@gnupg.org> 1.0
+ Validity check based on user name is only done when listing a key;
+ the key ID based checking (selecting the user ID with the most
+ validity) is used in all other cases. The Edit menu does not have
+ a way to disable user ID based validity.
+ FIX: 1999-12-03 (1.0.x only)
+
+[ *] #26 1999-11-11
+ gpg still does not take UTF8 strings to select a UID.
+ FIX: 1999-11-12
+
+[ **] #27 1999-11-12 <oren@hishome.net>
+ Unknown packets (type 17 - photo ID?) mess up the checking
+ of self-signature because they are simply ignored.
+ FIX: 1999-11-12 (1.0.x only)
+
+[ **] #29 1999-12-01 <karney@pppl.gov>
+ Using a --gen-key on a new user account (w/o ~./gnupg) doesn't pay
+ attention to the standard options files, which get's installed
+ afterwards.
+ FIX: 1999-12-02