Update changelogs (release preparation)
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1402999 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/runtime/annotations/doc/changelog.txt b/ipojo/runtime/annotations/doc/changelog.txt
index c0633cb..cbed8b0 100644
--- a/ipojo/runtime/annotations/doc/changelog.txt
+++ b/ipojo/runtime/annotations/doc/changelog.txt
@@ -1,3 +1,21 @@
+Changes from the 1.8.2 to 1.8.4
+--------------------------------
+
+** Bug
+ * [FELIX-3451] - "instance.name" attribute not recognized
+ * [FELIX-3500] - InstanceManager concurrency issue: "A methodID cannot be associated with a method from the POJO class"
+ * [FELIX-3501] - IPojo FactoryStateListener doesn't get notified while stopping factory
+ * [FELIX-3545] - Memory leak when unregistering a component used by an aggregate dependency with an unbind callback
+ * [FELIX-3548] - Concurrent access during startup
+ * [FELIX-3567] - iPOJO Configuration Handler should not reuse the dictionary object from the configuration admin
+ * [FELIX-3576] - iPOJO fails when using constructor injection and expecting BundleContext in ctor
+ * [FELIX-3599] - Problem with 'subservice action="instantiate"' in ipojo composite
+ * [FELIX-3621] - Two dimensional array as argument to a method in a component
+ * [FELIX-3672] - Potential Concurrent Modification Exception when a bundle is stopped
+
+** Improvement
+ * [FELIX-3560] - Extensions to IPojo's Factory and ComponentInstance documentation for custom handlers
+
Changes from the 1.8.0 to 1.8.2
-------------------------------
** Improvement
diff --git a/ipojo/runtime/composite/doc/changelog.txt b/ipojo/runtime/composite/doc/changelog.txt
index 0925163..c4ef527 100644
--- a/ipojo/runtime/composite/doc/changelog.txt
+++ b/ipojo/runtime/composite/doc/changelog.txt
@@ -1,3 +1,21 @@
+Changes from the 1.8.2 to 1.8.4
+--------------------------------
+
+** Bug
+ * [FELIX-3451] - "instance.name" attribute not recognized
+ * [FELIX-3500] - InstanceManager concurrency issue: "A methodID cannot be associated with a method from the POJO class"
+ * [FELIX-3501] - IPojo FactoryStateListener doesn't get notified while stopping factory
+ * [FELIX-3545] - Memory leak when unregistering a component used by an aggregate dependency with an unbind callback
+ * [FELIX-3548] - Concurrent access during startup
+ * [FELIX-3567] - iPOJO Configuration Handler should not reuse the dictionary object from the configuration admin
+ * [FELIX-3576] - iPOJO fails when using constructor injection and expecting BundleContext in ctor
+ * [FELIX-3599] - Problem with 'subservice action="instantiate"' in ipojo composite
+ * [FELIX-3621] - Two dimensional array as argument to a method in a component
+ * [FELIX-3672] - Potential Concurrent Modification Exception when a bundle is stopped
+
+** Improvement
+ * [FELIX-3560] - Extensions to IPojo's Factory and ComponentInstance documentation for custom handlers
+
Changes from the 1.8.0 to 1.8.2
-------------------------------
** Bug
diff --git a/ipojo/runtime/core/doc/changelog.txt b/ipojo/runtime/core/doc/changelog.txt
index 3c6d4d6..b88ba0b 100644
--- a/ipojo/runtime/core/doc/changelog.txt
+++ b/ipojo/runtime/core/doc/changelog.txt
@@ -1,3 +1,21 @@
+Changes from the 1.8.2 to 1.8.4
+--------------------------------
+
+** Bug
+ * [FELIX-3451] - "instance.name" attribute not recognized
+ * [FELIX-3500] - InstanceManager concurrency issue: "A methodID cannot be associated with a method from the POJO class"
+ * [FELIX-3501] - IPojo FactoryStateListener doesn't get notified while stopping factory
+ * [FELIX-3545] - Memory leak when unregistering a component used by an aggregate dependency with an unbind callback
+ * [FELIX-3548] - Concurrent access during startup
+ * [FELIX-3567] - iPOJO Configuration Handler should not reuse the dictionary object from the configuration admin
+ * [FELIX-3576] - iPOJO fails when using constructor injection and expecting BundleContext in ctor
+ * [FELIX-3599] - Problem with 'subservice action="instantiate"' in ipojo composite
+ * [FELIX-3621] - Two dimensional array as argument to a method in a component
+ * [FELIX-3672] - Potential Concurrent Modification Exception when a bundle is stopped
+
+** Improvement
+ * [FELIX-3560] - Extensions to IPojo's Factory and ComponentInstance documentation for custom handlers
+
Changes from the 1.8.0 to 1.8.2
-------------------------------
** Bug
diff --git a/ipojo/runtime/doc/changelog.txt b/ipojo/runtime/doc/changelog.txt
index d3f343d..a37b4b9 100644
--- a/ipojo/runtime/doc/changelog.txt
+++ b/ipojo/runtime/doc/changelog.txt
@@ -1,3 +1,22 @@
+Changes from the 1.8.2 to 1.8.4
+--------------------------------
+
+** Bug
+ * [FELIX-3451] - "instance.name" attribute not recognized
+ * [FELIX-3500] - InstanceManager concurrency issue: "A methodID cannot be associated with a method from the POJO class"
+ * [FELIX-3501] - IPojo FactoryStateListener doesn't get notified while stopping factory
+ * [FELIX-3545] - Memory leak when unregistering a component used by an aggregate dependency with an unbind callback
+ * [FELIX-3548] - Concurrent access during startup
+ * [FELIX-3567] - iPOJO Configuration Handler should not reuse the dictionary object from the configuration admin
+ * [FELIX-3576] - iPOJO fails when using constructor injection and expecting BundleContext in ctor
+ * [FELIX-3599] - Problem with 'subservice action="instantiate"' in ipojo composite
+ * [FELIX-3621] - Two dimensional array as argument to a method in a component
+ * [FELIX-3672] - Potential Concurrent Modification Exception when a bundle is stopped
+
+** Improvement
+ * [FELIX-3560] - Extensions to IPojo's Factory and ComponentInstance documentation for custom handlers
+
+
Version 1.8.2
-------------
* Initial release