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 2014/03/20 22:50:06 UTC

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

Author: pauls
Date: Thu Mar 20 21:50:06 2014
New Revision: 1579774

URL: http://svn.apache.org/r1579774
Log:
Prepare 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/pom.xml

Modified: felix/trunk/main.distribution/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog.txt?rev=1579774&r1=1579773&r2=1579774&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog.txt (original)
+++ felix/trunk/main.distribution/doc/changelog.txt Thu Mar 20 21:50:06 2014
@@ -1,3 +1,8 @@
+Changes from 4.2.1 to 4.4.0
+---------------------------
+** Improvement
+    * Update to framework and main 4.4.0
+
 Changes from 4.2.0 to 4.2.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=1579774&r1=1579773&r2=1579774&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog_framework.txt (original)
+++ felix/trunk/main.distribution/doc/changelog_framework.txt Thu Mar 20 21:50:06 2014
@@ -1,3 +1,33 @@
+Changes from 4.2.1 to 4.4.0
+---------------------------
+** Bug
+    * [FELIX-1131] - ServiceReference.isAssignableTo fails when using a factory that can not see the exported class and the bundle exporting the service does not have a direct wire to this class
+    * [FELIX-3992] - Classloader access outside of a privileged block
+    * [FELIX-4190] - The framework should not hold any lock while calling ServiceFactory#unget
+    * [FELIX-4283] - actually throw exception if method not found
+    * [FELIX-4331] - [Core R5] Support BundleContext and Framework adaptations
+    * [FELIX-4353] - [Core R5] BundleWiringTests OSGi CT test failures
+    * [FELIX-4354] - [Core R5] ResolverHookTests OSGi CT test failures
+    * [FELIX-4355] - [Core R5] org.osgi.test.cases.framework.launch OSGi CT test failure
+    * [FELIX-4365] - Input stream not properly closed on org.apache.felix.framework.Felix.getFrameworkVersion
+    * [FELIX-4388] - Initial start level not considered when bundle.start() is called
+    * [FELIX-4462] - Classloader deadlock in Java6 between two bundles
+
+** Improvement
+    * [FELIX-4128] - [Core R5] Provide an OSGi R5 compliant framework implementation
+    * [FELIX-4284] - remove dead allocation
+
+** Task
+    * [FELIX-4080] - [Core R5] Add support for org.osgi.framework.UnfilteredServiceListener
+    * [FELIX-4082] - [Core R5] Update org.osgi.framework.bsnversion framework property
+    * [FELIX-4083] - [Core R5] Support for valueOf when evaluating a Filter
+    * [FELIX-4084] - [Core R5] Enhance Bundle.adapt() to provider AccessControlContext.
+    * [FELIX-4085] - [Core R5] Implement updates to the Bundle Hook Specification
+    * [FELIX-4324] - [Core R5] Implement osgi.identity namespace for fragments
+
+** Wish
+    * [FELIX-3868] - Adding osgi.identity namespace to bundles (resources)
+
 Changes from 4.2.0 to 4.2.1
 ---------------------------
 ** Bug

Modified: felix/trunk/main.distribution/doc/changelog_main.txt
URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog_main.txt?rev=1579774&r1=1579773&r2=1579774&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog_main.txt (original)
+++ felix/trunk/main.distribution/doc/changelog_main.txt Thu Mar 20 21:50:06 2014
@@ -1,8 +1,14 @@
+Changes from 4.2.1 to 4.4.0
+---------------------------
+
+** Improvement
+    * Update to latest framework version 4.4.0
+
 Changes form 4.2.0 to 4.2.1
 ---------------------------
 
 ** Improvement
-    * Update to latest framework version 4.2.0
+    * Update to latest framework version 4.2.1
 
 Changes from 4.0.3 to 4.2.0
 ---------------------------

Modified: felix/trunk/main.distribution/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/pom.xml?rev=1579774&r1=1579773&r2=1579774&view=diff
==============================================================================
--- felix/trunk/main.distribution/pom.xml (original)
+++ felix/trunk/main.distribution/pom.xml Thu Mar 20 21:50:06 2014
@@ -30,7 +30,7 @@
   <version>4.3.0-SNAPSHOT</version>
   <properties>
     <dollar>$</dollar>
-    <framework.version>4.3.0-SNAPSHOT</framework.version>
+    <framework.version>4.4.0</framework.version>
     <gogo.runtime.version>0.10.0</gogo.runtime.version>
     <gogo.shell.version>0.10.0</gogo.shell.version>
     <gogo.command.version>0.12.0</gogo.command.version>