done stuff

This commit is contained in:
Ward Wouts 2002-08-01 09:24:28 +00:00
parent f83e13b70d
commit 74c10e375e
2 changed files with 9 additions and 1 deletions

View file

@ -1,9 +1,17 @@
# $Id$ # $Id$
# $Source$ # $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 from 0.0.7 to 0.0.8
- more and simpler exceptions - more and simpler exceptions
- better argument checking - better argument checking
- more helpful help
from 0.0.6 to 0.0.7 from 0.0.6 to 0.0.7
- use exceptions for a lot of problems - use exceptions for a lot of problems

View file

@ -14,5 +14,5 @@
[ ] check if xhdr implemented [ ] check if xhdr implemented
[ ] write man page [ ] write man page
[x] use prefered server order [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 [ ] split decoding stuff from article class