* Added config file.
* Fixed ASCII armor bug (we'd output NULLs in the headers/footer).
* Added bidirectional syncing (previously we could receive but wouldn't send).
+
+0.1.1 - 2nd December 2002
+
+* Fixed utf8 content type - should be UTF-8. (Thanks to Simon Huggins)
+* Made getfullkeyid not assert if the key isn't found. (Thanks to Simon
+ Huggins for reporting this.)
+* Fixed onak-mail.pl to check the stdout of onak before stderr to prevent
+ blocking when reading the output update.
+* Used ccmalloc to find various memory leaks and fixed them.
+* Added display of key subkeys.
+* Tightened up table creation SQL a bit.
+* Fixed bug with merging keys that have no new content (we'd sometimes stop
+ processing the incoming stream of keys).
+* Updated README to be a bit more useful.
+* Code cleanup; removed circular dependencies.
+* Added sixdegrees.
* Do pathlengths for similar email addresses to help aide keysigning.
(ie "Find me the keys furthest from mine that end ox.ac.uk'")
Suggested by Jochen Voss <voss@mathematik.uni-kl.de>.
-* Other stats. sixdegrees? with piccy? most signed? signs most?
+* Other stats. with piccy? most signed? signs most?
* DB access modules as a library to allow runtime configuration of it?
* Clean up gcc warnings (`ll' length modifier especially! Also inline & wrong
signedness for lo_read/write)
* autoconf
* logging framework so we can log debug/warning messages and so on. syslog?
* Full email interface support (ADD, INDEX etc)
-* Check freeing.
* More comments.
* Look at db2 backend - is it db2's fault? (Well, deadlock in that the library
probably is...). Pull some of the DB3 stuff across for completeness.