mpdot/RELEASE.txt
changeset 2 932c358ece3e
child 4 468f4c8d3d5b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mpdot/RELEASE.txt	Fri Apr 23 20:45:58 2010 +0100
@@ -0,0 +1,28 @@
+linkchecker Version 0.1.5
+=========================
+Added shelve support for working with large data sets. This stores everything
+on the file system so uses minimal memory (10MB or so). It takes 50% longer
+to read and about 12x longer to analyse (there are some obvious optimisations
+that could be made in that code area however).
+
+mpdot Version 0.1.3
+===================
+Added quoting on command line for directories that have spaces in them.
+Added format="html" to DitamapLinkConverter converted html links for DITA-OT compatibility.
+
+
+Known issues
+============
+
+Url checking
+------------
+Needs the proxy settings adding so that external URLs can be checked.
+External URL checking has to be unit tested.
+
+ID checking
+-----------
+Currently IDs are not checked that they conform to NMTOKEN constraints.
+
+Error codes
+-----------
+The error codes listed in the linkchecker have not all yet been implemented.