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:19:53 UTC

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

Author: pauls
Date: Tue Aug 25 09:19:52 2015
New Revision: 1697624

URL: http://svn.apache.org/r1697624
Log:
Update changelogs for release

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

Modified: felix/trunk/main.distribution/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog.txt?rev=1697624&r1=1697623&r2=1697624&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog.txt (original)
+++ felix/trunk/main.distribution/doc/changelog.txt Tue Aug 25 09:19:52 2015
@@ -1,5 +1,12 @@
+Changes from 5.0.1 to 5.2.0
+---------------------------
+
+** Improvement
+    * Update to framework and main 5.2.0
+
 Changes from 5.0.0 to 5.0.1
 ---------------------------
+
 ** Improvement
     * Update to framework and main 5.0.1
 

Modified: felix/trunk/main.distribution/doc/changelog_framework.txt
URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog_framework.txt?rev=1697624&r1=1697623&r2=1697624&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog_framework.txt (original)
+++ felix/trunk/main.distribution/doc/changelog_framework.txt Tue Aug 25 09:19:52 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
@@ -5,6 +19,7 @@ Changes from 5.0.0 to 5.0.1
     * [FELIX-4905] - Framework does not export org.osgi.service.resolver
     * [FELIX-4914] - Resolution problem with identity requirements on fragments
     * [FELIX-4927] - Felix reports itself as an OSGi R4/R5 Framework
+    * [FELIX-4928] - Singleton getService() sometimes incorrectly returns null
 
 ** Improvement
     * [FELIX-4866] - Improve service registry

Modified: felix/trunk/main.distribution/doc/changelog_main.txt
URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog_main.txt?rev=1697624&r1=1697623&r2=1697624&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog_main.txt (original)
+++ felix/trunk/main.distribution/doc/changelog_main.txt Tue Aug 25 09:19:52 2015
@@ -1,5 +1,12 @@
+Changes from 5.0.1 to 5.2.0
+---------------------------
+
+** Improvement
+    * Update to latest framework version 5.2.0
+
 Changes from 5.0.0 to 5.0.1
 ---------------------------
+
 ** Improvement
     * Update to latest framework version 5.0.1
 

Modified: felix/trunk/main.distribution/doc/changelog_resolver.txt
URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog_resolver.txt?rev=1697624&r1=1697623&r2=1697624&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog_resolver.txt (original)
+++ felix/trunk/main.distribution/doc/changelog_resolver.txt Tue Aug 25 09:19:52 2015
@@ -1,3 +1,16 @@
+1.6.0
+-----
+
+** Bug
+    * [FELIX-4987] - Dynamic package resolution with unresolvable or fragment package exports can lead to invalid wirings
+    * [FELIX-4988] - ResolverImpl uses an internal ExecutorService
+    * [FELIX-4989] - CopyOnWriteList.removeAll(Collection<?>) is incorrect causing failures for multiple cardinality resolution
+    * [FELIX-5011] - Resolver creates and shutdown ExecuterService within the wrong AccessControlContext
+
+** New Feature
+    * [FELIX-4926] - Investigate rewriting the resolver algorithm to use loops instead of recursion 
+    * [FELIX-4942] - Optimise the resolver
+
 1.4.0
 -----