Updates doc folders with new changelog files and update embedded documentation
Adds the ASM licence in the manipulator project
The maven-ipojo-plugin's architype targets the latest released version.
Adds a visibility test in the composite test suite.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@703957 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/composite/doc/changelog.txt b/ipojo/composite/doc/changelog.txt
index d3bf9bc..6dd301c 100644
--- a/ipojo/composite/doc/changelog.txt
+++ b/ipojo/composite/doc/changelog.txt
@@ -1,3 +1,16 @@
+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)

+    

+** 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)

+

 Version 0.8.1

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

-* [2008-06-06] Initial release
\ No newline at end of file
+    * Initial release (2008-06-06)