You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ss...@apache.org on 2017/03/08 19:23:02 UTC

svn commit: r1786058 - /felix/trunk/tools/maven-bundle-plugin/doc/changelog.txt

Author: sseifert
Date: Wed Mar  8 19:23:02 2017
New Revision: 1786058

URL: http://svn.apache.org/viewvc?rev=1786058&view=rev
Log:
update changelog

Modified:
    felix/trunk/tools/maven-bundle-plugin/doc/changelog.txt

Modified: felix/trunk/tools/maven-bundle-plugin/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/tools/maven-bundle-plugin/doc/changelog.txt?rev=1786058&r1=1786057&r2=1786058&view=diff
==============================================================================
--- felix/trunk/tools/maven-bundle-plugin/doc/changelog.txt (original)
+++ felix/trunk/tools/maven-bundle-plugin/doc/changelog.txt Wed Mar  8 19:23:02 2017
@@ -1,3 +1,42 @@
+Changes from 3.2.0 to 3.3.0
+---------------------------
+
+** Bug
+    * [FELIX-5579] - Bundle Plugin uses insecure maven-archiver 2.5
+    * [FELIX-5582] - maven-bundle-plugin: Make sure Closeable resources are closed
+
+** Improvement
+    * [FELIX-5424] - Augment exported service metadata
+    * [FELIX-5581] - Update to bndlib 3.3.0
+
+
+Changes from 3.0.1 to 3.2.0
+---------------------------
+
+** Bug
+    * [FELIX-5116] - Dump SCR component definitions broken
+
+** Improvement
+    * [FELIX-5149] - Update to bndlib 3.1.0
+    * [FELIX-5253] - Update to bndlib 3.2.0
+
+** New Feature
+    * [FELIX-4009] - maven bundle plugin should be integrated directly with eclipse
+    * [FELIX-5233] - New JPA analyser for the maven bundle plugin
+    * [FELIX-5258] - Add a new MOJO which verifies the bundle integrity
+
+
+Changes from 3.0.0 to 3.0.1
+---------------------------
+
+** Bug
+    * [FELIX-5062] - maven-bundle-plugin includes tests dependencies in package analysis
+    * [FELIX-5070] - Simple syntax for specifying embedded dependencies has broken
+
+** Improvement
+    * [FELIX-5073] - Option to create dependency-reduced-pom exists
+
+
 Changes from 2.5.5 to 3.0.0
 ---------------------------