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