From df99e0d14254816ce7fa485800a3b1bac9f50c27 Mon Sep 17 00:00:00 2001 From: Per Cederqvist Date: Sun, 11 Jul 1999 21:34:32 +0000 Subject: [PATCH] Two showstoppers remain, but we make a release anyhow. --- TODO | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index 7317a282..0c9fe25a 100644 --- a/TODO +++ b/TODO @@ -1,16 +1,14 @@ This file attempts to list the things that need to be done on this server. -* Showstoppers +* Showstoppers for the 2.0.2 release ** lookup_regexp is ridiculously slow. See 4109242 and 4117038. This might be fixed now. Run some profiling to see if the changes to access_perm was enough. -** 30=add-recpipient: recpt-type is not a complete Misc-Info -- it is - only an Info-Type. Problem is: Info-Type is not defined in - Protocol-A.texi. Also affects async-new-recipient[16] and - async-sub-recipient. +** Fix dbck so that it can repair the database damage created by + lyskomd 2.0.0. * High priority, but they can wait until after the next release. @@ -444,6 +442,12 @@ server. * Fixed +** 30=add-recpipient: recpt-type is not a complete Misc-Info -- it is + only an Info-Type. Problem is: Info-Type is not defined in + Protocol-A.texi. Also affects async-new-recipient[16] and + async-sub-recipient. + DONE -- ceder + ** lookup_regex(foo|bar) fails -- the | is translated to an ö! FIXED -- "Regexps use collate table" removed. --ceder -- GitLab