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/01/30 21:58:45 UTC

svn commit: r1065386 - in /felix/branches/org.apache.felix.main.distribution-3.0.8-RC: doc/changelog.txt doc/changelog_framework.txt doc/changelog_main.txt pom.xml

Author: pauls
Date: Sun Jan 30 20:58:44 2011
New Revision: 1065386

URL: http://svn.apache.org/viewvc?rev=1065386&view=rev
Log:
Prepare Release

Modified:
    felix/branches/org.apache.felix.main.distribution-3.0.8-RC/doc/changelog.txt
    felix/branches/org.apache.felix.main.distribution-3.0.8-RC/doc/changelog_framework.txt
    felix/branches/org.apache.felix.main.distribution-3.0.8-RC/doc/changelog_main.txt
    felix/branches/org.apache.felix.main.distribution-3.0.8-RC/pom.xml

Modified: felix/branches/org.apache.felix.main.distribution-3.0.8-RC/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/branches/org.apache.felix.main.distribution-3.0.8-RC/doc/changelog.txt?rev=1065386&r1=1065385&r2=1065386&view=diff
==============================================================================
--- felix/branches/org.apache.felix.main.distribution-3.0.8-RC/doc/changelog.txt (original)
+++ felix/branches/org.apache.felix.main.distribution-3.0.8-RC/doc/changelog.txt Sun Jan 30 20:58:44 2011
@@ -1,3 +1,10 @@
+Changes from 3.0.7 to 3.0.8
+---------------------------
+
+** Improvement
+    * Update to framework and main 3.0.8
+    * Update to gogo 0.8.0
+
 Changes from 3.0.6 to 3.0.7
 ---------------------------
 

Modified: felix/branches/org.apache.felix.main.distribution-3.0.8-RC/doc/changelog_framework.txt
URL: http://svn.apache.org/viewvc/felix/branches/org.apache.felix.main.distribution-3.0.8-RC/doc/changelog_framework.txt?rev=1065386&r1=1065385&r2=1065386&view=diff
==============================================================================
--- felix/branches/org.apache.felix.main.distribution-3.0.8-RC/doc/changelog_framework.txt (original)
+++ felix/branches/org.apache.felix.main.distribution-3.0.8-RC/doc/changelog_framework.txt Sun Jan 30 20:58:44 2011
@@ -1,3 +1,13 @@
+Changes from 3.0.7 to 3.0.8
+---------------------------
+
+** Bug
+    * [FELIX-2749] - Boolean.parseBoolean() newly defined in Java5 should not be used.
+    * [FELIX-2789] - Native library matching is not correctly checking additional extensions
+    * [FELIX-2800] - Logging will throw an NPE if no bundle is specified
+    * [FELIX-2802] - A failed update doesn't rollback properly
+    * [FELIX-2805] - Cache PackageAdmin.getBundle() result for system bundle classes
+
 Changes from 3.0.6 to 3.0.7
 ---------------------------
 

Modified: felix/branches/org.apache.felix.main.distribution-3.0.8-RC/doc/changelog_main.txt
URL: http://svn.apache.org/viewvc/felix/branches/org.apache.felix.main.distribution-3.0.8-RC/doc/changelog_main.txt?rev=1065386&r1=1065385&r2=1065386&view=diff
==============================================================================
--- felix/branches/org.apache.felix.main.distribution-3.0.8-RC/doc/changelog_main.txt (original)
+++ felix/branches/org.apache.felix.main.distribution-3.0.8-RC/doc/changelog_main.txt Sun Jan 30 20:58:44 2011
@@ -1,3 +1,10 @@
+Changes from 3.0.7 to 3.0.8
+---------------------------
+
+** Improvement
+    * Update to latest framework version 3.0.8
+    * Update to gogo version 0.8.0
+
 Changes from 3.0.6 to 3.0.7
 ---------------------------
 

Modified: felix/branches/org.apache.felix.main.distribution-3.0.8-RC/pom.xml
URL: http://svn.apache.org/viewvc/felix/branches/org.apache.felix.main.distribution-3.0.8-RC/pom.xml?rev=1065386&r1=1065385&r2=1065386&view=diff
==============================================================================
--- felix/branches/org.apache.felix.main.distribution-3.0.8-RC/pom.xml (original)
+++ felix/branches/org.apache.felix.main.distribution-3.0.8-RC/pom.xml Sun Jan 30 20:58:44 2011
@@ -27,10 +27,10 @@
   <packaging>pom</packaging>
   <name>Apache Felix Main Distribution</name>
   <artifactId>org.apache.felix.main.distribution</artifactId>
-  <version>3.0.8-RC</version>
+  <version>3.0.8-RC-SNAPSHOT</version>
   <properties>
     <dollar>$</dollar>
-    <framework.version>3.0.8-RC</framework.version>
+    <framework.version>3.0.8</framework.version>
     <gogo.runtime.version>0.8.0</gogo.runtime.version>
     <gogo.shell.version>0.8.0</gogo.shell.version>
     <gogo.command.version>0.8.0</gogo.command.version>