Prepare for release

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1094765 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/main.distribution/doc/changelog.txt b/main.distribution/doc/changelog.txt
index 6bb1255..5f329d9 100644
--- a/main.distribution/doc/changelog.txt
+++ b/main.distribution/doc/changelog.txt
@@ -1,3 +1,9 @@
+Changes from 3.2.0 to 3.2.1
+---------------------------
+
+** Improvement
+    * Update to framework and main 3.2.1
+
 Changes from 3.0.9 to 3.2.0
 ---------------------------
 
diff --git a/main.distribution/doc/changelog_framework.txt b/main.distribution/doc/changelog_framework.txt
index 38c150b..3cc6d3f 100644
--- a/main.distribution/doc/changelog_framework.txt
+++ b/main.distribution/doc/changelog_framework.txt
@@ -1,3 +1,15 @@
+Changes from 3.2.0 to 3.2.1
+---------------------------
+
+* Bug
+    * [FELIX-2901] - [Framework] NPE from a host bundle during framework shutdown
+    * [FELIX-2917] - Constructor of SecurityExceptino() which is incompatible to 1.4 is used  
+
+
+** Improvement
+    * [FELIX-2909] - [Framework] Resolver could be more efficient if it detected if fragments were present
+
+
 Changes from 3.0.9 to 3.2.0
 ---------------------------
 
diff --git a/main.distribution/doc/changelog_main.txt b/main.distribution/doc/changelog_main.txt
index 1e0dc87..fed60ac 100644
--- a/main.distribution/doc/changelog_main.txt
+++ b/main.distribution/doc/changelog_main.txt
@@ -1,3 +1,10 @@
+Changes from 3.2.0 to 3.2.1
+---------------------------
+
+** Improvement
+    * Update to latest framework version 3.2.1
+
+
 Changes from 3.0.9 to 3.2.0
 ---------------------------
 
diff --git a/main.distribution/pom.xml b/main.distribution/pom.xml
index 82663d7..dae4dcd 100644
--- a/main.distribution/pom.xml
+++ b/main.distribution/pom.xml
@@ -30,7 +30,7 @@
   <version>3.3.0-SNAPSHOT</version>
   <properties>
     <dollar>$</dollar>
-    <framework.version>3.3.0-SNAPSHOT</framework.version>
+    <framework.version>3.2.1</framework.version>
     <gogo.runtime.version>0.8.0</gogo.runtime.version>
     <gogo.shell.version>0.8.0</gogo.shell.version>
     <gogo.command.version>0.8.0</gogo.command.version>