cscvs to tla changeset 61
authorJonathan McDowell <noodles@earth.li>
Mon, 31 May 2004 23:47:30 +0000 (23:47 +0000)
committerJonathan McDowell <noodles@earth.li>
Mon, 31 May 2004 23:47:30 +0000 (23:47 +0000)
Author: noodles
Date: 2003/02/15 17:36:56
0.1.2 release. Update HISTORY, bump version in onak-conf.h/README

HISTORY
README
onak-conf.h
onak.conf

diff --git a/HISTORY b/HISTORY
index d41a04b9ca8b623eedaa22aeb2ce6286061b3589..3154ebb4fab1835217ebf3088f122684e2843a21 100644 (file)
--- a/HISTORY
+++ b/HISTORY
 * Updated README to be a bit more useful.
 * Code cleanup; removed circular dependencies.
 * Added sixdegrees.
+
+0.1.2 - 15th February 2003
+
+* Added fingerprint calculation/display.
+* Cleanup sixdegrees binary/object file on make clean.
+* Introduced transaction support to DB3 backend, along with deadlock detection.
+* Added keydb dumping ability.
+* Added logging infrastructure to help more easily track down problems.
diff --git a/README b/README
index 5be83974f68f79292c29c8ff90b17f9b4e014450..c8ed1e981aa4c25e7da6761eaafae979770ffd4f 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-onak 0.1.1
-Copyright 2002 Project Purple. Written by Jonathan McDowell
+onak 0.1.2
+Copyright 2003 Project Purple. Written by Jonathan McDowell
 http://www.earth.li/projectpurple/progs/onak.html
 
 
index a8751c77a775dffb34ebac2bc855a5a6c0a1afcc..4c82bf744578e7c681b6cfa5a8d3a3d10853a62b 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef __ONAK_CONF_H_
 #define __ONAK_CONF_H_
 
-#define VERSION "0.1.1"
+#define VERSION "0.1.2"
 #define CONFIGFILE "/home/noodles/projects/onak/onak.conf"
 
 /*
index aab3d09634fdab954c952b2b2a4862af8bcaec04..020196a559a41899f81563136c48cd0ad474080b 100644 (file)
--- a/onak.conf
+++ b/onak.conf
@@ -4,6 +4,7 @@
 
 pks_bin_dir /community/pgp-keyserver/bin
 db_dir /home/noodles/onak-db/
+logfile /var/log/onak.log
 
 ### Set www_port to the port on which HTTP requests should be accepted.
 ### If you do not want to process HTTP requests, set this to 0.