git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3663 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2008-01-14 19:17:26 +00:00
parent 7a0b394f26
commit 5171fff259

View file

@ -1,12 +1,20 @@
4.9 "" (released xx.xx.2008)
* Parse Shockwave Flash (SWF) for URLs to check
Type: feature
Changed: linkcheck/checker/urlbase.py
* Don't parse <script for=""> attributes since they specify IDs, not
URLs..
URLs.
Type: bugfix
Changed: linkcheck/linkparse.py
* Fix bash filename completion script:
- set missing COMPREPLY variable
- add missing COMPREPLY variable
- support whitespace in files using "-o filenames" bash completion
option
Type: bugfix
Changed: config/linkchecker-completion
4.8 "Hallam Foe" (released 16.12.2007)