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 2010/10/19 08:42:32 UTC

svn commit: r1024132 - /felix/trunk/ipojo/core/doc/changelog.txt

Author: clement
Date: Tue Oct 19 06:42:32 2010
New Revision: 1024132

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

Modified:
    felix/trunk/ipojo/core/doc/changelog.txt

Modified: felix/trunk/ipojo/core/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/core/doc/changelog.txt?rev=1024132&r1=1024131&r2=1024132&view=diff
==============================================================================
--- felix/trunk/ipojo/core/doc/changelog.txt (original)
+++ felix/trunk/ipojo/core/doc/changelog.txt Tue Oct 19 06:42:32 2010
@@ -1,3 +1,15 @@
+Changes from the 1.6.4 to 1.6.6
+-------------------------------
+** Improvement
+ * [FELIX-2594] - Have a way to create new custom iPojo handler without having to specify a handler usage
+ * [FELIX-2623] - @Update annotated methods should not require a Dictionary parameter
+
+** Bug
+ * [FELIX-2580] - iPOJO failed to create proxies on service which are not interface
+ * [FELIX-2596] - DependencyHandler.onObjectCreation throws NPE when bundle is refreshed
+ * [FELIX-2603] - wrong behavior of InstanceManager.onSet(..) method
+ * [FELIX-2636] - Cannot control the validity of an iPOJO instance using a configuration property
+ 
 Changes from the 1.6.2 to 1.6.4
 -------------------------------
 ** Improvement