Marc R. Hoffmann | eb32a80 | 2009-10-30 14:49:22 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="ISO-8859-1" ?>
|
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
| 3 | <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
| 4 | <head>
|
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
| 6 | <link rel="stylesheet" href=".resources/doc.css" charset="ISO-8859-1" type="text/css" />
|
| 7 | <title>JaCoCo - Change History</title>
|
| 8 | </head>
|
| 9 | <body>
|
| 10 |
|
| 11 | <div class="breadcrumb">
|
| 12 | <a href="../index.html" class="el_session">JaCoCo</a> >
|
| 13 | <a href="index.html" class="el_group">Documentation</a> >
|
| 14 | <span class="el_source">Change History</span>
|
| 15 | </div>
|
| 16 |
|
| 17 | <h1>Change History</h1>
|
| 18 |
|
Marc R. Hoffmann | 063f294 | 2010-01-08 06:12:59 +0000 | [diff] [blame^] | 19 | <h2>Release 0.2.0 (2010/01/08)</h2>
|
Marc R. Hoffmann | eb32a80 | 2009-10-30 14:49:22 +0000 | [diff] [blame] | 20 |
|
| 21 | <h3>New Features</h3>
|
| 22 |
|
Marc R. Hoffmann | 804d83f | 2009-11-10 12:58:44 +0000 | [diff] [blame] | 23 | <ul>
|
| 24 | <li>Simplified probe data structure reduces memory usage (Trac #47).</li>
|
Marc R. Hoffmann | f9b1dc9 | 2009-11-10 15:14:22 +0000 | [diff] [blame] | 25 | <li>Performance test becomes part of the build.</li>
|
Marc R. Hoffmann | 063f294 | 2010-01-08 06:12:59 +0000 | [diff] [blame^] | 26 | <li>New bundle <code>org.jacoco.agent</code> that provides the Java agent
|
| 27 | as a resource (Trac #50).</li>
|
Marc R. Hoffmann | 804d83f | 2009-11-10 12:58:44 +0000 | [diff] [blame] | 28 | </ul>
|
Marc R. Hoffmann | eb32a80 | 2009-10-30 14:49:22 +0000 | [diff] [blame] | 29 |
|
Marc R. Hoffmann | 804d83f | 2009-11-10 12:58:44 +0000 | [diff] [blame] | 30 | <h3>Fixed Bugs</h3>
|
Marc R. Hoffmann | eb32a80 | 2009-10-30 14:49:22 +0000 | [diff] [blame] | 31 |
|
| 32 | <ul>
|
Marc R. Hoffmann | 063f294 | 2010-01-08 06:12:59 +0000 | [diff] [blame^] | 33 | <li><code>ArrayIndexOutOfBoundsException</code> due to inconsistent processing
|
| 34 | while instrumentation and analysis (Trac #44).</li>
|
Marc R. Hoffmann | eb32a80 | 2009-10-30 14:49:22 +0000 | [diff] [blame] | 35 | </ul>
|
| 36 |
|
| 37 |
|
| 38 | <h2>Release 0.1.0 (2009/10/28)</h2>
|
| 39 |
|
| 40 | <p>
|
| 41 | The very first JaCoCo release.
|
| 42 | </p>
|
| 43 |
|
| 44 | <div class="footer">
|
| 45 | <div class="versioninfo"><a href="@HOMEURL@">JaCoCo</a> @VERSION@</div>
|
| 46 | <a href="license.html">Copyright</a> © 2009 Mountainminds GmbH & Co. KG and Contributors
|
| 47 | </div>
|
| 48 |
|
| 49 | </body>
|
| 50 | </html> |