0.3.1 release.
authorJonathan McDowell <noodles@earth.li>
Sat, 23 Oct 2004 17:05:31 +0000 (17:05 +0000)
committerJonathan McDowell <noodles@earth.li>
Sat, 23 Oct 2004 17:05:31 +0000 (17:05 +0000)
Release; update version string in configure.ac, README. Update HISTORY
and debian/changelog.

HISTORY
README
configure.ac
debian/changelog

diff --git a/HISTORY b/HISTORY
index e7740b74fa43db6834f2ac57afaccf978f8405ab..0bb4e87b4283bc423c649e58caba9c3ea4298b8d 100644 (file)
--- a/HISTORY
+++ b/HISTORY
   behaviour in the face of abnormal termination.
 * Add Apache2 example config info.
 * Update mathopd example config to newer version.
+
+0.3.1 - 23rd October 2004
+
+* Add onak-mail.pl man page (Debian bug #276879)
+* Add links to HTML index output. (Debian bug #275227)
+* Speed up fetch_key_text (use of lladdend/sorted keyid array).
+* Cleanup db4 properly if we fail to open it.
+* Change buffer_put/fetchchar functions to use memcpy (speed up).
+* Add key iteration functionality to keydb backends.
+* Move dumpdb to iterate_keys.
+* Add keyd backend (persistant database access over Unix socket)
+* Cleanup logging in sixdegrees.c
+* Fix maxpath to initialise the logging infrastructure.
+* Fix sixdegrees to initialise the logging infrastructure.
+* Fix transaction around id32 updating in DB4 backend.
+* Compile warning cleanup; add missed include file.
+* Hard error when db version is < 4.
diff --git a/README b/README
index f491386ebb8cc47b2cee2b5bd329f6d1cfaeb9a9..d320808fcfd703ce44678b1ee8d2ed969b2f73c6 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-onak 0.3.0
+onak 0.3.1
 Copyright 2003-2004 Project Purple. Written by Jonathan McDowell
 http://www.earth.li/projectpurple/progs/onak.html
 
index 7b6bce65ee52496a1007a8ff326fbe5f22d67ac4..fbbfe490044a5c7848811d2a1e55c52376b96945 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.50)
-AC_INIT([onak],[0.3.0+arch],[noodles-onak@earth.li])
+AC_INIT([onak],[0.3.1],[noodles-onak@earth.li])
 AC_CONFIG_SRCDIR(onak.c)
 AC_CONFIG_HEADER(config.h)
 
index 132dbca4472fd38442d99e84cfe5b0aa39515209..737588d795fcbd5b159da2d152a2095fc3ac60dd 100644 (file)
@@ -1,12 +1,13 @@
-onak (0.3.0+arch-1) unstable; urgency=low
+onak (0.3.1-1) unstable; urgency=low
 
-  * arch snapshot
+  * New upstream release
+    - Add onak-mail.pl man page (Closes: #276879)
+    - Add links to HTML index output. (Closes: #275227)
 
- -- Jonathan McDowell <noodles@earth.li>  Fri, 24 Sep 2004 19:35:48 +0100
+ -- Jonathan McDowell <noodles@earth.li>  Sat, 23 Oct 2004 18:01:39 +0100
 
 onak (0.3.0-1) unstable; urgency=low
 
   * Initial Release. (closes: #254425)
 
  -- Ross Burton <ross@debian.org>  Thu, 17 Jun 2004 11:59:00 +0100
-