cscvs to tla changeset 16
[onak.git] / HISTORY
1 0.0.1 - 16th May 2002.
2
3 * First release.
4 * Merges gpgstats 0.0.2 (never released).
5
6 0.0.2 - 28th May 2002.
7
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.
24
25 0.0.3 - 2nd July 2002
26
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
37   finding paths.
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
41   merging.
42 * Fixed stupid typo bug in merging keys.
43
44 0.0.4
45
46 * Made keydb_file backend compile again.
47 * Changed merging to compare signature keyids rather than packet contents
48   so we don't add the same signature multiple times.
49 * Changed keydb_pg backend over to using PQescapeString to escape SQL data.
50 * Added list of keyids in a path to gpgwww output (suitable for C&P into
51   a gnupg command line for example).
52 * Pulled out HTML start/end code to getcgi.c and added a DOCTYPE and charset
53   of utf8.
54 * Did some work on getting onak-mail.pl to output incrementals as well as
55   receiving them.
56 * Some cleanup in getting signature keyids.
57 * Made sure we freed more things after we've finished with them.
58 * Changed maxpath to display the path found.