
2005-10-03: 0.1b:
- Fixed a stupid typo in lsb-runtime-test2.sh which caused an error when processing
  the runtime test journal.

2005-10-04: 0.1c:
- Non-journal output files are now named *.out instead of *.txt and gzipped.
- Temporary files 'runtime_test_answers' and 'passwd_answers' are no more saved.
- The 'libstdcpp_test.txt' file is no more saved as it only duplicates the data
  in the journal.

2005-10-24: 0.2:
- The 'Notes' column in the report tables renamed to 'Cause' and moved before
  'Messages' as the 'Messages' column is typically the longest and tends
  to push the 'Notes' column out of the screen.
- The script is now able to recognize some common false positives and problems
  and mark them as such.
- Added the '--force-platform' and '--force-triplet' option.
- Made the HTML output nicer.
- Fixed a bug that caused the script to always download the test suite data
  over and over.

2005-11-03: 0.3:
- Added the LSB Samba and LSB Xpdf test.
- The name of the output file now incorporates the date of creation.

2005-11-22: 0.3a:
- Fixed missing HTML anchor for the X11 test.
- Missing utilities are detected before touching the installed packages.

2005-12-01: 0.4:
- Simplified the awk code by extracting common routines to one file.
- Added the '--send-mail-to' option.
- The result file now contains both the date and time, so multiple results
  from the same day do not overwrite each other.

2005-12-06: 0.4a:
- More awk code cleanup, preparation for extracting the knowledge data
  into a database file.

2006-01-30: 0.6:
- New, completely rewritten test driver script and journal parser; now
  they are both in Perl.
- All test results are now written to test journals, and the HTML report
  is generated afterwards. The advantage is that the report can be regenerated
  any time later as all testing data are stored in the journals.
- HTML reports made (at least in my oppinion) much nicer and more readable
  (the downside is that it uses Javascript; hopefully it does not make
  anyone angry).

2006-05-22: 0.8:
- Changed command line interface (sorry... but the new one is really better).
- Some parts of the tests rewritten using Expect, removing a few dirty hacks.
  (Hopefully the cure isn't worse than illness.)

2006-06-28: 0.9:
- Many bugfixes for bugs entered by using Expect.
