Update changelog files
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@734726 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/annotations/doc/changelog.txt b/ipojo/annotations/doc/changelog.txt
index 33c5c21..f3d9feb 100644
--- a/ipojo/annotations/doc/changelog.txt
+++ b/ipojo/annotations/doc/changelog.txt
@@ -1,9 +1,20 @@
+Changes from 1.0.0 to 1.2.0
+---------------------------
+** Improvement
+ * [FELIX-825] - Provide annotation for iPojo JMX Handler
+ * [FELIX-834] - Provide Annotations for the extender, whiteboard and event admin handlers
+
+** Bug
+ * [FELIX-867] - iPOJO @ServiceProperty can target method
+ * [FELIX-868] - iPOJO @Component don't support factory methods
+
+
Changes from 0.8.0 to 1.0.0
---------------------------
** Improvement
- * [FELIX-627] - Temporal dependency annotation (2008-07-08)
+ * [FELIX-627] - Temporal dependency annotation
Version 0.8.0
-------------
- * Initial release (2008-05-16)
\ No newline at end of file
+ * Initial release
\ No newline at end of file
diff --git a/ipojo/ant/doc/changelog.txt b/ipojo/ant/doc/changelog.txt
index 7c91dc3..ff3c93a 100644
--- a/ipojo/ant/doc/changelog.txt
+++ b/ipojo/ant/doc/changelog.txt
@@ -1,11 +1,16 @@
+Changes from 1.0.0 to 1.2.0
+---------------------------
+** Improvement
+ * [FELIX-813] - Resolve XML-Schemas locally rather than from Internet
+
Changes from 0.8.1 to 1.0.0
---------------------------
** Bug
- * Update contained Xerces packages to support XML-Schemas (2008-10-06)
+ * Update contained Xerces packages to support XML-Schemas
** Improvement
- * Embed the latest manipulator (2008-07-03)
+ * Embed the latest manipulator
Version 0.8.1
-------------
- * Initial release (2008-06-06)
\ No newline at end of file
+ * Initial release
\ No newline at end of file
diff --git a/ipojo/arch/doc/changelog.txt b/ipojo/arch/doc/changelog.txt
index fad99da..696bc52 100644
--- a/ipojo/arch/doc/changelog.txt
+++ b/ipojo/arch/doc/changelog.txt
@@ -1,9 +1,14 @@
+Changes from 1.0.0 to 1.2.0
+---------------------------
+** Bug
+ * [FELIX-797] - Composite Architecture contains duplicate instances
+
Changes from 0.8.0 to 1.0.0
---------------------------
** Improvement
- * [FELIX-673] - Provide OBR description to iPOJO bundles (2008-08-07)
+ * [FELIX-673] - Provide OBR description to iPOJO bundles
Version 0.8.0
-------------
- * Initial release (2008-05-16)
\ No newline at end of file
+ * Initial release
\ No newline at end of file
diff --git a/ipojo/composite/doc/changelog.txt b/ipojo/composite/doc/changelog.txt
index 6dd301c..63ee888 100644
--- a/ipojo/composite/doc/changelog.txt
+++ b/ipojo/composite/doc/changelog.txt
@@ -1,16 +1,22 @@
+Changes from 1.0.0 to 1.2.0
+---------------------------
+** Bug
+ * [FELIX-797] - Composite Architecture contains duplicate instances
+ * [FELIX-817] - iPOJO Service Exported throw an error when stopping
+
Changes from 0.8.1 to 1.0.0
---------------------------
** Bug
- * [FELIX-622] - iPOJO Composite Service Instance can use factories twice to create service instance (2008-07-03)
- * [FELIX-628] - Architecture service should not publish the instance.name property (2008-07-08)
- * [FELIX-637] - Composite service implementation does not support long argument (2008-07-17)
+ * [FELIX-622] - iPOJO Composite Service Instance can use factories twice to create service instance
+ * [FELIX-628] - Architecture service should not publish the instance.name property
+ * [FELIX-637] - Composite service implementation does not support long argument
** Improvement
- * [FELIX-673] - Provide OBR description to iPOJO bundles (2008-08-07)
- * [FELIX-688] - Better error reporting when an instance creation failed (2008-08-20)
- * [FELIX-689] - Instance 'name' property should become 'instance.name' (2008-08-20)
- * [FELIX-716] - Provide XML schemas for iPOJO descriptors (2008-09-09)
+ * [FELIX-673] - Provide OBR description to iPOJO bundles
+ * [FELIX-688] - Better error reporting when an instance creation failed
+ * [FELIX-689] - Instance 'name' property should become 'instance.name'
+ * [FELIX-716] - Provide XML schemas for iPOJO descriptors
Version 0.8.1
-------------
- * Initial release (2008-06-06)
+ * Initial release
diff --git a/ipojo/core/doc/changelog.txt b/ipojo/core/doc/changelog.txt
index 3f69a84..832649a 100644
--- a/ipojo/core/doc/changelog.txt
+++ b/ipojo/core/doc/changelog.txt
@@ -1,31 +1,49 @@
+Changes from 1.0.0 to 1.2.0
+---------------------------
+** Bug
+ * [FELIX-797] - Composite Architecture contains duplicate instances
+ * [FELIX-803] - iPOJO Core schema needs to be fixed
+ * [FELIX-805] - Instance not created if the factory becomes valid later
+ * [FELIX-866] - iPOJO Provides 'interface' attribute should be 'specifications'
+
+** Improvement
+ * [FELIX-787] - iPOJO logger log messages inside the log service and print them
+ * [FELIX-796] - Allows enabling/disabling the internal event dispatcher
+ * [FELIX-801] - Support service properties injection in bind/unbind callbacks
+ * [FELIX-815] - Support optional properties
+ * [FELIX-816] - Support comparator attribute with any service binding policy
+ * [FELIX-818] - Implement the ServiceReference compareTo method
+ * [FELIX-853] - Provide new service object creation strategies
+ * New introspection API
+
Changes from 0.8.0 to 1.0.0
---------------------------
** Bug
- * [FELIX-557] - Factories still living when a primitive component does not have its manipulation metadata (2008-05-14)
- * [FELIX-632] - Component are set to immediate despite they are already immediate (2008-07-14)
- * [FELIX-635] - Simplify factory name computation (2008-07-14)
- * [FELIX-628] - Architecture service should not publish the instance.name property (2008-07-08)
- * [FELIX-621] - Instances not disposed when instances creation failed (2008-07-03)
+ * [FELIX-557] - Factories still living when a primitive component does not have its manipulation metadata
+ * [FELIX-632] - Component are set to immediate despite they are already immediate
+ * [FELIX-635] - Simplify factory name computation
+ * [FELIX-628] - Architecture service should not publish the instance.name property
+ * [FELIX-621] - Instances not disposed when instances creation failed
** Improvement
- * [FELIX-552] - ClassCastException when using services as dynamic proxies (2008-05-14)
- * [FELIX-555] - Error message in the iPOJO Extender could be more accurate when failing to get the bundle context (2008-05-13)
- * [FELIX-558] - Non caught NoClassDefFoundError when the instantiation of a Nullable object failed (2008-05-15)
- * [FELIX-603] - Improve iPOJO Arch service dependency description (2008-06-11)
- * [FELIX-626] - Allow specifying instance configuration containing empty dictionaries (2008-08-07)
- * [FELIX-629] - Allows instance configuration to declares complex properties (2008-07-10)
- * [FELIX-631] - Immediate Component Detection (2008-07-11)
- * [FELIX-633] - Factory creation should be done in another thread (2008-07-14)
- * [FELIX-634] - Improve error handling (2008-07-14)
- * [FELIX-655] - Add a 'from' attribute in the service dependencies (2008-08-01)
- * [FELIX-673] - Provide OBR description to iPOJO bundles (2008-08-07)
- * [FELIX-683] - Supporting lists and vectors in the service dependency management (2008-08-17)
- * [FELIX-686] - Supporting collections and set in the service dependency management (2008-08-18)
- * [FELIX-688] - Better error reporting when an instance creation failed (2008-08-20)
- * [FELIX-689] - Instance 'name' property should become 'instance.name' (2008-08-20)
- * [FELIX-716] - Provide XML schemas for iPOJO descriptors (2008-09-09)
- * [FELIX-732] - Duplicate instance created of a managed service (2008-09-24)
+ * [FELIX-552] - ClassCastException when using services as dynamic proxies
+ * [FELIX-555] - Error message in the iPOJO Extender could be more accurate when failing to get the bundle context
+ * [FELIX-558] - Non caught NoClassDefFoundError when the instantiation of a Nullable object failed
+ * [FELIX-603] - Improve iPOJO Arch service dependency description
+ * [FELIX-626] - Allow specifying instance configuration containing empty dictionaries
+ * [FELIX-629] - Allows instance configuration to declares complex properties
+ * [FELIX-631] - Immediate Component Detection
+ * [FELIX-633] - Factory creation should be done in another thread
+ * [FELIX-634] - Improve error handling
+ * [FELIX-655] - Add a 'from' attribute in the service dependencies
+ * [FELIX-673] - Provide OBR description to iPOJO bundles
+ * [FELIX-683] - Supporting lists and vectors in the service dependency management
+ * [FELIX-686] - Supporting collections and set in the service dependency management
+ * [FELIX-688] - Better error reporting when an instance creation failed
+ * [FELIX-689] - Instance 'name' property should become 'instance.name'
+ * [FELIX-716] - Provide XML schemas for iPOJO descriptors
+ * [FELIX-732] - Duplicate instance created of a managed service
Version 0.8.0
-------------
- * Initial release (2008-05-16)
\ No newline at end of file
+ * Initial release
\ No newline at end of file
diff --git a/ipojo/handler/eventadmin/doc/changelog.txt b/ipojo/handler/eventadmin/doc/changelog.txt
index 37bb424..1c47cd2 100644
--- a/ipojo/handler/eventadmin/doc/changelog.txt
+++ b/ipojo/handler/eventadmin/doc/changelog.txt
@@ -1,3 +1,12 @@
+Changes from 1.0.0 to 1.2.0
+---------------------------
+** Bug
+ * [FELIX-794] - Event Admin handler reject correctly formed topics
+
+** Improvement
+ * [FELIX-795] - Improve metadata and manipulator performance
+ * [FELIX-834] - Provide Annotations for the extender, whiteboard and event admin handlers
+
Version 1.0.0
-------------
- * Initial release (2008-10-13)
\ No newline at end of file
+ * Initial release
\ No newline at end of file
diff --git a/ipojo/handler/extender/doc/changelog.txt b/ipojo/handler/extender/doc/changelog.txt
index 1a2cab1..48d41a7 100644
--- a/ipojo/handler/extender/doc/changelog.txt
+++ b/ipojo/handler/extender/doc/changelog.txt
@@ -1,12 +1,17 @@
+Changes from 1.0.0 to 1.2.0
+---------------------------
+** Improvement
+ * [FELIX-834] - Provide Annotations for the extender, whiteboard and event admin handlers
+
Changes from 0.8.0 to 1.0.0
---------------------------
** Bug
- * [FELIX-613] - Extender pattern handler issue when bundles are leaving (2008-07-03)
+ * [FELIX-613] - Extender pattern handler issue when bundles are leaving
** Improvement
- * [FELIX-673] - Provide OBR description to iPOJO bundles (2008-08-07)
- * [FELIX-716] - Provide XML schemas for iPOJO descriptors (2008-09-09)
+ * [FELIX-673] - Provide OBR description to iPOJO bundles
+ * [FELIX-716] - Provide XML schemas for iPOJO descriptors
Version 0.8.0
-------------
- * Initial release (2008-05-16)
\ No newline at end of file
+ * Initial release
\ No newline at end of file
diff --git a/ipojo/handler/jmx/doc/changelog.txt b/ipojo/handler/jmx/doc/changelog.txt
index 37bb424..41751cd 100644
--- a/ipojo/handler/jmx/doc/changelog.txt
+++ b/ipojo/handler/jmx/doc/changelog.txt
@@ -1,3 +1,9 @@
+Changes from 1.0.0 to 1.2.0
+---------------------------
+** Bug
+ * [FELIX-828] - iPOJO JMX Handler: the name attribute has not the expected behavior
+ * [FELIX-829] - iPOJO JMX Handler: the sub-element should refer to the handler namespace
+
Version 1.0.0
-------------
- * Initial release (2008-10-13)
\ No newline at end of file
+ * Initial release
\ No newline at end of file
diff --git a/ipojo/handler/temporal/doc/changelog.txt b/ipojo/handler/temporal/doc/changelog.txt
index 69a39b0..503dc6b 100644
--- a/ipojo/handler/temporal/doc/changelog.txt
+++ b/ipojo/handler/temporal/doc/changelog.txt
@@ -1,11 +1,17 @@
+Changes from 1.0.0 to 1.2.0
+---------------------------
+** Improvement
+ * [FELIX-855] - Collection support in iPOJO Temporal Dependencies
+ * [FELIX-860] - Temporal Dependency Proxy injection
+
Changes from 0.8.1 to 1.0.0
---------------------------
** Improvement
- * [FELIX-625] - Temporal Dependency improvements (onTimeout policies) (2008-07-07)
- * [FELIX-673] - Provide OBR description to iPOJO bundles (2008-08-07
- * [FELIX-716] - Provide XML schemas for iPOJO descriptors (2008-09-09)
+ * [FELIX-625] - Temporal Dependency improvements (onTimeout policies)
+ * [FELIX-673] - Provide OBR description to iPOJO bundles
+ * [FELIX-716] - Provide XML schemas for iPOJO descriptors
Version 0.8.1
-------------
- * Initial release (2008-06-06)
\ No newline at end of file
+ * Initial release
\ No newline at end of file
diff --git a/ipojo/handler/whiteboard/doc/changelog.txt b/ipojo/handler/whiteboard/doc/changelog.txt
index a907996..bafed9a 100644
--- a/ipojo/handler/whiteboard/doc/changelog.txt
+++ b/ipojo/handler/whiteboard/doc/changelog.txt
@@ -1,10 +1,15 @@
+Changes from 1.0.0 to 1.2.0
+---------------------------
+** Improvement
+ * [FELIX-834] - Provide Annotations for the extender, whiteboard and event admin handlers
+
Changes from 0.8.0 to 1.0.0
---------------------------
** Improvement
- * [FELIX-673] - Provide OBR description to iPOJO bundles (2008-08-07)
- * [FELIX-716] - Provide XML schemas for iPOJO descriptors (2008-09-09)
+ * [FELIX-673] - Provide OBR description to iPOJO bundles
+ * [FELIX-716] - Provide XML schemas for iPOJO descriptors
Version 0.8.0
-------------
- * Initial release (2008-05-16)
\ No newline at end of file
+ * Initial release
\ No newline at end of file
diff --git a/ipojo/manipulator/doc/changelog.txt b/ipojo/manipulator/doc/changelog.txt
index cff9d99..866548b 100644
--- a/ipojo/manipulator/doc/changelog.txt
+++ b/ipojo/manipulator/doc/changelog.txt
@@ -1,18 +1,30 @@
+Changes from 1.0.0 to 1.2.0
+---------------------------
+** Bug
+ * [FELIX-788] - Failed to create object that extends super class with BundleContext argument
+
+** Improvement
+ * [FELIX-813] - Resolve XML-Schemas locally rather than from Internet
+ * [FELIX-830] - Simplify the "id/parent" resolution to compute the metadata hierarchy during annotation processing
+ * [FELIX-846] - Enhance the iPojo maven plugin to take metadata from pom.
+ * [FELIX-876] - Specification auto import is not supported for simple component types
+
+
Changes from 0.8.0 to 1.0.0
---------------------------
** Bug
- * [FELIX-649] - "Expecting to find object/array on stack" Error when asking for instance of an iPOJO component (2008-07-28)
- * [FELIX-697] - Generation of a duplicated field when using generics (2008-10-07)
- * [FELIX-739] - iPOJO and annotations support when manipulating (2008-10-06)
- * [FELIX-751] - Wrong access for setter methods (2008-10-03)
+ * [FELIX-649] - "Expecting to find object/array on stack" Error when asking for instance of an iPOJO component
+ * [FELIX-697] - Generation of a duplicated field when using generics
+ * [FELIX-739] - iPOJO and annotations support when manipulating
+ * [FELIX-751] - Wrong access for setter methods
** Improvement
- * [FELIX-655] - Add a 'from' attribute in the service dependencies (2008-08-01)
- * [FELIX-678] - Improve missing fields detection during the packaging process (2008-08-11)
- * [FELIX-687] - Support inner and nested classes (2008-08-20)
- * [FELIX-716] - Provide XML schemas for iPOJO descriptors (2008-09-08)
+ * [FELIX-655] - Add a 'from' attribute in the service dependencies
+ * [FELIX-678] - Improve missing fields detection during the packaging process
+ * [FELIX-687] - Support inner and nested classes
+ * [FELIX-716] - Provide XML schemas for iPOJO descriptors
Version 0.8.0
-------------
- * Initial release (2008-05-16)
\ No newline at end of file
+ * Initial release
\ No newline at end of file
diff --git a/ipojo/metadata/doc/changelog.txt b/ipojo/metadata/doc/changelog.txt
index 3b84c50..6be603d 100644
--- a/ipojo/metadata/doc/changelog.txt
+++ b/ipojo/metadata/doc/changelog.txt
@@ -1,8 +1,13 @@
+Changes from 1.0.0 to 1.2.0
+---------------------------
+** Improvement
+ * [FELIX-795] - Improve metadata and manipulator performance
+
Changes from 0.8.0 to 1.0.0
---------------------------
** Improvement
- * Update to latest version (2008-05-19)
+ * Update to latest version
Version 0.8.0
-------------
- * Initial release (2008-05-16)
\ No newline at end of file
+ * Initial release
\ No newline at end of file
diff --git a/ipojo/plugin/doc/changelog.txt b/ipojo/plugin/doc/changelog.txt
index 90f8294..fe45de4 100644
--- a/ipojo/plugin/doc/changelog.txt
+++ b/ipojo/plugin/doc/changelog.txt
@@ -1,8 +1,14 @@
+Changes from 1.0.0 to 1.2.0
+---------------------------
+** Improvement
+ * [FELIX-813] - Resolve XML-Schemas locally rather than from Internet
+ * [FELIX-846] - Enhance the iPojo maven plugin to take metadata from pom.
+
Changes from 0.8.0 to 1.0.0
---------------------------
** Improvement
- * Embed the latest manipulator (2008-05-26)
+ * Embed the latest manipulator
Version 0.8.0
-------------
- * Initial release (2008-05-16)
+ * Initial release