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 2010/04/11 22:58:29 UTC

svn commit: r932990 - in /felix/branches/org.apache.felix.framework-2.0.5-RC: doc/changelog.txt pom.xml

Author: pauls
Date: Sun Apr 11 20:58:29 2010
New Revision: 932990

URL: http://svn.apache.org/viewvc?rev=932990&view=rev
Log:
Prepare 2.0.5 release

Modified:
    felix/branches/org.apache.felix.framework-2.0.5-RC/doc/changelog.txt
    felix/branches/org.apache.felix.framework-2.0.5-RC/pom.xml

Modified: felix/branches/org.apache.felix.framework-2.0.5-RC/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/branches/org.apache.felix.framework-2.0.5-RC/doc/changelog.txt?rev=932990&r1=932989&r2=932990&view=diff
==============================================================================
--- felix/branches/org.apache.felix.framework-2.0.5-RC/doc/changelog.txt (original)
+++ felix/branches/org.apache.felix.framework-2.0.5-RC/doc/changelog.txt Sun Apr 11 20:58:29 2010
@@ -1,3 +1,13 @@
+Changes from 2.0.4 to 2.0.5
+---------------------------
+
+** Bug
+    * [FELIX-1753] - The start level should check that the bundle still exists before starting it to avoid an ugly exception
+    * [FELIX-2087] - NPE "name can't be null" when trying to install a bundle in Felix 2.0.3
+    * [FELIX-2107] - Bundle.findEntries() matches '*<filePattern>' instead of '<filePattern>'
+    * [FELIX-2195] - Using URLDecoder.decode on locations is wrong
+    * [FELIX-2222] - Failure to reinstall a cached bundle will corrupt the bundle cache
+
 Changes from 2.0.3 to 2.0.4
 ---------------------------
 

Modified: felix/branches/org.apache.felix.framework-2.0.5-RC/pom.xml
URL: http://svn.apache.org/viewvc/felix/branches/org.apache.felix.framework-2.0.5-RC/pom.xml?rev=932990&r1=932989&r2=932990&view=diff
==============================================================================
--- felix/branches/org.apache.felix.framework-2.0.5-RC/pom.xml (original)
+++ felix/branches/org.apache.felix.framework-2.0.5-RC/pom.xml Sun Apr 11 20:58:29 2010
@@ -81,10 +81,4 @@
       </plugin>
     </plugins>
   </build>
-
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework-2.0.4</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework-2.0.4</developerConnection>
-    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework-2.0.4</url>
-  </scm>
 </project>