| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 
 | 
v1.0.0alpha2
    * Changed build to reflect new version.
    * Separated out the packages, and moved them into a single CVS project,
      to allow for a simpler piecemeal class inclusion mechanism.
    * Isolated the 'testing.tp' hierarchy.
    * Moved the license from LGPL to MIT.
    * Task 79415: Improved documentation.
      
v0.9.2:
    * Correction on 0.9.1 changelist: Xalan version is actually 2.3.1
    * Added package bugrepository to interface with junitlog package
      for bug traceability and report generation.
    * Fixed bug #526454.
    * Fixed bug #526478.
    * Fixed bug #526497.
    * Fixed bug #526511.
    * Corrected minor JavaDoc tag problems.
    * Fixed bug #526636.
    * Fixed bug #526710.
    * Expanded the documentation.
    * Added TimedProcess to utils.
    * StepTracker now calls TimedProcess when enabling events.  This allows
      for preventing the hang-up that seems to occur at the end of a
      long coverage run.
    * Added new tests to ui capture.
    * Started redesign efforts for auto-documentation.  This will be moved
      into its own project within GroboUtils to allow for JDK 1.2+ support.
      This will be moved out of GroboTesting as of v0.9.3.
v0.9.1:
    * Moved from Xalan-J 2.2-D14 to release 2.2
    * Added Ant testing framework
    * Migrated JUnit package from GroboUtils
    * Migrated ThreadSafety package from Groboutils (was under junit\jndi)
    * Added CodeCoverage package
    * Added RemoteAnt package
    * Created a more robust documentation structure.
    * Added dependency on the Jakarta BCEL library.
    * Added jdi package to contain multi-package dependencies on progamatic
      control over the JDI.
    * Moved files into new source structure, to break apart tests from code.
    * Added JUnit logging facility to help with self-documenting tests
      creating documents.
    * Added JUnit InterfaceTest extentions for testing Interfaces.
    * Moved MultiThreadedTestCase to MultiThreadedTestRunner in order to
      follow a better JUnit extention pattern (utility instance vs. TestCase
      subclassing).
v0.9.0:
    * Initial release.
    * Only included alpha version of UICoverage.
 |