Update release notes for the 1.12.0 (release preparation)
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1593913 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/manipulator/annotations/changelog.txt b/ipojo/manipulator/annotations/changelog.txt
index 54fed7b..984d6a6 100644
--- a/ipojo/manipulator/annotations/changelog.txt
+++ b/ipojo/manipulator/annotations/changelog.txt
@@ -1,3 +1,16 @@
+Changes from the 1.11.2 to 1.12.0
+---------------------------------
+
+** Improvement
+ * [FELIX-4482] - Use scope=provided for OSGi APIs dependencies
+
+** New Feature
+ * [FELIX-4476] - Java 8 Support
+
+** Sub-task
+ * [FELIX-4508] - Update to ASM 5.0.2
+ * [FELIX-4509] - Change the frame computation strategy
+
Changes from the 1.11.1 to 1.11.2
---------------------------------
diff --git a/ipojo/manipulator/bnd-ipojo-plugin/changelog.txt b/ipojo/manipulator/bnd-ipojo-plugin/changelog.txt
index 6805791..71d0b45 100644
--- a/ipojo/manipulator/bnd-ipojo-plugin/changelog.txt
+++ b/ipojo/manipulator/bnd-ipojo-plugin/changelog.txt
@@ -1,3 +1,16 @@
+Changes from the 1.11.2 to 1.12.0
+---------------------------------
+
+** Improvement
+ * [FELIX-4482] - Use scope=provided for OSGi APIs dependencies
+
+** New Feature
+ * [FELIX-4476] - Java 8 Support
+
+** Sub-task
+ * [FELIX-4508] - Update to ASM 5.0.2
+ * [FELIX-4509] - Change the frame computation strategy
+
Changes from the 1.11.1 to 1.11.2
---------------------------------
diff --git a/ipojo/manipulator/changelog.txt b/ipojo/manipulator/changelog.txt
index 0932207..4237b92 100644
--- a/ipojo/manipulator/changelog.txt
+++ b/ipojo/manipulator/changelog.txt
@@ -1,3 +1,16 @@
+Changes from the 1.11.2 to 1.12.0
+---------------------------------
+
+** Improvement
+ * [FELIX-4482] - Use scope=provided for OSGi APIs dependencies
+
+** New Feature
+ * [FELIX-4476] - Java 8 Support
+
+** Sub-task
+ * [FELIX-4508] - Update to ASM 5.0.2
+ * [FELIX-4509] - Change the frame computation strategy
+
Changes from the 1.11.1 to 1.11.2
---------------------------------
diff --git a/ipojo/manipulator/ipojo-ant-task/changelog.txt b/ipojo/manipulator/ipojo-ant-task/changelog.txt
index 13ad533..726b827 100644
--- a/ipojo/manipulator/ipojo-ant-task/changelog.txt
+++ b/ipojo/manipulator/ipojo-ant-task/changelog.txt
@@ -1,3 +1,16 @@
+Changes from the 1.11.2 to 1.12.0
+---------------------------------
+
+** Improvement
+ * [FELIX-4482] - Use scope=provided for OSGi APIs dependencies
+
+** New Feature
+ * [FELIX-4476] - Java 8 Support
+
+** Sub-task
+ * [FELIX-4508] - Update to ASM 5.0.2
+ * [FELIX-4509] - Change the frame computation strategy
+
Changes from the 1.11.1 to 1.11.2
---------------------------------
diff --git a/ipojo/manipulator/manipulator/changelog.txt b/ipojo/manipulator/manipulator/changelog.txt
index a0df3a1..1c09359 100644
--- a/ipojo/manipulator/manipulator/changelog.txt
+++ b/ipojo/manipulator/manipulator/changelog.txt
@@ -1,3 +1,16 @@
+Changes from the 1.11.2 to 1.12.0
+---------------------------------
+
+** Improvement
+ * [FELIX-4482] - Use scope=provided for OSGi APIs dependencies
+
+** New Feature
+ * [FELIX-4476] - Java 8 Support
+
+** Sub-task
+ * [FELIX-4508] - Update to ASM 5.0.2
+ * [FELIX-4509] - Change the frame computation strategy
+
Changes from the 1.11.1 to 1.11.2
---------------------------------
diff --git a/ipojo/manipulator/maven-ipojo-plugin/changelog.txt b/ipojo/manipulator/maven-ipojo-plugin/changelog.txt
index d7052e8..9a724f8 100644
--- a/ipojo/manipulator/maven-ipojo-plugin/changelog.txt
+++ b/ipojo/manipulator/maven-ipojo-plugin/changelog.txt
@@ -1,3 +1,16 @@
+Changes from the 1.11.2 to 1.12.0
+---------------------------------
+
+** Improvement
+ * [FELIX-4482] - Use scope=provided for OSGi APIs dependencies
+
+** New Feature
+ * [FELIX-4476] - Java 8 Support
+
+** Sub-task
+ * [FELIX-4508] - Update to ASM 5.0.2
+ * [FELIX-4509] - Change the frame computation strategy
+
Changes from the 1.11.1 to 1.11.2
---------------------------------
diff --git a/ipojo/manipulator/online-manipulator/changelog.txt b/ipojo/manipulator/online-manipulator/changelog.txt
index 8954676..5b53cf1 100644
--- a/ipojo/manipulator/online-manipulator/changelog.txt
+++ b/ipojo/manipulator/online-manipulator/changelog.txt
@@ -1,3 +1,16 @@
+Changes from the 1.11.2 to 1.12.0
+---------------------------------
+
+** Improvement
+ * [FELIX-4482] - Use scope=provided for OSGi APIs dependencies
+
+** New Feature
+ * [FELIX-4476] - Java 8 Support
+
+** Sub-task
+ * [FELIX-4508] - Update to ASM 5.0.2
+ * [FELIX-4509] - Change the frame computation strategy
+
Changes from the 1.11.1 to 1.11.2
---------------------------------
diff --git a/ipojo/runtime/api/changelog.txt b/ipojo/runtime/api/changelog.txt
index d069e8f..4af9123 100644
--- a/ipojo/runtime/api/changelog.txt
+++ b/ipojo/runtime/api/changelog.txt
@@ -1,3 +1,22 @@
+Changes from 1.11.2 to 1.12.0
+-----------------------------
+
+** Bug
+ * [FELIX-4464] - Wrong configuration admin package import / export clause
+ * [FELIX-4488] - Attempt to create nullable object for non-interface service
+
+** Improvement
+ * [FELIX-4482] - Use scope=provided for OSGi APIs dependencies
+ * [FELIX-4490] - IPOJO allows "instance.name" property to be an empty String
+
+** New Feature
+ * [FELIX-4476] - Java 8 Support
+
+** Sub-task
+ * [FELIX-4508] - Update to ASM 5.0.2
+ * [FELIX-4509] - Change the frame computation strategy
+ * [FELIX-4510] - Support lambda expression
+
Changes from 1.11.1 to 1.11.2
-----------------------------
diff --git a/ipojo/runtime/changelog.txt b/ipojo/runtime/changelog.txt
index 8993d38..c403dbb 100644
--- a/ipojo/runtime/changelog.txt
+++ b/ipojo/runtime/changelog.txt
@@ -1,3 +1,22 @@
+Changes from 1.11.2 to 1.12.0
+-----------------------------
+
+** Bug
+ * [FELIX-4464] - Wrong configuration admin package import / export clause
+ * [FELIX-4488] - Attempt to create nullable object for non-interface service
+
+** Improvement
+ * [FELIX-4482] - Use scope=provided for OSGi APIs dependencies
+ * [FELIX-4490] - IPOJO allows "instance.name" property to be an empty String
+
+** New Feature
+ * [FELIX-4476] - Java 8 Support
+
+** Sub-task
+ * [FELIX-4508] - Update to ASM 5.0.2
+ * [FELIX-4509] - Change the frame computation strategy
+ * [FELIX-4510] - Support lambda expression
+
Changes from 1.11.1 to 1.11.2
-----------------------------
diff --git a/ipojo/runtime/composite/changelog.txt b/ipojo/runtime/composite/changelog.txt
index db5f286..a63b2df 100644
--- a/ipojo/runtime/composite/changelog.txt
+++ b/ipojo/runtime/composite/changelog.txt
@@ -1,3 +1,22 @@
+Changes from 1.11.2 to 1.12.0
+-----------------------------
+
+** Bug
+ * [FELIX-4464] - Wrong configuration admin package import / export clause
+ * [FELIX-4488] - Attempt to create nullable object for non-interface service
+
+** Improvement
+ * [FELIX-4482] - Use scope=provided for OSGi APIs dependencies
+ * [FELIX-4490] - IPOJO allows "instance.name" property to be an empty String
+
+** New Feature
+ * [FELIX-4476] - Java 8 Support
+
+** Sub-task
+ * [FELIX-4508] - Update to ASM 5.0.2
+ * [FELIX-4509] - Change the frame computation strategy
+ * [FELIX-4510] - Support lambda expression
+
Changes from 1.11.1 to 1.11.2
-----------------------------
diff --git a/ipojo/runtime/core/changelog.txt b/ipojo/runtime/core/changelog.txt
index 3e2c223..6e10010 100644
--- a/ipojo/runtime/core/changelog.txt
+++ b/ipojo/runtime/core/changelog.txt
@@ -1,3 +1,22 @@
+Changes from 1.11.2 to 1.12.0
+-----------------------------
+
+** Bug
+ * [FELIX-4464] - Wrong configuration admin package import / export clause
+ * [FELIX-4488] - Attempt to create nullable object for non-interface service
+
+** Improvement
+ * [FELIX-4482] - Use scope=provided for OSGi APIs dependencies
+ * [FELIX-4490] - IPOJO allows "instance.name" property to be an empty String
+
+** New Feature
+ * [FELIX-4476] - Java 8 Support
+
+** Sub-task
+ * [FELIX-4508] - Update to ASM 5.0.2
+ * [FELIX-4509] - Change the frame computation strategy
+ * [FELIX-4510] - Support lambda expression
+
Changes from 1.11.1 to 1.11.2
-----------------------------
diff --git a/ipojo/runtime/ipojo-gogo-commands/changelog.txt b/ipojo/runtime/ipojo-gogo-commands/changelog.txt
index 47d215a..6430646 100644
--- a/ipojo/runtime/ipojo-gogo-commands/changelog.txt
+++ b/ipojo/runtime/ipojo-gogo-commands/changelog.txt
@@ -1,3 +1,22 @@
+Changes from 1.11.2 to 1.12.0
+-----------------------------
+
+** Bug
+ * [FELIX-4464] - Wrong configuration admin package import / export clause
+ * [FELIX-4488] - Attempt to create nullable object for non-interface service
+
+** Improvement
+ * [FELIX-4482] - Use scope=provided for OSGi APIs dependencies
+ * [FELIX-4490] - IPOJO allows "instance.name" property to be an empty String
+
+** New Feature
+ * [FELIX-4476] - Java 8 Support
+
+** Sub-task
+ * [FELIX-4508] - Update to ASM 5.0.2
+ * [FELIX-4509] - Change the frame computation strategy
+ * [FELIX-4510] - Support lambda expression
+
Changes from 1.11.1 to 1.11.2
-----------------------------
diff --git a/ipojo/runtime/karaf-feature/changelog.txt b/ipojo/runtime/karaf-feature/changelog.txt
index 3e2c223..6e10010 100644
--- a/ipojo/runtime/karaf-feature/changelog.txt
+++ b/ipojo/runtime/karaf-feature/changelog.txt
@@ -1,3 +1,22 @@
+Changes from 1.11.2 to 1.12.0
+-----------------------------
+
+** Bug
+ * [FELIX-4464] - Wrong configuration admin package import / export clause
+ * [FELIX-4488] - Attempt to create nullable object for non-interface service
+
+** Improvement
+ * [FELIX-4482] - Use scope=provided for OSGi APIs dependencies
+ * [FELIX-4490] - IPOJO allows "instance.name" property to be an empty String
+
+** New Feature
+ * [FELIX-4476] - Java 8 Support
+
+** Sub-task
+ * [FELIX-4508] - Update to ASM 5.0.2
+ * [FELIX-4509] - Change the frame computation strategy
+ * [FELIX-4510] - Support lambda expression
+
Changes from 1.11.1 to 1.11.2
-----------------------------