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 2015/08/25 11:03:01 UTC

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

Author: pauls
Date: Tue Aug 25 09:03:01 2015
New Revision: 1697612

URL: http://svn.apache.org/r1697612
Log:
Update changelog 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=1697612&r1=1697611&r2=1697612&view=diff
==============================================================================
--- felix/trunk/framework/doc/changelog.txt (original)
+++ felix/trunk/framework/doc/changelog.txt Tue Aug 25 09:03:01 2015
@@ -1,3 +1,17 @@
+Changes from 5.0.1 to 5.2.0
+---------------------------
+** Bug
+    * [FELIX-4456] - openConnection().getContentLengthLong() always returns -1 for bundle URLs on Java7
+    * [FELIX-4468] - EventObject is created with null pointer : "null source"
+    * [FELIX-4960] - NPE in BundleRevisionImpl.getResourcesLocal()
+    * [FELIX-4977] - Concurrency issue with factory services
+
+** Improvement
+    * [FELIX-4938] - Throw an exception when service use count overflow
+
+** New Feature
+    * [FELIX-4942] - Optimise the resolver
+
 Changes from 5.0.0 to 5.0.1
 ---------------------------
 ** Bug