Update changelog

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@806821 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/online-manipulator/doc/changelog.txt b/ipojo/online-manipulator/doc/changelog.txt
index ce9d069..f94141a 100644
--- a/ipojo/online-manipulator/doc/changelog.txt
+++ b/ipojo/online-manipulator/doc/changelog.txt
@@ -1,3 +1,9 @@
+Changes from the 1.4.0 to 1.4.2

+-------------------------------

+** Bug

+    * [FELIX-1518] - iPOJO manipulator is really slow even when annotation are ignored

+    

+

 Version 1.4.0

 -------------

 ** Improvement

diff --git a/ipojo/online-manipulator/pom.xml b/ipojo/online-manipulator/pom.xml
index c3d0219..c4e0687 100644
--- a/ipojo/online-manipulator/pom.xml
+++ b/ipojo/online-manipulator/pom.xml
@@ -66,12 +66,15 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-ipojo-plugin</artifactId>
-        <version>${pom.version}</version>
+        <version>1.4.0</version>
         <executions>
           <execution>
             <goals>
               <goal>ipojo-bundle</goal>
             </goals>
+            <configuration>
+              <ignoreAnnotations>true</ignoreAnnotations>
+            </configuration>
           </execution>
         </executions>
       </plugin>