ripnews/trunk/ripnews/CHANGELOG

46 lines
1.1 KiB
Text
Raw Normal View History

2002-11-05 09:33:41 +00:00
# $Dwarf: CHANGELOG,v 1.12 2002/08/01 13:16:55 ward Exp $
2002-05-06 21:19:38 +00:00
# $Source$
2002-08-01 13:16:55 +00:00
from 0.0.8 to 0.0.9
2002-08-01 09:24:28 +00:00
- maxfilelength check
- improved subject checking
- linebuffered stdout
- always use push when adding stuff to an array, this is way more
efficient than +=
- always use << when adding stuff to a string, this is way more
2002-08-01 09:24:28 +00:00
efficient than +=
2002-07-04 22:52:42 +00:00
from 0.0.7 to 0.0.8
- more and simpler exceptions
- better argument checking
2002-08-01 09:24:28 +00:00
- more helpful help
2002-07-04 22:52:42 +00:00
2002-07-04 22:40:24 +00:00
from 0.0.6 to 0.0.7
- use exceptions for a lot of problems
- code cleanups
2002-07-01 21:28:07 +00:00
from 0.0.5 to 0.0.6
- new option -C for combined filenames eg. "subject-[filename]"
- prevent reconnect loops
- be more paranoid with decoding yEnc-encoded articles
- more/better timeouts
2002-05-18 18:11:17 +00:00
from 0.0.4 to 0.0.5
- implement timeouts on article fetching
(no more "hangs", hopefully)
- remove servers from list on connection failure
- much more robust
2002-05-09 07:13:28 +00:00
from 0.0.3 to 0.0.4
- server reconnects now work
2002-05-07 18:37:13 +00:00
from 0.0.2 to 0.0.3
- filtering on file extensions
2002-05-08 09:56:07 +00:00
- multiple servers are now tried in order
2002-05-07 18:37:13 +00:00
2002-05-06 21:19:38 +00:00
from 0.01 to 0.02
- yEnc support by Stijn Hoop. Thanks.
2002-05-07 08:17:30 +00:00
- change cache file format
- sort cache file
- minor bugs