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 2011/02/21 22:48:19 UTC

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

Author: pauls
Date: Mon Feb 21 21:48:19 2011
New Revision: 1073159

URL: http://svn.apache.org/viewvc?rev=1073159&view=rev
Log:
Update dependencies and 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/pom.xml

Modified: felix/trunk/main.distribution/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog.txt?rev=1073159&r1=1073158&r2=1073159&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog.txt (original)
+++ felix/trunk/main.distribution/doc/changelog.txt Mon Feb 21 21:48:19 2011
@@ -1,3 +1,10 @@
+Changes from 3.0.8 to 3.0.9
+---------------------------
+
+** Improvement
+    * Update to framework and main 3.0.9
+
+
 Changes from 3.0.7 to 3.0.8
 ---------------------------
 

Modified: felix/trunk/main.distribution/doc/changelog_framework.txt
URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog_framework.txt?rev=1073159&r1=1073158&r2=1073159&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog_framework.txt (original)
+++ felix/trunk/main.distribution/doc/changelog_framework.txt Mon Feb 21 21:48:19 2011
@@ -1,3 +1,19 @@
+Changes from 3.0.8 to 3.0.9
+---------------------------
+
+** Bug
+    * [FELIX-1581] - Bundle#update, Bundle#uninstall and Bundle#stop should wait for a (configurable) timeout before throwing an exception if the bundle is starting or stopping
+    * [FELIX-2784] - When the framework try to grab the bundle lock, it ignores thread interruption
+    * [FELIX-2822] - [Framework] System bundle module's state not reset when framework restarted leading to NPE
+    * [FELIX-2832] - [Framework] It should not be possible to open an URLConnection to "/" for a bundle URL
+    * [FELIX-2840] - [Framework] Uninstalling an uninstalled bundle throws NoSuchElementException
+    * [FELIX-2849] - PackageAdmin is inconsistent between getFragments and getHosts
+    * [FELIX-2850] - PackageAdmin return fragments / hosts even if the host isn't resolved
+    * [FELIX-2851] - Resolution problems after a fragment can't be resolved
+
+** Improvement
+    * [FELIX-2841] - [Framework] Improve resolve exception messages
+
 Changes from 3.0.7 to 3.0.8
 ---------------------------
 

Modified: felix/trunk/main.distribution/doc/changelog_main.txt
URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog_main.txt?rev=1073159&r1=1073158&r2=1073159&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog_main.txt (original)
+++ felix/trunk/main.distribution/doc/changelog_main.txt Mon Feb 21 21:48:19 2011
@@ -1,3 +1,12 @@
+Changes from 3.0.8 to 3.0.9
+---------------------------
+
+** Bug
+    * [FELIX-2796] - felix.auto.deploy.action throws NPE with only "update" action
+
+** Improvement
+    * Update to latest framework version 3.0.9
+
 Changes from 3.0.7 to 3.0.8
 ---------------------------
 

Modified: felix/trunk/main.distribution/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/pom.xml?rev=1073159&r1=1073158&r2=1073159&view=diff
==============================================================================
--- felix/trunk/main.distribution/pom.xml (original)
+++ felix/trunk/main.distribution/pom.xml Mon Feb 21 21:48:19 2011
@@ -30,7 +30,7 @@
   <version>3.1.0-SNAPSHOT</version>
   <properties>
     <dollar>$</dollar>
-    <framework.version>3.1.0-SNAPSHOT</framework.version>
+    <framework.version>3.0.9</framework.version>
     <gogo.runtime.version>0.6.1</gogo.runtime.version>
     <gogo.shell.version>0.6.1</gogo.shell.version>
     <gogo.command.version>0.6.1</gogo.command.version>