Update changelog

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1674816 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/main.distribution/doc/changelog_framework.txt b/main.distribution/doc/changelog_framework.txt
index aecfed3..019d112 100644
--- a/main.distribution/doc/changelog_framework.txt
+++ b/main.distribution/doc/changelog_framework.txt
@@ -1,3 +1,15 @@
+Changes from 4.6.1 to 5.0.0
+---------------------------
+** Bug
+    * [FELIX-4838] - Deadlock in Service Registry
+    * [FELIX-4850] - org.osgi.framework.version should be 1.8
+    * [FELIX-4854] - Unable to create consistent wiring when same package is exported in same version by multiple bundles
+
+** Improvement
+    * [FELIX-4821] - Use a faster implementation for StringMap
+    * [FELIX-4845] - Clean up Logger implementation
+    * [FELIX-4525] - Refactor the Framework to use the Resolver module
+
 Changes from 4.6.0 to 4.6.1
 ---------------------------
 ** Bug
diff --git a/main.distribution/doc/changelog_gogo.command.txt b/main.distribution/doc/changelog_gogo.command.txt
index 0f7c8dc..8cdf240 100644
--- a/main.distribution/doc/changelog_gogo.command.txt
+++ b/main.distribution/doc/changelog_gogo.command.txt
@@ -1,44 +1,45 @@
+Changes from 0.10.0 to 0.12.0
+-----------------------------
+
+* Fix a NPE with the obr:info command
+
+Changes from 0.10.0 to 0.12.0
+-----------------------------
+
+** Improvement
+    * [FELIX-3050] - [Gogo Command] Update "inspect" command to work with OSGi R4.3 generic capabilities/requirements
+    * [FELIX-3088] - [Gogo Command] The "resolve" command should print some message if not all bundles could be resolved
+    * [FELIX-3118] - obr:deploy should allow user to specify whether optional bundles are deployed or not
+
 Changes from 0.8.0 to 0.10.0
 ----------------------------
 
-** Improvement
-    * Added gosh_profile work around for issue with OSGi R4.3 API
-      ambiguity.
+** Bug
+    * [FELIX-2937] - [Gogo Command] OBR commands do not output anything
+      when nothing is found
+    * [FELIX-2938] - [Gogo Command] The "info" command throws an NPE if
+      the specified bundle identifier doesn't exist
+    * [FELIX-3001] - [gogo] help command throws ClassCastException if any
+      osgi.command.function service property is not String[]
 
 Changes from 0.6.1 to 0.8.0
 ---------------------------
 
 ** Bug
-    * [FELIX-2651] - [Gogo] MOTD formatting is broken under Windows
-
-** Improvement
-    * [FELIX-2661] - [Gogo] It should be easier to start Gogo shell
-      non-interactively
-
-** New Feature
-    * [FELIX-2767] - gogo telnet IP address
+    * [FELIX-2676] - bundlelevel gogo command will never work for modifying
+      bundle level
 
 Changes from 0.6.0 to 0.6.1
 ---------------------------
 
-** Bug
-    * [FELIX-2446] - [Gogo] The bundle context command is not used with a
-      scope in gosh_profile
-    * [FELIX-2477] - [gogo] shell procedural commands don't inherit closure
-      arguments
+* Import Gogo packages with mandatory attribute.
 
-** Improvement
-    * [FELIX-2445] - [Gogo] Default gosh_profile should be updated to use
-      system bundle to load java.lang.System
-    * [FELIX-2543] - [Gogo] Should avoid using System.getProperty() to get
-      configuration properties
-
-Gogo Shell 0.6.0
-----------------
+Gogo Command 0.6.0
+------------------
 
 ** Bug
-    * [FELIX-1473] - [gogo] The syntax does not provide a way to call methods
-      on a string
+    * [FELIX-1473] - [gogo] The syntax does not provide a way to call
+      methods on a string
     * [FELIX-1474] - [gogo] result of commands is implicitly written to pipe
     * [FELIX-1493] - [gogo] automatic expansion of $args in Closure stops
       direct access to $args list
diff --git a/main.distribution/doc/changelog_gogo.runtime.txt b/main.distribution/doc/changelog_gogo.runtime.txt
index ae6dd34..8518b00 100644
--- a/main.distribution/doc/changelog_gogo.runtime.txt
+++ b/main.distribution/doc/changelog_gogo.runtime.txt
@@ -1,3 +1,22 @@
+Changes 0.14.0 to 0.16.0
+------------------------
+
+** Bug
+    * [FELIX-4783] - ConcurrentModificationException when stopping
+
+** New Feature
+    * [FELIX-4671] - Provide an expression parser
+
+Changes 0.12.1 to 0.14.0
+------------------------
+
+** Bug
+    * [FELIX-4637] - Gogo can't cope without several commands with defined service.ranking 
+
+** New Feature
+    * [FELIX-4671] - Provide an expression parser
+
+
 Changes 0.12.0 to 0.12.1
 ------------------------
 
diff --git a/main.distribution/doc/changelog_gogo.shell.txt b/main.distribution/doc/changelog_gogo.shell.txt
index 9ee5b64..0f7c8dc 100644
--- a/main.distribution/doc/changelog_gogo.shell.txt
+++ b/main.distribution/doc/changelog_gogo.shell.txt
@@ -1,3 +1,10 @@
+Changes from 0.8.0 to 0.10.0
+----------------------------
+
+** Improvement
+    * Added gosh_profile work around for issue with OSGi R4.3 API
+      ambiguity.
+
 Changes from 0.6.1 to 0.8.0
 ---------------------------
 
diff --git a/main.distribution/doc/changelog_main.txt b/main.distribution/doc/changelog_main.txt
index 01f402b..3062260 100644
--- a/main.distribution/doc/changelog_main.txt
+++ b/main.distribution/doc/changelog_main.txt
@@ -1,3 +1,12 @@
+Changes form 4.6.1 to 5.0.0
+---------------------------
+
+** Improvement
+    * Update to latest framework version 5.0.0
+    * Update to latest obr 2.0.4
+    * Update to latest gogo runtime 0.16.2
+    * Update to latest gogo command 0.14.0
+
 Changes from 4.6.0 to 4.6.1
 ---------------------------