cscvs to tla changeset 2
[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.