4 * Merges gpgstats 0.0.2 (never released).
8 * Added support for subpacket type 0x83 (critical key expiration)
9 * Fixed bug in parsing of one byte new format packet length.
10 * Added support for 4 byte old format packet lengths.
11 * Changed various error statements to output to stderr instead of stdout.
12 * Fixed bug in deleting keys in Postgres backend.
13 * Moved code to merge a list of keys to merge.c and changed add.c to use it
14 rather than just replacing existing keys.
15 * Added comment & trust packets as known but ignored types.
16 * Added storage of uids to Postgres backend; this speeds up verbose indexing
17 and will also allow searching on UIDs.
18 * Fixed bug in armor handling (didn't like 2 newlines before the armor header).
19 * Made dearmor gracefully handle non armored input.
20 * Added support for incoming incremental update mails.
21 * Added searching on uids to lookup & keydb_pg.
22 * Changed Postgres backend to use 64 bit keyids instead of 32 bit.
23 * Made dearmor ignore CRs when looking for 2 blank lines.
27 * Added index on keyid for key table in Postgres backend.
28 * Twiddled transaction support in an attempt to speed up mass key adding.
29 * Changed putchar_func to take a character count rather than doing one char at
30 a time (massive speed up in Postgres case).
31 * Introduced onak binary for general keyserver operations.
32 * Changed all version number references to use VERSION macro.
33 * Made lldel free the unused list structure. (pointed out by Simon Huggins)
34 * Made llfind assert that the cmp function is non NULL. (Simon Huggins again)
35 * Fixed gpgwww; after the move to 64bit keyids internally it was trying to
36 compare the 32bit user supplied keyid to the retrieved 64bit one and never
38 * Various tidying up I've forgotten.
39 * Fixed bug with removing signed packets while merging.
40 * Fixed bug with potentially adding an already existing uid to a key when
42 * Fixed stupid typo bug in merging keys.