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 2010/12/26 22:09:18 UTC

svn commit: r1052945 - in /felix/trunk/main.distribution/doc: changelog.txt changelog_framework.txt changelog_main.txt

Author: pauls
Date: Sun Dec 26 21:09:17 2010
New Revision: 1052945

URL: http://svn.apache.org/viewvc?rev=1052945&view=rev
Log:
Update changelog.

Modified:
    felix/trunk/main.distribution/doc/changelog.txt
    felix/trunk/main.distribution/doc/changelog_framework.txt
    felix/trunk/main.distribution/doc/changelog_main.txt

Modified: felix/trunk/main.distribution/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog.txt?rev=1052945&r1=1052944&r2=1052945&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog.txt (original)
+++ felix/trunk/main.distribution/doc/changelog.txt Sun Dec 26 21:09:17 2010
@@ -1,3 +1,12 @@
+Changes from 3.0.6 to 3.0.7
+---------------------------
+
+** Improvement
+    * Update to framework and main 3.0.7
+
+** Bug
+    * [FELIX-2695] - [Distro] Invalid settings in config.properties 
+
 Changes from 3.0.5 to 3.0.6
 ---------------------------
 

Modified: felix/trunk/main.distribution/doc/changelog_framework.txt
URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog_framework.txt?rev=1052945&r1=1052944&r2=1052945&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog_framework.txt (original)
+++ felix/trunk/main.distribution/doc/changelog_framework.txt Sun Dec 26 21:09:17 2010
@@ -1,3 +1,22 @@
+Changes from 3.0.6 to 3.0.7
+---------------------------
+
+** Bug
+    * [FELIX-2456] - Framework no longer fires UNRESOLVED event when a bundle is explicitly refreshed
+    * [FELIX-2693] - [Framework] Service registry should throw a ServiceException for factories resulting in a cycle
+    * [FELIX-2700] - Framework uses java.nio package which is not supported by CDC VM
+    * [FELIX-2710] - [Framework] For exploded bundles Bundle.getEntry("a/b.jar/")==Bundle.getEntry("a/b.jar")
+    * [FELIX-2717] - [Framework] Resolver treats multiple exports of same package as conflicting for fragment imports
+    * [FELIX-2725] - [Framework] Resolver is not correctly calculating exported packages for already resolved modules
+    * [FELIX-2728] - JarRevision does not close URLConnections which are instances of HttpURLConnection
+    * [FELIX-2736] - [Framework] Resolver is not correctly verifying package space consistency for dynamic imports
+    * [FELIX-2738] - [Framework] DirectoryContent does not handle security correctly
+
+** Improvement
+    * [FELIX-2703] - [Framework] Include OSGi/Minimum EEs in default properties
+    * [FELIX-2721] - [Framework] Implement custom manifest parser and avoid JarFile
+    * [FELIX-2737] - [Framework] Optimize resolver algorithm by not re-calculating uses constraints for resolved modules
+
 Changes from 3.0.5 to 3.0.6
 ---------------------------
 

Modified: felix/trunk/main.distribution/doc/changelog_main.txt
URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog_main.txt?rev=1052945&r1=1052944&r2=1052945&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog_main.txt (original)
+++ felix/trunk/main.distribution/doc/changelog_main.txt Sun Dec 26 21:09:17 2010
@@ -1,3 +1,9 @@
+Changes from 3.0.6 to 3.0.7
+---------------------------
+
+** Improvement
+    * Update to latest framework version 3.0.7
+
 Changes from 3.0.5 to 3.0.6
 ---------------------------