You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by mc...@apache.org on 2011/07/05 13:34:03 UTC

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

Author: mcculls
Date: Tue Jul  5 11:34:03 2011
New Revision: 1142995

URL: http://svn.apache.org/viewvc?rev=1142995&view=rev
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=1142995&r1=1142994&r2=1142995&view=diff
==============================================================================
--- felix/trunk/bundleplugin/doc/changelog.txt (original)
+++ felix/trunk/bundleplugin/doc/changelog.txt Tue Jul  5 11:34:03 2011
@@ -1,3 +1,33 @@
+Changes from 2.3.4 to 2.3.5
+---------------------------
+
+** Bug
+    * [FELIX-1039] - Inconsistency packaging vs. type
+    * [FELIX-1571] - Bundle-ClassPath without "." while using maven-bundle-plugin in a war project confuses the plugin
+    * [FELIX-1734] - The _donotcopy is ignored
+    * [FELIX-1985] - Error when Include-Resource instruction contains duplicate paths.
+    * [FELIX-2346] - mvn bundle:clean removes all, even the existing resources
+    * [FELIX-2427] - maven site crashes
+    * [FELIX-2435] - <supportedProjectType> on a WAR file will switch the project to generate jar artifacts
+    * [FELIX-2449] - Resource filtering does not use Maven properties specified on the mvn command line via -D command line switches
+    * [FELIX-2656] - Maven-bundle-plugin identified as not thread-safe in Maven 3.0
+    * [FELIX-2722] - With an empty  organization like this <organization/>, maven bundle plugin raises a NPE.
+    * [FELIX-2765] - bundle plugin throw IllegalArgumentException while do the install
+    * [FELIX-2819] - packageinfo files in src/main/java are ignored
+    * [FELIX-2820] - Provide a default value when using <_wab/>
+    * [FELIX-2884] - The multiplicity isn't taken into account by the maven bundle plugin and bundlerepository when generating the repository xml
+    * [FELIX-2914] - Nullpointer exception on mvn install if the pom contains organization/url but not organization/name
+    * [FELIX-2934] - Bundle-ClassPath contains "." despite using _wab instruction
+
+** Improvement
+    * [FELIX-1836] - Maven resource filtering support for obr.xml
+
+** New Feature
+    * [FELIX-3011] - Add a new goal to save the bnd instructions that would be passed onto bnd, to allow people to use other toolchains such as bndtools
+
+** Task
+    * [FELIX-344] - Generate standard maven documentation for the maven-bundle-plugin
+
 Changes from 2.2.0 to 2.3.4
 ---------------------------