You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2012/10/28 14:40:51 UTC

svn commit: r1402990 - in /felix/trunk/ipojo/manipulator: bnd-ipojo-plugin/doc/changelog.txt doc/changelog.txt ipojo-ant-task/doc/changelog.txt manipulator/doc/changelog.txt maven-ipojo-plugin/doc/changelog.txt

Author: clement
Date: Sun Oct 28 13:40:50 2012
New Revision: 1402990

URL: http://svn.apache.org/viewvc?rev=1402990&view=rev
Log:
Update changelog (release preparation)

Modified:
    felix/trunk/ipojo/manipulator/bnd-ipojo-plugin/doc/changelog.txt
    felix/trunk/ipojo/manipulator/doc/changelog.txt
    felix/trunk/ipojo/manipulator/ipojo-ant-task/doc/changelog.txt
    felix/trunk/ipojo/manipulator/manipulator/doc/changelog.txt
    felix/trunk/ipojo/manipulator/maven-ipojo-plugin/doc/changelog.txt

Modified: felix/trunk/ipojo/manipulator/bnd-ipojo-plugin/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/bnd-ipojo-plugin/doc/changelog.txt?rev=1402990&r1=1402989&r2=1402990&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/bnd-ipojo-plugin/doc/changelog.txt (original)
+++ felix/trunk/ipojo/manipulator/bnd-ipojo-plugin/doc/changelog.txt Sun Oct 28 13:40:50 2012
@@ -1,3 +1,15 @@
+Changes from the 1.8.4 to 1.8.6
+-------------------------------
+
+** Bug
+    * [FELIX-3461] - Re-manipulation with annotated component produces corrupted MANIFEST
+    * [FELIX-3466] - Pojoization.directoryManipulation() does not take MANIFEST file location into account.
+    * [FELIX-3508] - IPojo Manipulator left out 'array of enums' in generated metadata
+    * [FELIX-3539] - iPOJO Manipulator failed on classes containing expanded frames
+    * [FELIX-3573] - IPojo bytecode manipulation generates a duplicate local variable
+    * [FELIX-3574] - IPojo bytecode manipulation looses method argument names
+    * [FELIX-3621] - Two dimensional array as argument to a method in a component
+
 Changes from the 1.8.2 to 1.8.4
 -------------------------------
 

Modified: felix/trunk/ipojo/manipulator/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/doc/changelog.txt?rev=1402990&r1=1402989&r2=1402990&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/doc/changelog.txt (original)
+++ felix/trunk/ipojo/manipulator/doc/changelog.txt Sun Oct 28 13:40:50 2012
@@ -1,3 +1,16 @@
+Changes from the 1.8.4 to 1.8.6
+-------------------------------
+
+** Bug
+    * [FELIX-3461] - Re-manipulation with annotated component produces corrupted MANIFEST
+    * [FELIX-3466] - Pojoization.directoryManipulation() does not take MANIFEST file location into account.
+    * [FELIX-3508] - IPojo Manipulator left out 'array of enums' in generated metadata
+    * [FELIX-3539] - iPOJO Manipulator failed on classes containing expanded frames
+    * [FELIX-3573] - IPojo bytecode manipulation generates a duplicate local variable
+    * [FELIX-3574] - IPojo bytecode manipulation looses method argument names
+    * [FELIX-3621] - Two dimensional array as argument to a method in a component
+
+
 Changes from the 1.8.2 to 1.8.4
 -------------------------------
 

Modified: felix/trunk/ipojo/manipulator/ipojo-ant-task/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/ipojo-ant-task/doc/changelog.txt?rev=1402990&r1=1402989&r2=1402990&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/ipojo-ant-task/doc/changelog.txt (original)
+++ felix/trunk/ipojo/manipulator/ipojo-ant-task/doc/changelog.txt Sun Oct 28 13:40:50 2012
@@ -1,3 +1,15 @@
+Changes from the 1.8.4 to 1.8.6
+-------------------------------
+
+** Bug
+    * [FELIX-3461] - Re-manipulation with annotated component produces corrupted MANIFEST
+    * [FELIX-3466] - Pojoization.directoryManipulation() does not take MANIFEST file location into account.
+    * [FELIX-3508] - IPojo Manipulator left out 'array of enums' in generated metadata
+    * [FELIX-3539] - iPOJO Manipulator failed on classes containing expanded frames
+    * [FELIX-3573] - IPojo bytecode manipulation generates a duplicate local variable
+    * [FELIX-3574] - IPojo bytecode manipulation looses method argument names
+    * [FELIX-3621] - Two dimensional array as argument to a method in a component
+
 Changes from the 1.8.2 to 1.8.4
 -------------------------------
 

Modified: felix/trunk/ipojo/manipulator/manipulator/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/manipulator/doc/changelog.txt?rev=1402990&r1=1402989&r2=1402990&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/manipulator/doc/changelog.txt (original)
+++ felix/trunk/ipojo/manipulator/manipulator/doc/changelog.txt Sun Oct 28 13:40:50 2012
@@ -1,4 +1,16 @@
-Changes from the 1.8.2 to 1.8.4
+Changes from the 1.8.4 to 1.8.6
+-------------------------------
+
+** Bug
+    * [FELIX-3461] - Re-manipulation with annotated component produces corrupted MANIFEST
+    * [FELIX-3466] - Pojoization.directoryManipulation() does not take MANIFEST file location into account.
+    * [FELIX-3508] - IPojo Manipulator left out 'array of enums' in generated metadata
+    * [FELIX-3539] - iPOJO Manipulator failed on classes containing expanded frames
+    * [FELIX-3573] - IPojo bytecode manipulation generates a duplicate local variable
+    * [FELIX-3574] - IPojo bytecode manipulation looses method argument names
+    * [FELIX-3621] - Two dimensional array as argument to a method in a component
+
+Changes from the 1.8.2 to 1.8.4
 -------------------------------
 
 ** Bug

Modified: felix/trunk/ipojo/manipulator/maven-ipojo-plugin/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/maven-ipojo-plugin/doc/changelog.txt?rev=1402990&r1=1402989&r2=1402990&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/maven-ipojo-plugin/doc/changelog.txt (original)
+++ felix/trunk/ipojo/manipulator/maven-ipojo-plugin/doc/changelog.txt Sun Oct 28 13:40:50 2012
@@ -1,3 +1,15 @@
+Changes from the 1.8.4 to 1.8.6
+-------------------------------
+
+** Bug
+    * [FELIX-3461] - Re-manipulation with annotated component produces corrupted MANIFEST
+    * [FELIX-3466] - Pojoization.directoryManipulation() does not take MANIFEST file location into account.
+    * [FELIX-3508] - IPojo Manipulator left out 'array of enums' in generated metadata
+    * [FELIX-3539] - iPOJO Manipulator failed on classes containing expanded frames
+    * [FELIX-3573] - IPojo bytecode manipulation generates a duplicate local variable
+    * [FELIX-3574] - IPojo bytecode manipulation looses method argument names
+    * [FELIX-3621] - Two dimensional array as argument to a method in a component
+
 Changes from the 1.8.2 to 1.8.4
 -------------------------------