Changes in 1.0b9

+ If you use the -o command-line option or the OUTPUT_DIR config file option
  and the directory does not exist, linbot will create it for you (provided
  that it has the correct permissions, etc.)  Thanks to Andrea Glorioso
  <sama@intercity.it> for this feature.

+ Added a CREDITS file and probably left a lot of people out.  If you think
  you should be in it let me know (marduk@python.net).

b Linbot will now report to the server that it can accept any MIME type (found
  in mimetypes.py.  This should fix the "406: No acceptable objects found"
  error that some servers report.

b Linbot correctly identifies itself as "Linbot <version>" on HEAD requests
  as well as GET requests.

Changes in 1.0b8

b Fixed bug when no images are reported for documents having 0 links
  If you don't know what this means it probably wasn't a problem for you.

b Fixed code that was messing with arguments passed via -x and -y and caused
  unexpected results and/or errors.

b -b flag should work this time (for real)

b Cosmetic changes (reports didn't look the way I thought they should in IE4.
  (and may not still as I havent' had a chance to check it yet)

b Linbot won't follow infinite redirects (currently hardcoded to max of 5
  redirects per document)

Changes in 1.0b6

+ Minor change in ftplink.py should allow better ftp link checking

+ You can now press CTRL-C (or whatever your operating system supports) to break
  out of a linbot run.  However, the work linbot does is not saved (yet).

b Fixed problem when server redirects a URL to itself.  This fix seems to work
  for most servers I've tried but there are a few more out there that I need to
  take a look at.

b Fixed bug that caused linbot to not check for yanked URLs

+ Added -l command-line option.  Usage: -l <url> where <url> is a url pointing
  to an image to be used as the report's logo.

b "patched" strings.py so that it can better parse html files created in 
   Windows/DOS (I think).

+ Made report LOGO a link to the base url

+ httplink does not HEAD a redirected URL if it is already in the link list
  (performance improvement)

- Removed LOGO_ALT from config.py

+ Changed my email address to marduk@python.net.  The official home page of
  Linbot will probaby also change with the next release so stay tuned.

Changes in 1.0b5 (from 1.0b4)

+ Added a contrib directory.  Right now it just contains the about plugin.  Other
  plugins will be included if people contribute them.  Also, the man page will
  return once I have updated it.  Those ugly buttons are obsolete.

+ Linbot now "inlines" stylesheets.  This has the benefits of 1) better support
  of Netscape browsers (so I hear) and 2) I don't have to document to put
  linbot.css in the output directory since it grabs it from starship 8*)

b Handling of error for when robots.txt cannot be retreived.

+ Malformed urls are trapped (sorry, I had that commented out)

b FTP link handling is totally rewritten.  Fortunately it shouldn't crash anymore
  Unfortunately it doesn't really work reliably and probably never will.  See
  README.ftp for details.

b Two bugs in HTTP proxy handling made it almost completely unusable, though
  conveniently seemed to cancel each other out when I was testing.

b Too many files error on large sites should be fixed.  Thanks to Andrew Kuchling
  et al for suggestions.

b Bug when some servers erroneously report (or don't report) Content-Length header
  fixed.

