Update changelogs

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@960228 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/annotations/doc/changelog.txt b/ipojo/annotations/doc/changelog.txt
index 797259c..889b9c6 100644
--- a/ipojo/annotations/doc/changelog.txt
+++ b/ipojo/annotations/doc/changelog.txt
@@ -1,3 +1,9 @@
+Changes from the 1.6.2 to 1.6.4

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

+** Improvement

+    * [FELIX-2420] - Enum support for @Property annotation

+    * [FELIX-2461] - Allow specifying the targeted service interface in the @ServiceController

+    

 Changes from the 1.6.0 to 1.6.2

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

 ** Improvement

diff --git a/ipojo/core/doc/changelog.txt b/ipojo/core/doc/changelog.txt
index 8e8567e..ef012ca 100644
--- a/ipojo/core/doc/changelog.txt
+++ b/ipojo/core/doc/changelog.txt
@@ -1,3 +1,9 @@
+Changes from the 1.6.2 to 1.6.4

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

+** Improvement

+    * [FELIX-2420] - Enum support for @Property annotation

+    * [FELIX-2461] - Allow specifying the targeted service interface in the @ServiceController

+

 Changes from the 1.6.0 to 1.6.2

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

 ** Bug

diff --git a/ipojo/manipulator/doc/changelog.txt b/ipojo/manipulator/doc/changelog.txt
index dcbfcdc..5f50586 100644
--- a/ipojo/manipulator/doc/changelog.txt
+++ b/ipojo/manipulator/doc/changelog.txt
@@ -1,3 +1,12 @@
+Changes from the 1.6.2 to 1.6.4

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

+** Bug

+    * [FELIX-2430] - IPOJO manipulation (ant task) results in invalid classes throwing java.lang.VerifyError at runtime in InstanceManager

+

+** Improvement

+    * [FELIX-2420] - Enum support for @Property annotation

+    * [FELIX-2461] - Allow specifying the targeted service interface in the @ServiceController

+    

 Changes from the 1.6.0 to 1.6.2

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

 ** Improvement