git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2493 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-03-29 22:30:57 +00:00
parent 1219cfaa33
commit f9d58e8577

View file

@ -1,11 +1,13 @@
2.7 "" (released xx.xx.xxxx)
2.7 "Million Dollar Baby" (released 30.3.2005)
* When a host has no MX record, fall back to A records as the mail
host.
Type: bugfix
Changed: linkcheck/checker/mailtourl.py
* Do not split CGI params on semicolons.
* Do not split CGI params on semicolons. This is wrong of course,
but not supported by all servers. A later version of the CGI parser
engine will split and re-join semicolons.
Type: bugfix
Changed: linkcheck/url.py