LinkChecker full changelog
LinkChecker 9.3
released Jan 12, 2015 (New Release)
checking: Parse and check links in PDF files.
checking: Parse Refresh: and Content-Location: HTTP headers for URLs.
checking: Parse Refresh: and Content-Location: HTTP headers for URLs.
LinkChecker 9.2
released Jul 2, 2014 (New Release)
Fixes:
checking: Don't scan external robots.txt sitemap URLs.
installation: Correct case for pip install command.
Features:
checking: Parse and check HTTP Link: headers.
checking: Support parsing of HTML image srcset attributes.
checking: Support parsing of HTML schema itemtype attributes.
checking: Don't scan external robots.txt sitemap URLs.
installation: Correct case for pip install command.
Features:
checking: Parse and check HTTP Link: headers.
checking: Support parsing of HTML image srcset attributes.
checking: Support parsing of HTML schema itemtype attributes.
LinkChecker 9.1
released Apr 3, 2014 (New Release)
Features:
checking: Support parsing of sitemap and sitemap index XML files.
Closes: GH bug #413
checking: Add new HTTP header info plugin.
logging: Support arbitrary encodings in CSV output.
Closes: GH bug #467
installation: Use .gz compression for source release to support
"pip install".
Closes: GH bug #461
Changes:
checking: Ignored URLs are reported earlier now.
checking: Updated the list of unkonwn or ignored URI schemes.
checking: Internal errors do not disable check threads anymore.
checking: Disable URL length warning for data: URLs.
checking: Do not warn about missing addresses on mailto links that have
subjects.
checking: Check and display SSL certificate info even on redirects.
Closes: GH bug #489
installation: Check requirement for Python requests >= 2.2.0.
Closes: GH bug #478
logging: Display downloaded bytes.
Fixes:
checking: Fix internal errors in debug output.
Closes: GH bug #472
checking: Fix URL result caching.
checking: Fix assertion in external link checking.
checking: Support parsing of sitemap and sitemap index XML files.
Closes: GH bug #413
checking: Add new HTTP header info plugin.
logging: Support arbitrary encodings in CSV output.
Closes: GH bug #467
installation: Use .gz compression for source release to support
"pip install".
Closes: GH bug #461
Changes:
checking: Ignored URLs are reported earlier now.
checking: Updated the list of unkonwn or ignored URI schemes.
checking: Internal errors do not disable check threads anymore.
checking: Disable URL length warning for data: URLs.
checking: Do not warn about missing addresses on mailto links that have
subjects.
checking: Check and display SSL certificate info even on redirects.
Closes: GH bug #489
installation: Check requirement for Python requests >= 2.2.0.
Closes: GH bug #478
logging: Display downloaded bytes.
Fixes:
checking: Fix internal errors in debug output.
Closes: GH bug #472
checking: Fix URL result caching.
checking: Fix assertion in external link checking.
LinkChecker 9.0
released Mar 11, 2014 (New Release)
Features:
checking: Support connection and content check plugins
checking: Move lots of custom checks like Antivirus and syntax
checks into plugins (see upgrading.txt for more info)
checking: Add options to limit the number of requests per second
allowed URL schemes and maximum file or download size
checking: Support checking Sitemap: URLs in robots.txt files
checking: Reduced memory usage when caching checked links
gui: UI language can be changed dynamically
Changes:
checking: Use the Python requests module for HTTP and HTTPS requests
logging: Removed download, domains and robots.txt statistics
logging: HTML output is now in HTML5
checking: Removed 301 warning since 301 redirects are used a lot without updating the old URL links
Also, recursive redirection is not checked any more since there is a maximum redirection limit anyway
checking: Disallowed access by robots.txt is an info now, not a warning. Otherwise it produces a lot of warnings which is counter-productive
checking: Support connection and content check plugins
checking: Move lots of custom checks like Antivirus and syntax
checks into plugins (see upgrading.txt for more info)
checking: Add options to limit the number of requests per second
allowed URL schemes and maximum file or download size
checking: Support checking Sitemap: URLs in robots.txt files
checking: Reduced memory usage when caching checked links
gui: UI language can be changed dynamically
Changes:
checking: Use the Python requests module for HTTP and HTTPS requests
logging: Removed download, domains and robots.txt statistics
logging: HTML output is now in HTML5
checking: Removed 301 warning since 301 redirects are used a lot without updating the old URL links
Also, recursive redirection is not checked any more since there is a maximum redirection limit anyway
checking: Disallowed access by robots.txt is an info now, not a warning. Otherwise it produces a lot of warnings which is counter-productive
LinkChecker 8.4
released Jan 31, 2013 (New Release)
Features:
· checking: Support URLs.
· logging: Sending SIGUSR1 signal prints the stack trace of all current
· running threads. This makes debugging deadlocks easier.
· gui: Support Drag-and-Drop of local files. If the local file is
· a LinkChecker project (.lcp) file it is loaded, else the check
· URL is set to the local file URL.
Changes:
· checking: Increase per-host connection limits to speed up checking.
Fixes:
· checking: Fix a crash when closing a Word document after scanning failed.
· Closes: GH bug #369
· checking: Catch UnicodeError from idna.encode() fixing an internal error when
· trying to connect to certain invalid hostnames.
· checking: Always close HTTP connections without body content.
· See also http://bugs.python.org/issue16298
· Closes: GH bug #376
· checking: Support URLs.
· logging: Sending SIGUSR1 signal prints the stack trace of all current
· running threads. This makes debugging deadlocks easier.
· gui: Support Drag-and-Drop of local files. If the local file is
· a LinkChecker project (.lcp) file it is loaded, else the check
· URL is set to the local file URL.
Changes:
· checking: Increase per-host connection limits to speed up checking.
Fixes:
· checking: Fix a crash when closing a Word document after scanning failed.
· Closes: GH bug #369
· checking: Catch UnicodeError from idna.encode() fixing an internal error when
· trying to connect to certain invalid hostnames.
· checking: Always close HTTP connections without body content.
· See also http://bugs.python.org/issue16298
· Closes: GH bug #376
LinkChecker 8.3
released Jan 23, 2013 (New Release)
Features:
· project: The Project moved to Github.
Changes:
· logging: Print system arguments (sys.argv) and variable values in internal error information.
· installation: Install the dns Python module into linkcheck_dns subdirectory to avoid conflicts with an upstream python-dns installation.
Fixes:
· gui: Fix storing of ignore lines in options.
· project: The Project moved to Github.
Changes:
· logging: Print system arguments (sys.argv) and variable values in internal error information.
· installation: Install the dns Python module into linkcheck_dns subdirectory to avoid conflicts with an upstream python-dns installation.
Fixes:
· gui: Fix storing of ignore lines in options.
LinkChecker 8.2
released Nov 15, 2012 (New Release)
Changes:
· checking: Print a warning when passwords are found in the configuration file and the file is accessible by others.
· checking: Add debug statements for unparseable content types.
· checking: Turn off caching. This improves memory performance drastically and it's a very seldom used feature - judging from user feedback over the years and my own experience.
· checking: Only allow checking of local files when parent URL does not exist or it's also a file URL.
Fixes:
· checking: Fix anchor checking of cached HTTP URLs.
· checking: Fix cookie path matching with empty paths.
· checking: Fix handling of non-ASCII exceptions (regression in 8.1).
· configuration: Fix configuration directory creation on Windows systems.
· checking: Print a warning when passwords are found in the configuration file and the file is accessible by others.
· checking: Add debug statements for unparseable content types.
· checking: Turn off caching. This improves memory performance drastically and it's a very seldom used feature - judging from user feedback over the years and my own experience.
· checking: Only allow checking of local files when parent URL does not exist or it's also a file URL.
Fixes:
· checking: Fix anchor checking of cached HTTP URLs.
· checking: Fix cookie path matching with empty paths.
· checking: Fix handling of non-ASCII exceptions (regression in 8.1).
· configuration: Fix configuration directory creation on Windows systems.
LinkChecker 8.1
released Oct 22, 2012 (New Release)
Features:
· checking: Allow specification of maximum checking time or maximum
· number of checked URLs.
· checking: Send a HTTP Do-Not-Track header.
· checking: Check URL length. Print error on URL longer than 2000 characters,
· warning for longer than 255 characters.
· checking: Warn about duplicate URL contents.
· logging: A new XML sitemap logger can be used that implements the defined protocol
Changes:
· doc: Mention 7-zip and Peazip to extract the .tar.xz under Windows.
· logging: Print download and cache statistics in text output logger.
· logging: Print warning tag in text output logger. Makes warning filtering
· more easy.
· logging: Make the last modification time a separate field in logging
· output. See doc/upgrading.txt for compatibility changes.
· logging: All sitemap loggers log all valid URLs regardless of the
· warnings or --complete options. This way the sitemaps can be
· logged to file without changing the output of URLs in other loggers.
· checking: Allow specification of maximum checking time or maximum
· number of checked URLs.
· checking: Send a HTTP Do-Not-Track header.
· checking: Check URL length. Print error on URL longer than 2000 characters,
· warning for longer than 255 characters.
· checking: Warn about duplicate URL contents.
· logging: A new XML sitemap logger can be used that implements the defined protocol
Changes:
· doc: Mention 7-zip and Peazip to extract the .tar.xz under Windows.
· logging: Print download and cache statistics in text output logger.
· logging: Print warning tag in text output logger. Makes warning filtering
· more easy.
· logging: Make the last modification time a separate field in logging
· output. See doc/upgrading.txt for compatibility changes.
· logging: All sitemap loggers log all valid URLs regardless of the
· warnings or --complete options. This way the sitemaps can be
· logged to file without changing the output of URLs in other loggers.
LinkChecker 8.0
released Sep 6, 2012 (New Release)
Features:
· checking: Verify SSL certificates for HTTPS connections. Both the
· hostname and the expiration date are checked.
· checking: Always compare encoded anchor names.
· checking: Support WML sites.
· checking: Show number of parsed URLs in page content.
· cmdline: Added Nagios plugin script.
Changes:
· dependencies: Python >= 2.7.2 is now required
· gui: Display debug output text with fixed-width font.
· gui: Display the real name in the URL properties.
· gui: Make URL properties selectable with the mouse.
· checking: Ignore feed: URLs.
· checking: --ignore-url now really ignores the URLs instead of checking only the syntax.
· checking: Increase the default number of checker threads from 10 to 100.
Fixes:
· gui: Fix saving of the debugmemory option.
· checking: Do not handle attribute as parent
· URL but as normal URL to be checked.
· checking: Fix UNC path handling on Windows.
· checking: Detect more sites not supporting HEAD requests properly.
· checking: Verify SSL certificates for HTTPS connections. Both the
· hostname and the expiration date are checked.
· checking: Always compare encoded anchor names.
· checking: Support WML sites.
· checking: Show number of parsed URLs in page content.
· cmdline: Added Nagios plugin script.
Changes:
· dependencies: Python >= 2.7.2 is now required
· gui: Display debug output text with fixed-width font.
· gui: Display the real name in the URL properties.
· gui: Make URL properties selectable with the mouse.
· checking: Ignore feed: URLs.
· checking: --ignore-url now really ignores the URLs instead of checking only the syntax.
· checking: Increase the default number of checker threads from 10 to 100.
Fixes:
· gui: Fix saving of the debugmemory option.
· checking: Do not handle attribute as parent
· URL but as normal URL to be checked.
· checking: Fix UNC path handling on Windows.
· checking: Detect more sites not supporting HEAD requests properly.
LinkChecker 7.9
released Jul 11, 2012 (New Release)
LinkChecker for Windows 7 - free download notice
Windows 7 Download periodically updates software information of LinkChecker from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
WinX MediaTrans
63% Off -
WinX HD Video Converter
56% Off -
MacX Video Converter Pro
56% Off -
MacX DVD Ripper Pro
50% Off -
MacX Media Management Bundle
70% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- AnFX 6.1.0.1
- Adobe AIR 32.0.0.125
- iPlotz 1.58
- Simple Groupware 0.745
- Adobe Creative Suite Web Premium CS5.5
- WOW Slider 2.2.8
- HTMLTrim 0.2.8
- OBO Site GatherAIR 2.2
- PHP 7.4.14
- ColorPro 2.6
- XOOPS 2.5.10
- Plastiliq Pixel Picker 1.2.7
- Axure RP Pro 10.0.0.3920
- Maple4 Site Creator 6.5.4
- FCKeditor 2.6.6
- MySQL-Front 6.1
- HTTP Test Tool 2.4.12
- Alfresco 6.1
- BitNami Moodle Stack 4.1.0-0
- Goldfish 3.9
Popular Tags
translation memories
images
marketing
internet marketing
templates
design
network
photo
stock photos
web elements
html
dreamweaver
image
dictionary
database
web
english
horses
photographs
html web design
sql
webmaster
wordlist
promotion
graphic
graphics
graphical
seo
frontpage
css
Popular Windows 7 Software
- Log Analyzer: Trends Freeware 2.4
- AWStats 7.8
- FlowPlayer 3.2.16
- Adobe Flash CS5 Professional CS5.5 11.5.2
- Notepad2 64-bit 4.2.25
- Adobe Flash CS6 Professional 12.0.2.529
- Lead Generation Software 5.0
- Eclipse 2023-06
- Joomla! 5.0.1
- AnFX 6.1.0.1
- jedit 5.6.0
- Adobe FrameMaker 2022.17.0.1
- HTML Meta Tags Creator 1.0
- NetBeans IDE 10.0
- Adobe AIR 32.0.0.125
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.