0.4.0:
- Added quite feature (option -q), which will only output filenames upon
  retrieval. (request from Justin Sherrill)
- Failsafe for argument parsing, catch unrecognized arguments
- Add alternative (and faster) ydecoder. (jvromans)
- Add CRC checking for ydecoded parts. (jvromans)
- Should fixeup an apperant error invoked under RedHats perl 5.8, when
  'binmode()' isn't set on a file-handler. (patch by Anonymous)

0.3.1
- Bugfix: Apparently mkdir in Perl5.005 requires 2 parameters.

0.3.0
- Added the ability to specify an output directory (option -o) , where all
  binary files retrieved will be written, instead of writing the files in the 
  current directory.
- The ability to specify an alternate newsrc file was added (option -n 
  <filename>)
- The --sort function called an incorrect subroutine when an unknown parameter
  was given
- Fixed a bug in the 'sort by date' section
- Fixed the progress indicator routine. Functions better now, and doesn't have
  a divide by zero bug

0.2.2
- newsgrab.pl: Fixed flawfull regular expression tests. Resulting in reusing an
  index from an old file
- README: Just beautifying

0.2.1
- newsgrab.pl: Fixed incompatability with older perl versions, the
  didn't understand [[:digit:]]
- newsgrab.pl: Changed version number, needs some way to automatize
   this

0.2.0
- README: Added internal info to the README doc
- newsgrab.pl: Added ydec support.
               Splittet uudecode and ydecode in functions. 
	       Added --raw write support

0.1.9

- newsgrab.pl: BUGFIX: Articles wasn't retrieved in correct order,
  and thereby not glued together correctly Added extensive error
  checking for correct mode and filename extraction

0.1.7 and 0.1.8

- newsgrab.pl: Added check for authentication error
- README: Updated to reflect the changes in the program
- newsgrab.pl: Added check for succesfull connection
- README: Added version number to requirements
- newsgrab.pl: Now xover fetch users the new %arts structure too
- FUTURE: Added note to the column problem
- FUTURE: Replace array with a hash in the new %arts structure
- FUTURE: Added new %arts structure
- newsgrab.pl: Command line option to specify conffile instead of
  deafult
- FUTURE: Implementet RC file
- newsgrab.pl: -s now specifies a server key
- newsgrab.pl: Now supports newsgrabrc file
- FUTURE: Ideas from DP
- FUTURE: Better verification of user input

0.1.6
- Better regex on command line options
- 'noecho' now being turned of after password prompt
- Introduced SORTing on date
- Output is now send ordered in 'columns', so lines are not cut anymore
- Newsserver is now being appended to the newsrc file

0.1.5
- Fixed skip fallthrough: LIST always skips, State eq 'R' skips unless
  IGNORE_RE was specified. State eq 'I' always skips
- Updated the README to fit the new status line New status line indication.
  States are now 'R', 'C' or 'I'
- Code cleanup + Type errors removed
- Removed superflous output

0.1.4
- Code Cleanup
- Added the newsrc patch from Roger Knobbe
- Added ignore newsrc code
- Updated the usage function, it's now up-to-date
- Changed REAME on the '-r' flag
		
0.1.3
- Code Cleanup
- Fix stupid match rule

0.1.2
- Added username and password login for USENet servers, 
  thanks to Johan Bergstrm.
- Added size (Kb) retrievement.


0.1.1
- Less clumbsy article parsing, and skipping existing files faster
- Check for zero argument.. And eof error corrected

0.1.0
- Added group list when no group specified
- Changed the way the filename is extracted to be the rest of the UU header
- Added the NEWSSERVER variable
