ripnews/trunk/ripnews/CHANGELOG

109 lines
3 KiB
Text
Raw Normal View History

2005-02-04 09:53:01 +00:00
# $Dwarf: CHANGELOG,v 1.35 2005/02/01 19:37:59 ward Exp $
2002-05-06 21:19:38 +00:00
# $Source$
2005-02-04 09:53:01 +00:00
from 0.5.0 to 0.5.1
- fix some yenc problems with threads
- fix some thread return problems
2005-02-01 19:37:59 +00:00
from 0.2.3 to 0.5.0
2004-06-16 08:17:48 +00:00
- changes to make it work with ruby 1.8.1
2004-10-14 21:51:26 +00:00
- internal structures changed in article.rb
2005-01-28 20:06:45 +00:00
- huge of memory usage improvements... - 90% less memory usage
2004-10-18 08:14:36 +00:00
- (more) gracefully handle bad yencodings
2005-01-28 20:06:45 +00:00
- enable file inclusion
2005-02-01 19:37:59 +00:00
- add MODE READER command
- use a thread for decoding for multi-part posts
- locking cleaned up, no more calling of ps(1)
2004-06-04 09:29:23 +00:00
2003-07-03 14:30:40 +00:00
from 0.2.2 to 0.2.3
- notify when cachedir doesn't exist
- expand ${HOME} in config to your homedir
2003-09-23 12:47:16 +00:00
- fix problem where the limiting of the number of headers
to get in one call wouldn't work
- don't change cache files in place
- keep old config if there are errors while reloading
- change cache format to a file per server model (use
cacheconverter to convert cache files)
2004-06-04 09:04:45 +00:00
- add license text
- lots of small fixes
2003-07-03 14:30:40 +00:00
2003-05-24 12:09:18 +00:00
from 0.2.1 to 0.2.2
- improve output layout
- show running time
- PID lockfile implementation
2003-06-15 22:28:28 +00:00
- catch another error
- fetch subjects sorted so you get a better chance at getting
full series
2003-06-16 10:56:11 +00:00
- now your TEMPDIR can be on another drive than your DATADIR
2003-06-24 19:04:26 +00:00
- reread config on SIGHUP
2003-05-24 12:09:18 +00:00
2003-04-24 09:44:25 +00:00
from 0.2.0 to 0.2.1
- fail gracefully at a lack of configuration
2003-04-24 12:14:36 +00:00
- fail gracefully if tempdir doesn't exist or isn't writable
- implement DELEXT configuration option
2003-04-28 14:36:19 +00:00
- implement OPT_MR configuration option
2003-04-24 09:44:25 +00:00
2003-04-24 07:48:48 +00:00
from 0.1.0 to 0.2.0
2003-04-18 22:34:20 +00:00
- fix extension enforcing
- code cleanups
2003-04-20 20:42:58 +00:00
- split of uudecoding and ydecoding
- add some regression tests
- various bug fixes
- remove articles from newsrc that aren't on the server any
longer
2003-04-24 07:48:48 +00:00
- major speed improvements
2003-04-18 22:34:20 +00:00
2002-11-06 21:38:15 +00:00
from 0.0.9 to 0.1.0
- allow comments after continuing lines, like this:
OPT_I=(?i)( \
agresion| \ # Paul
apex theory| \
at the drive in| \ # Paul
bad religion| \
- some speed ups
- many more exceptions are handled
- more consistent error messages
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