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 2018/07/03 14:23:37 UTC

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

Author: pauls
Date: Tue Jul  3 14:23:37 2018
New Revision: 1834963

URL: http://svn.apache.org/viewvc?rev=1834963&view=rev
Log:
Update changelog 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=1834963&r1=1834962&r2=1834963&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog.txt (original)
+++ felix/trunk/main.distribution/doc/changelog.txt Tue Jul  3 14:23:37 2018
@@ -1,3 +1,14 @@
+Changes from 5.6.10 to 6.0.0
+----------------------------
+
+** Improvement
+   * Update to latest framework and main version 6.0.0
+   * Update to latest gogo runtime 1.1.0
+   * Update to latest gogo.jline 1.1.0
+   * Update to latest gogo.shell 1.1.0
+   * Update to latest jline 3.7.0
+   * Update to latest jansi 1.17.1
+
 Changes from 5.6.8 to 5.6.10
 ----------------------------
 

Modified: felix/trunk/main.distribution/doc/changelog_framework.txt
URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog_framework.txt?rev=1834963&r1=1834962&r2=1834963&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog_framework.txt (original)
+++ felix/trunk/main.distribution/doc/changelog_framework.txt Tue Jul  3 14:23:37 2018
@@ -1,3 +1,41 @@
+Changes from 5.6.10 to 6.0.0
+----------------------------
+
+** New Feature
+    * [FELIX-5791] - Support OSGi R7 framework features
+
+** Sub-task
+    * [FELIX-5792] - Implement java.* import and exports
+    * [FELIX-5796] - Implement multi-release jar support
+    * [FELIX-5797] - Implement extension bundle imports
+    * [FELIX-5798] - Implement FrameworkWiringDTO
+    * [FELIX-5811] - Prevent bundles from providing ee capabilities
+
+** Bug
+    * [FELIX-5799] - Fix bugs in Service Factory unregister callback handling
+    * [FELIX-5807] - Do not hide the cause when a problem occurs in URLHandlersStreamHandlerProxy
+    * [FELIX-5810] - URLHandlers ContentHandler fails to load sun.net.www.content on Java 9
+    * [FELIX-5870] - Handle relative path elements in bundle classpath
+    * [FELIX-5874] - URLHandlersContentHandlerProxy.getBuiltIn always returns null
+    * [FELIX-5875] - org.osgi.framework.os.name et.al. are not obeyed
+
+** Improvement
+    * [FELIX-5800] - Improve calculation of available system bundle exports
+    * [FELIX-5803] - Auto refresh uninstalled bundle graph if possible
+    * [FELIX-5804] - Improve framework lookup for bundle protocol urls
+    * [FELIX-5808] - Clean-up bundlecache manifest parsing and entry reading
+    * [FELIX-5809] - Capture context for bundle: protocol urls if possible
+    * [FELIX-5816] - Switch to java.util.Random for startup performance
+    * [FELIX-5818] - Only resolve fragments that are required on dynamic import
+    * [FELIX-5823] - Remove support for old multi-file bundle cache format.
+    * [FELIX-5824] - Use VersionRange from OSGi and remove our own impl.
+    * [FELIX-5825] - Use ReentrantLock inside WeakZipFileFactory/WeakZipFile and use less synchronized.
+    * [FELIX-5826] - Remove FelixBundleContext interface
+    * [FELIX-5827] - Use less synchronized in the BundleWiring and BundleClassloader
+    * [FELIX-5828] - Remove android support.
+    * [FELIX-5829] - Delete ImmutableMap/List
+    * [FELIX-5877] - Add missing org.w3c.dom exports for java < 9
+
 Changes from 5.6.8 to 5.6.10
 ----------------------------
 

Modified: felix/trunk/main.distribution/doc/changelog_main.txt
URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog_main.txt?rev=1834963&r1=1834962&r2=1834963&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog_main.txt (original)
+++ felix/trunk/main.distribution/doc/changelog_main.txt Tue Jul  3 14:23:37 2018
@@ -1,3 +1,14 @@
+Changes from 5.6.10 to 6.0.0
+----------------------------
+
+** Improvement
+    * Update to latest framework version 6.0.0
+    * Update to latest gogo runtime 1.1.0
+    * Update to latest gogo.jline 1.1.0
+    * Update to latest gogo.shell 1.1.0
+    * Update to latest jline 3.7.0
+    * Update to latest jansi 1.17.1
+
 Changes from 5.6.8 to 5.6.10
 ----------------------------
 

Modified: felix/trunk/main.distribution/doc/changelog_resolver.txt
URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog_resolver.txt?rev=1834963&r1=1834962&r2=1834963&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog_resolver.txt (original)
+++ felix/trunk/main.distribution/doc/changelog_resolver.txt Tue Jul  3 14:23:37 2018
@@ -1,3 +1,15 @@
+2.0.0
+-----
+
+** New Feature
+    * [FELIX-5482] - Contribute Resolver 1.1 implementation for OSGi R7
+
+1.16.0
+------
+
+** Improvement
+    * [FELIX-5782] - allow resolver errors to be introspected
+
 1.14.0
 ------