prepare for the next release
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1665429 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole-plugins/upnp/changelog.txt b/webconsole-plugins/upnp/changelog.txt
index 071a0f1..9beb258 100755
--- a/webconsole-plugins/upnp/changelog.txt
+++ b/webconsole-plugins/upnp/changelog.txt
@@ -1,3 +1,8 @@
+Changes from 1.0.4 to 1.0.6
+---------------------------
+** Bug
+ * [FELIX-4747] - Executing actions with parameters on UPnP devices does not work
+
Changes from 1.0.2 to 1.0.4
---------------------------
diff --git a/webconsole-plugins/useradmin/changelog.txt b/webconsole-plugins/useradmin/changelog.txt
index 47ed409..b0ed8ad 100644
--- a/webconsole-plugins/useradmin/changelog.txt
+++ b/webconsole-plugins/useradmin/changelog.txt
@@ -1,9 +1,11 @@
-Initial Release 1.0.0
----------------------
-
+Changes from 1.0.0 to 1.0.2
+---------------------------
** Bug
* [FELIX-3633] - User Admin Plugin - no German translation
- * [FELIX-3634] - User Admin Plugin - no Russian translation
+ * [FELIX-4763] - Reload button on user admin plugin doesn't work correctly.
+
+Initial Release 1.0.0
+---------------------
** Improvement
* [FELIX-2254] - User Admin Plugin
diff --git a/webconsole/changelog.txt b/webconsole/changelog.txt
index 5ef9b26..197eef1 100644
--- a/webconsole/changelog.txt
+++ b/webconsole/changelog.txt
@@ -1,3 +1,27 @@
+Changes from 4.2.6 to 4.2.8
+---------------------------
+** Bug
+ * [FELIX-3695] - When bundle filter doesn't match, the tool bars are duplicated
+ * [FELIX-4800] - Bundle search in /system/console/bundles produces 405
+** Improvement
+ * [FELIX-3006] - Please create a logout button for the web console screen
+
+Changes from 4.2.4 to 4.2.6
+---------------------------
+** Bug
+ * [FELIX-4203] - ConfigAdmin plugin does not return json
+ * [FELIX-4734] - Web Console RESTful API should wait for asynchonous operations until they complete
+ * [FELIX-4735] - Cannot create a new factory configuration from Web Admin Console
+** Improvement
+ * [FELIX-3849] - Support setting configuration binding
+ * [FELIX-4007] - enable multiline inputs in Web Console Configuration
+ * [FELIX-4704] - Show ranking in web console services plugin
+ * [FELIX-4710] - Web Console: Display templated name hint for factory configuration entries
+ * [FELIX-4737] - Provide an option to use system bundle context to get bundles/services (Support for subsystems)
+ * [FELIX-4746] - Escape outputting filter parameter in service servlet
+** Task
+ * [FELIX-4738] - Deprecate WebConsoleUtil#keyVal
+
Changes from 4.2.0 to 4.2.4
---------------------------
** Bug