blob: 523a2e0daa5e8e707756c1d839d970353e914eec [file] [log] [blame]
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +00001<?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> &gt;
13 <a href="index.html" class="el_group">Documentation</a> &gt;
14 <span class="el_source">Change History</span>
15</div>
16
17<h1>Change History</h1>
18
Brock Janiczak003d47c2010-01-15 00:45:17 +000019<h2>Release 0.3.0 (In Development)</h2>
20
21<h3>API Changes</h3>
22<ul>
Marc R. Hoffmann63b2dc52010-01-15 06:17:39 +000023 <li>Agent option and Ant task parameter <code>file</code> changed to
24 <code>destfile</code> (Trac #59).</li>
25 <li>Agent option and Ant task parameter <code>merge</code> changed to
26 <code>append</code> (Trac #51).</li>
Brock Janiczak003d47c2010-01-15 00:45:17 +000027</ul>
28
29<h3>New Features</h3>
30<ul>
Marc R. Hoffmann2e313a42010-02-02 05:16:15 +000031 <li>Report renders anonymous classes with type information (Trac #46).</li>
Brock Janiczakd267c572010-01-28 09:53:54 +000032 <li><code>enabled</code> property added to <a href="ant.html#agent">Agent</a> and <a href="ant#coverage">Coverage</a> tasks (Trac #63).</li>
Brock Janiczakac602672010-01-29 08:52:36 +000033 <li><a href="ant.html#merge">Merge</a> Ant task added (Trac #52).</li>
Brock Janiczak003d47c2010-01-15 00:45:17 +000034</ul>
35
36<h3>Fixed Bugs</h3>
Marc R. Hoffmann2e313a42010-02-02 05:16:15 +000037<ul>
38 <li>New <code>IRuntime</code> implementation enables JaCoCo usage for J2EE
39 application servers like Glassfish.</li>
40</ul>
Brock Janiczak003d47c2010-01-15 00:45:17 +000041
Marc R. Hoffmann063f2942010-01-08 06:12:59 +000042<h2>Release 0.2.0 (2010/01/08)</h2>
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +000043
44<h3>New Features</h3>
45
Marc R. Hoffmann804d83f2009-11-10 12:58:44 +000046<ul>
47 <li>Simplified probe data structure reduces memory usage (Trac #47).</li>
Marc R. Hoffmannf9b1dc92009-11-10 15:14:22 +000048 <li>Performance test becomes part of the build.</li>
Marc R. Hoffmann063f2942010-01-08 06:12:59 +000049 <li>New bundle <code>org.jacoco.agent</code> that provides the Java agent
50 as a resource (Trac #50).</li>
Marc R. Hoffmann804d83f2009-11-10 12:58:44 +000051</ul>
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +000052
Marc R. Hoffmann804d83f2009-11-10 12:58:44 +000053<h3>Fixed Bugs</h3>
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +000054
55<ul>
Marc R. Hoffmann063f2942010-01-08 06:12:59 +000056 <li><code>ArrayIndexOutOfBoundsException</code> due to inconsistent processing
57 while instrumentation and analysis (Trac #44).</li>
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +000058</ul>
59
60
61<h2>Release 0.1.0 (2009/10/28)</h2>
62
63<p>
64 The very first JaCoCo release.
65</p>
66
67<div class="footer">
68 <div class="versioninfo"><a href="@HOMEURL@">JaCoCo</a> @VERSION@</div>
Marc R. Hoffmann889d62b2010-01-26 20:08:15 +000069 <a href="license.html">Copyright</a> &copy; 2009, 2010 Mountainminds GmbH &amp; Co. KG and Contributors
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +000070</div>
71
72</body>
73</html>