You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2011/03/28 21:42:04 UTC

svn commit: r1086357 - /felix/trunk/framework/doc/changelog.txt

Author: pauls
Date: Mon Mar 28 19:42:04 2011
New Revision: 1086357

URL: http://svn.apache.org/viewvc?rev=1086357&view=rev
Log:
Prepare for release.

Modified:
    felix/trunk/framework/doc/changelog.txt

Modified: felix/trunk/framework/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/framework/doc/changelog.txt?rev=1086357&r1=1086356&r2=1086357&view=diff
==============================================================================
--- felix/trunk/framework/doc/changelog.txt (original)
+++ felix/trunk/framework/doc/changelog.txt Mon Mar 28 19:42:04 2011
@@ -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
 ---------------------------