diff --git a/TODO b/TODO index ffb1bf3726c6fc2ff12db93336ab88655e2053bb..c288cd1b17043d11678c0d6eef6994d994999497 100644 --- a/TODO +++ b/TODO @@ -10,16 +10,6 @@ server. ** There is no call to mark_conference_as_changed in create_person_generic after the additions of aux_items. -** Remove DISKERR. It was needed for version 0.29 and is still there! - -** Insert - - ACTPERS == pers_no || - - into get_unread_confs. - -** Remove the IMPL macro. Everything is implemented now! - ** lookup_regex(foo|bar) fails -- the | is translated to an �! ** 30=add-recpipient: recpt-type is not a complete Misc-Info -- it is @@ -455,6 +445,16 @@ server. * Fixed +** Remove DISKERR. It was needed for version 0.29 and is still there! + DONE --ceder + +** Insert "ACTPERS == pers_no ||" into get_unread_confs to get a + performance boost. + DONE --ceder + +** Remove the IMPL macro. Everything is implemented now! + DONE --ceder + ** No test case for failed locking or failed unlocking of database DONE --ceder (lyskomd.0/11.exp)