Release History

Version Date Description
0.3.2 2005-10-05 Assortment of bugfixes
0.3.1 2005-09-26 User-Agent bugfix
0.3 2005-05-18 User-Agent fix
0.2 2004-04-13 No dependencies
0.1.1 2003-12-08 Bug fix
0.1 2003-08-23 Initial release

Get the RSS feed of the last changes

Release 0.3.2 - 2005-10-05

Type Changes By
fix Checks specified user agents first, and then wildcards now; prior to this it was just checking in the order they appeared in the robots.txt file. Fixes NRB-6. hen
fix User-agent name comparisons should be case-insensitive. Fixes NRB-8. hen
fix "Disallow: " implies that nothing is disallowed; prior to this it was effectively being ignored. Fixes NRB-9. hen

Release 0.3.1 - 2005-09-26

Type Changes By
fix Now correctly sets the User Agent in the request. Fixes NRB-5. hen

Release 0.3 - 2005-05-18

Type Changes By
add Now sends the User Agent in the request. Fixes NRB-4. hen

Release 0.2 - 2004-04-13

Type Changes By
add An application level exception added, NoRobotException. hen
remove Log4j dependency removed. Throwing Exceptions means no logging needed. hen
remove Genjava-core and commons-lang dependencies removed by inlining a method. hen

Release 0.1.1 - 2003-12-08

Type Changes By
fix No longer fails when the url being tested does not contain a trailing slash, but the base url does. Fixes NRB-1. hen

Release 0.1 - 2003-08-23

Type Changes By