ripnews/CHANGELOG.md

126 lines
3.6 KiB
Markdown
Raw Permalink Normal View History

2020-03-11 06:36:19 +00:00
from 0.5.4 to ripnews-20200311
2020-03-11 07:31:33 +01:00
- add option to only rip one group
- add option to list configured groups
- add date field to caches
- reduce memory footprint and speed ups
- fix authentication
- add option to filter on posting date
- fix long standing bug in cache handling
- better housekeeping
2008-07-28 19:04:05 +00:00
2006-09-13 07:54:19 +00:00
from 0.5.3 to 0.5.4
2020-03-11 07:31:33 +01:00
- filtering on posters useing OPT_IF, OPT_XF, OPT_MRF
- cacheconverter2 to convert caches (or just throw them away)
- OPT_CP also includes poster in combined name
2002-05-06 21:19:38 +00:00
2006-08-21 19:47:27 +00:00
from 0.5.2 to 0.5.3
2020-03-11 07:31:33 +01:00
- fix the occasional deadlock
- implement Mark Remaining Read option
- throw articles that are marked read out of the caches
- implement username & password option
- lots of small improvements
2005-05-10 20:52:58 +00:00
2005-02-05 08:29:36 +00:00
from 0.5.1 to 0.5.2
2020-03-11 07:31:33 +01:00
- major improvement in memory usage
- speed ups
- don't try to fetch really old headers
2005-02-05 08:29:36 +00:00
2005-02-04 09:53:01 +00:00
from 0.5.0 to 0.5.1
2020-03-11 07:31:33 +01:00
- fix some yenc problems with threads
- fix some thread return problems
2005-02-04 09:53:01 +00:00
2005-02-01 19:37:59 +00:00
from 0.2.3 to 0.5.0
2020-03-11 07:31:33 +01:00
- changes to make it work with ruby 1.8.1
- internal structures changed in article.rb
- huge of memory usage improvements... - 90% less memory usage
- (more) gracefully handle bad yencodings
- enable file inclusion
- 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
2020-03-11 07:31:33 +01:00
- notify when cachedir doesn't exist
- expand ${HOME} in config to your homedir
- 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)
- 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
2020-03-11 07:31:33 +01:00
- improve output layout
- show running time
- PID lockfile implementation
- catch another error
- fetch subjects sorted so you get a better chance at getting full series
- now your TEMPDIR can be on another drive than your DATADIR
- 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
2020-03-11 07:31:33 +01:00
- fail gracefully at a lack of configuration
- fail gracefully if tempdir doesn't exist or isn't writable
- implement DELEXT configuration option
- 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
2020-03-11 07:31:33 +01:00
- fix extension enforcing
- code cleanups
- split of uudecoding and ydecoding
- add some regression tests
- various bug fixes
- remove articles from newsrc that aren't on the server any longer
- 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
2020-03-11 07:31:33 +01:00
- 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-11-06 21:38:15 +00:00
2002-08-01 13:16:55 +00:00
from 0.0.8 to 0.0.9
2020-03-11 07:31:33 +01: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 efficient than +=
2002-08-01 09:24:28 +00:00
2002-07-04 22:52:42 +00:00
from 0.0.7 to 0.0.8
2020-03-11 07:31:33 +01:00
- more and simpler exceptions
- better argument checking
- 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
2020-03-11 07:31:33 +01:00
- use exceptions for a lot of problems
- code cleanups
2002-07-04 22:40:24 +00:00
2002-07-01 21:28:07 +00:00
from 0.0.5 to 0.0.6
2020-03-11 07:31:33 +01:00
- new option -C for combined filenames eg. "subject-[filename]"
- prevent reconnect loops
- be more paranoid with decoding yEnc-encoded articles
- more/better timeouts
2002-07-01 21:28:07 +00:00
2002-05-18 18:11:17 +00:00
from 0.0.4 to 0.0.5
2020-03-11 07:31:33 +01:00
- implement timeouts on article fetching (no more "hangs", hopefully)
- remove servers from list on connection failure
- much more robust
2002-05-18 18:11:17 +00:00
2002-05-09 07:13:28 +00:00
from 0.0.3 to 0.0.4
2020-03-11 07:31:33 +01:00
- server reconnects now work
2002-05-09 07:13:28 +00:00
2002-05-07 18:37:13 +00:00
from 0.0.2 to 0.0.3
2020-03-11 07:31:33 +01:00
- filtering on file extensions
- 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
2020-03-11 07:31:33 +01:00
- yEnc support by Stijn Hoop. Thanks.
- change cache file format
- sort cache file
- minor bugs