May 1, 2007 Michael Opdenacker * New release: version 1.1 * Now requires the configparse module to be installed (http://www.gustaebel.de/lars/configparse/) * Added supports for a "-x / --exclude-hosts" configuration setting to avoid checking links in a specified list of host names. * Added support for a ~/.cooolrc configuration file implemented with configparse. * The verbose option now displays every URL that is getting checked. Useful to show signes of life when a huge number of links are checked. Otherwise, verbose messages start to appear once all URL checking threads are started. * Added an [ERROR] key at the beginning of error reports. * [INFO] and [ERROR] messages are now aligned properly. * Silent when no error is reported (except when the verbose or debug options are set). This is useful for crontabs. Jan 22, 2007 Michael Opdenacker * New release: version 1.0 * -r/--max-requests-per-host: new option to limit the number of parallel requests on a given website (could bring the host down or be identified as a DoS attack) * -t/--max-threads: new option to limit the number of parallel threads started by this program. On big documents, you can otherwise hit the maximum number of threads allowed by the OS. * New --debug option Jan 12, 2006 Michael Opdenacker * Version 1.0beta2: when broken hyperlinks are found in style data (header, footer, master page...), lets the user know. Otherwise, users may look for them in regular text. Sep 5, 2005 Michael Opdenacker * Version 1.0beta1: first public release It was tested with Python 2.4.1, but should also work with other (older) Python releases.