From fbaec7ca2e10a07cd8a4b15b861411bb44f23542 Mon Sep 17 00:00:00 2001 From: Ward Wouts Date: Sun, 15 Jun 2003 21:37:27 +0000 Subject: [PATCH] note about file locking --- trunk/ripnews/TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trunk/ripnews/TODO b/trunk/ripnews/TODO index f5f09d2..2f02a45 100644 --- a/trunk/ripnews/TODO +++ b/trunk/ripnews/TODO @@ -1,4 +1,4 @@ -# $Dwarf: TODO,v 1.16 2003/05/26 19:35:04 ward Exp $ +# $Dwarf: TODO,v 1.17 2003/05/27 19:12:46 ward Exp $ # $Source$ [ ] check for multiple servers (ip adresses) for each name and pick @@ -20,3 +20,4 @@ exceptions. Use buffering for each body, before writing... [ ] more regression tests [ ] update documentation +[ ] start useing file locking (needed for safe threading)