Prepare for release.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1086373 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/main.distribution/doc/changelog.txt b/main.distribution/doc/changelog.txt
index 2111945..6bb1255 100644
--- a/main.distribution/doc/changelog.txt
+++ b/main.distribution/doc/changelog.txt
@@ -1,3 +1,9 @@
+Changes from 3.0.9 to 3.2.0
+---------------------------
+
+** Improvement
+ * Update to framework and main 3.2.0
+
Changes from 3.0.8 to 3.0.9
---------------------------
diff --git a/main.distribution/doc/changelog_framework.txt b/main.distribution/doc/changelog_framework.txt
index 973d323..38c150b 100644
--- a/main.distribution/doc/changelog_framework.txt
+++ b/main.distribution/doc/changelog_framework.txt
@@ -1,3 +1,18 @@
+Changes from 3.0.9 to 3.2.0
+---------------------------
+
+* Bug
+ * [FELIX-1816] - deadlock on SystemBundle.stop()
+ * [FELIX-2741] - NPE in ResolverImpl.calculatePackageSpaces
+ * [FELIX-2748] - Possible synchronization issue with BundleContext.getBundle()
+ * [FELIX-2877] - java6 update 24 breaks felix when used inside webstart
+
+
+** Improvement
+ * [FELIX-2858] - [Framework] Modify resolver to be self-contained with respect to fragment handling
+ * [FELIX-2859] - [Framework] Modify resolver to be self-contained with respect to singleton handling
+ * [FELIX-2864] - [Framework] Add package profile for JDK7 to default properties
+
Changes from 3.0.8 to 3.0.9
---------------------------
diff --git a/main.distribution/doc/changelog_main.txt b/main.distribution/doc/changelog_main.txt
index c75c6e8..1e0dc87 100644
--- a/main.distribution/doc/changelog_main.txt
+++ b/main.distribution/doc/changelog_main.txt
@@ -1,3 +1,9 @@
+Changes from 3.0.9 to 3.2.0
+---------------------------
+
+** Improvement
+ * Update to latest framework version 3.2.0
+
Changes from 3.0.8 to 3.0.9
---------------------------
diff --git a/main.distribution/pom.xml b/main.distribution/pom.xml
index 3b0f5e9..cf3d747 100644
--- a/main.distribution/pom.xml
+++ b/main.distribution/pom.xml
@@ -30,7 +30,7 @@
<version>3.1.0-SNAPSHOT</version>
<properties>
<dollar>$</dollar>
- <framework.version>3.1.0-SNAPSHOT</framework.version>
+ <framework.version>3.2.0</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>