diff --git a/TODO b/TODO
index 7317a2827e51149a3ba1f02b3a60500136f4401c..0c9fe25a901e3ed3e7988257bfa05a215e19d790 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