You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2015/07/09 21:46:23 UTC

svn commit: r1690157 - /felix/trunk/bundleplugin/doc/changelog.txt

Author: gnodet
Date: Thu Jul  9 19:46:23 2015
New Revision: 1690157

URL: http://svn.apache.org/r1690157
Log:
Update changelog

Modified:
    felix/trunk/bundleplugin/doc/changelog.txt

Modified: felix/trunk/bundleplugin/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/bundleplugin/doc/changelog.txt?rev=1690157&r1=1690156&r2=1690157&view=diff
==============================================================================
--- felix/trunk/bundleplugin/doc/changelog.txt (original)
+++ felix/trunk/bundleplugin/doc/changelog.txt Thu Jul  9 19:46:23 2015
@@ -3,9 +3,16 @@ Changes from 2.5.4 to 2.5.5
 
 ** Bug
     * [FELIX-4882] - Correctly use Maven Plugin Tools Java 5 annotations instead of javadoc tags
-	* [FELIX-4892] NPE in maven-bundle-plugin
-	* [FELIX-4874] IllegalArgumentException: Invalid syntax for version: 0.1-SNAPSHOT
-	* [FELIX-4956] Embed latest bndlib
+    * [FELIX-4892] NPE in maven-bundle-plugin
+    * [FELIX-4874] IllegalArgumentException: Invalid syntax for version: 0.1-SNAPSHOT
+    * [FELIX-4956] Embed latest bndlib
+    * [FELIX-3565] Embed-Transitive leaks transitive dependencies of excluded artifacts
+    * [FELIX-4823] Filtering snapshots is failing if version qualifier contains more than "SNAPSHOT"
+
+** Improvement
+    * [FELIX-4809] More flexibility for selecting the comparison artifact
+    * [FELIX-3994] Optional merging of duplicate manifest headers
+    * [FELIX-3324] Allow maven-bundle-plugin:manifest to dump SCR component definitions generated by bnd
 
 
 Changes from 2.5.3 to 2.5.4