link-checker commit: Add release dates to NEWS.

changeset:   400:c376b9b5e9ce
user:        Ville Skyttä <ville.skytta@iki.fi>
date:        Sat Apr 02 20:39:27 2011 +0300
files:       NEWS
description:
Add release dates to NEWS.


diff -r a95ba6e2f870 -r c376b9b5e9ce NEWS
--- a/NEWS	Sat Apr 02 20:26:54 2011 +0300
+++ b/NEWS	Sat Apr 02 20:39:27 2011 +0300
@@ -1,7 +1,7 @@
 This document contains information about high level changes between
 Link Checker releases.
 
-Version x.x
+Version x.x - 2011-xx-xx
 - Avoid some robot delays by improving the order in which links are checked.
 - Avoid some unnecessary HEAD requests in recursive mode.
 - Clarify output wrt. links that have already been checked.
@@ -9,7 +9,7 @@
 - Move JavaScript to an external file.
 - Check applet and object archive links.
 
-Version 4.7
+Version 4.7 - 2011-03-17
 - Support for IRI.
 - Support for more HTML5 links.
 - Decode query string parameters as UTF-8.
@@ -17,7 +17,7 @@
 - New dependencies: Encode-Locale (command line mode only).
 - Updated dependencies: libwww-perl >= 5.833, URI >= 1.53.
 
-Version 4.6
+Version 4.6 - 2010-05-01
 - Support for checking links in CSS.
 - Results UI improvements, added "progress bar".
 - Support for larger variety of character and content encodings.
@@ -30,13 +30,13 @@
 - New dependencies: CSS-DOM >= 0.09.
 - Updated dependencies: Perl >= 5.8.
 
-Version 4.5
+Version 4.5 - 2009-03-30
 - Removed W3C trademarked icons from distribution tarball.
 - Avoid "false positive" failures from "make test" in certain setups.
 - Make quiet command line mode quieter.
 - Lowered default timeout to 30 seconds.
 
-Version 4.4
+Version 4.4 - 2009-02-12
 - checking more elements and attributes, such as BLOCKQUOTE cite="", BODY
   background="", EMBED, etc
 - Changes in the UI to make it match other validators more closely
@@ -46,21 +46,21 @@
 - Add non-robot developer mode
 - many bug fixes and code cleanup
 
-Version 4.3
+Version 4.3 - 2006-10-22
 - Various minor improvements to result output, both in text and HTML modes.
 - Fix --quiet and checking multiple documents to match documentation.
 - Eliminate various warnings (emitted by code, not from results).
 - Documentation improvements.
 
-Version 4.2.1
+Version 4.2.1 - 2005-05-15
 - Include documentation of the reorganized access keys.
 
-Version 4.2
+Version 4.2 - 2005-04-27
 - Access key reorganization, making them less likely to conflict with
   browsers' "native" key bindings.
 - Redirects are now checked for private IP addresses too.
 
-Version 4.1
+Version 4.1 - 2004-11-24
 - Added workarounds against browser timeouts in "summary only" mode.
 - Improved caching and reuse of fetched /robots.txt information.
 - Fixed a bug where a complete protocol response (including headers)

Received on Saturday, 2 April 2011 17:53:21 UTC