aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot
diff options
context:
space:
mode:
authorEvgeny Mandrikov <Godin@users.noreply.github.com>2017-01-17 22:42:02 +0100
committerGitHub <noreply@github.com>2017-01-17 22:42:02 +0100
commitd1a0f198cfc5e6397d7d6f9b912b85a0211201c7 (patch)
tree0f7406b602a97d75069f686a92f51692117a9093 /org.jacoco.doc/docroot
parentd80b6b55af2c6ad10c04067ef7853161deac7e83 (diff)
downloadjacoco-d1a0f198cfc5e6397d7d6f9b912b85a0211201c7.tar.gz
Generate OSGi Manifests (#211)
Diffstat (limited to 'org.jacoco.doc/docroot')
-rw-r--r--org.jacoco.doc/docroot/doc/changes.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 92d39345..628dacbe 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -41,6 +41,13 @@
<h3>Non-functional Changes</h3>
<ul>
<li>JaCoCo now depends on ASM 5.2.</li>
+ <li>OSGi metadata now generated automatically and additionally include
+ <code>uses</code> directives, <code>Require-Capability</code> attribute,
+ and export of all internal packages with <code>x-internal:=true</code> directive
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/211">#211</a>).</li>
+ <li>Removed OSGi attributes that were mistakenly added in version 0.6.1 into
+ <code>jacocoant.jar</code> that contains all dependencies
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/211">#211</a>).</li>
</ul>
<h2>Release 0.7.8 (2016/12/09)</h2>