From: Jonathan McDowell <noodles@earth.li>
Date: Mon, 31 May 2004 23:47:30 +0000 (+0000)
Subject: cscvs to tla changeset 61
X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/f5b6afd16482a73da5d3c366a306dde363a5d7b7

cscvs to tla changeset 61
Author: noodles
Date: 2003/02/15 17:36:56
0.1.2 release. Update HISTORY, bump version in onak-conf.h/README
---

diff --git a/HISTORY b/HISTORY
index d41a04b..3154ebb 100644
--- a/HISTORY
+++ b/HISTORY
@@ -86,3 +86,11 @@
 * 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 5be8397..c8ed1e9 100644
--- 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
 
 
diff --git a/onak-conf.h b/onak-conf.h
index a8751c7..4c82bf7 100644
--- a/onak-conf.h
+++ b/onak-conf.h
@@ -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"
 
 /*
diff --git a/onak.conf b/onak.conf
index aab3d09..020196a 100644
--- 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.