From 74c10e375e35b41b7527061828a80ad3e89cb55e Mon Sep 17 00:00:00 2001 From: Ward Wouts Date: Thu, 1 Aug 2002 09:24:28 +0000 Subject: [PATCH] done stuff --- trunk/ripnews/CHANGELOG | 8 ++++++++ trunk/ripnews/TODO | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/trunk/ripnews/CHANGELOG b/trunk/ripnews/CHANGELOG index 802523b..23ceb80 100644 --- a/trunk/ripnews/CHANGELOG +++ b/trunk/ripnews/CHANGELOG @@ -1,9 +1,17 @@ # $Id$ # $Source$ +from 0.0.8 to 0.0.x + - maxfilelength check + - improved subject checking + - linebuffered stdout + - always use push when adding stuff to an array this is way more + efficient than += + from 0.0.7 to 0.0.8 - more and simpler exceptions - better argument checking + - more helpful help from 0.0.6 to 0.0.7 - use exceptions for a lot of problems diff --git a/trunk/ripnews/TODO b/trunk/ripnews/TODO index 3688168..8320c71 100644 --- a/trunk/ripnews/TODO +++ b/trunk/ripnews/TODO @@ -14,5 +14,5 @@ [ ] check if xhdr implemented [ ] write man page [x] use prefered server order -[ ] check MAX_PATH_LEN while writing files +[x] check MAX_PATH_LEN while writing files [ ] split decoding stuff from article class