Finally managed to find some time to go over some bugs. This release
includes many fixes, including a severe one on VC++ due to a STL bug.

    As usual, it can be downloaded from sourceforge:
https://sourceforge.net/project/showfiles.php?group_id=11795

  New in CppUnit 1.10.2:
  --------------------------------------

* Bug Fix:

  - Memory checker: bug #938753, array bound read in
    splitPathString() with substr if an empty string is passed.

  - Memory leaks: bug #952912, many memory leaks removed in the
    MFC test plug-in runner.

  - Crash when using CPPUNIT_TEST_SUITE_REGISTRATION with cppunit dll.
    Bug #921843. This bug was caused by a known STL bug in VC++ 6.
    See http://www.dinkumware.com/vc_fixes.html <xtree> issue with shared
    std::map in dll.

* Compilation:

  - mingw & cigwin, bug #930338 & #945737 fixed.

  - make install does not work on SunOS. Bug #940650 fixed.

  - bug #933154, post-build step fails in directory with spaces
    with Visual C++.

  - DllPlugInTester, bug #941625 (char * string literal). Applied patch
    contribued by Curt Arnold.

    Enjoy,
    Baptiste Lepilleur.