From: Jonathan McDowell <noodles@earth.li>
Date: Sat, 23 Oct 2004 17:05:31 +0000 (+0000)
Subject: 0.3.1 release.
X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/63dd4f45a5b356f7f6bdc4345c7f265ac5d2cd32?ds=inline

0.3.1 release.
Release; update version string in configure.ac, README. Update HISTORY
and debian/changelog.
---

diff --git a/HISTORY b/HISTORY
index e7740b7..0bb4e87 100644
--- a/HISTORY
+++ b/HISTORY
@@ -164,3 +164,20 @@
   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 f491386..d320808 100644
--- 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
 
diff --git a/configure.ac b/configure.ac
index 7b6bce6..fbbfe49 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
 
diff --git a/debian/changelog b/debian/changelog
index 132dbca..737588d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
-