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 2016/09/22 11:12:22 UTC

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

Author: pauls
Date: Thu Sep 22 11:12:22 2016
New Revision: 1761902

URL: http://svn.apache.org/viewvc?rev=1761902&view=rev
Log:
Update changelogs for release

Modified:
    felix/trunk/main.distribution/doc/changelog.txt
    felix/trunk/main.distribution/doc/changelog_bundlerepository.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=1761902&r1=1761901&r2=1761902&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog.txt (original)
+++ felix/trunk/main.distribution/doc/changelog.txt Thu Sep 22 11:12:22 2016
@@ -1,3 +1,10 @@
+Changes from 5.4.0 to 5.6.0
+---------------------------
+
+** Improvement
+    * Update to framework and main 5.6.0
+    * Update to latest obr version 2.0.8
+
 Changes from 5.2.0 to 5.4.0
 ---------------------------
 

Modified: felix/trunk/main.distribution/doc/changelog_bundlerepository.txt
URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog_bundlerepository.txt?rev=1761902&r1=1761901&r2=1761902&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog_bundlerepository.txt (original)
+++ felix/trunk/main.distribution/doc/changelog_bundlerepository.txt Thu Sep 22 11:12:22 2016
@@ -1,4 +1,23 @@
-Changes from 1.6.6 to 2.0.0
+
+Changes from 2.0.4 to 2.0.6
+---------------------------
+
+** Improvement
+    * [FELIX-4764] - Add support to GZIP based compact index files
+
+Changes from 2.0.2 to 2.0.4
+---------------------------
+
+** Bug
+    * [FELIX-3097] - LocalRepository is not updated when bundles are
+    * [FELIX-4571] - NullPointerException when using Repository impl with Aries subsystem impl
+    * [FELIX-4616] - BundleRepository ResourceComparator violates comparison contract
+    * [FELIX-4640] - missing (&(osgi.ee=JavaSE)(version=1.8)) when embedding in org.apache.felix.framework
+
+** Improvement
+    * [FELIX-4812] - BundleRepository can be quite CPU intensive when starting a lot of bundles
+
+Changes from 1.6.6 to 2.0.2
 ---------------------------
 
 ** New Feature

Modified: felix/trunk/main.distribution/doc/changelog_framework.txt
URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog_framework.txt?rev=1761902&r1=1761901&r2=1761902&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog_framework.txt (original)
+++ felix/trunk/main.distribution/doc/changelog_framework.txt Thu Sep 22 11:12:22 2016
@@ -1,3 +1,17 @@
+Changes from 5.4.0 to 5.6.0
+---------------------------
+
+** Improvement
+    * Update to latest resolver 1.10.0
+
+** Bug
+    * [FELIX-4871] - The felix framework logger can't be used with reflection anymore
+    * [FELIX-5204] - IllegalStateException when using custom URL handlers for bundles
+
+** Test
+    * [FELIX-5084] - Add a mock based test for BundleTracker
+    * [FELIX-5085] - Add a mock based test for ServiceTracker
+
 Changes from 5.2.0 to 5.4.0
 ---------------------------
 

Modified: felix/trunk/main.distribution/doc/changelog_main.txt
URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog_main.txt?rev=1761902&r1=1761901&r2=1761902&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog_main.txt (original)
+++ felix/trunk/main.distribution/doc/changelog_main.txt Thu Sep 22 11:12:22 2016
@@ -1,3 +1,9 @@
+Changes from 5.4.0 to 5.6.0
+---------------------------
+
+** Improvement
+    * Update to latest framework version 5.6.0
+
 Changes from 5.2.0 to 5.4.0
 ---------------------------
 

Modified: felix/trunk/main.distribution/doc/changelog_resolver.txt
URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog_resolver.txt?rev=1761902&r1=1761901&r2=1761902&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog_resolver.txt (original)
+++ felix/trunk/main.distribution/doc/changelog_resolver.txt Thu Sep 22 11:12:22 2016
@@ -1,3 +1,10 @@
+1.10.0
+------
+
+** Bug
+    * [FELIX-5131] - UnsupportedOperationException when embedding felix in WebSphere
+    * [FELIX-5166] - WrappedResource does not handle namespace correctly
+
 1.8.0
 -----