Author: pauls
Date: Sun Jul 1 20:53:53 2012
New Revision: 1356023
URL: http://svn.apache.org/viewvc?rev=1356023&view=rev
Log:
Prepare for 4.0.3 release
Modified:
felix/branches/org.apache.felix.main.distribution-4.0.3-RC/doc/changelog.txt
felix/branches/org.apache.felix.main.distribution-4.0.3-RC/doc/changelog_framework.txt
felix/branches/org.apache.felix.main.distribution-4.0.3-RC/doc/changelog_main.txt
felix/branches/org.apache.felix.main.distribution-4.0.3-RC/pom.xml
Modified:
felix/branches/org.apache.felix.main.distribution-4.0.3-RC/doc/changelog.txt
URL:
http://svn.apache.org/viewvc/felix/branches/org.apache.felix.main.distribution-4.0.3-RC/doc/changelog.txt?rev=1356023&r1=1356022&r2=1356023&view=diff
==============================================================================
---
felix/branches/org.apache.felix.main.distribution-4.0.3-RC/doc/changelog.txt
(original)
+++
felix/branches/org.apache.felix.main.distribution-4.0.3-RC/doc/changelog.txt
Sun Jul 1 20:53:53 2012
@@ -1,3 +1,9 @@
+Changes from 4.0.2 to 4.0.3
+---------------------------
+
+** Improvement
+ * Update to framework and main 4.0.3
+
Changes from 4.0.1 to 4.0.2
---------------------------
Modified:
felix/branches/org.apache.felix.main.distribution-4.0.3-RC/doc/changelog_framework.txt
URL:
http://svn.apache.org/viewvc/felix/branches/org.apache.felix.main.distribution-4.0.3-RC/doc/changelog_framework.txt?rev=1356023&r1=1356022&r2=1356023&view=diff
==============================================================================
---
felix/branches/org.apache.felix.main.distribution-4.0.3-RC/doc/changelog_framework.txt
(original)
+++
felix/branches/org.apache.felix.main.distribution-4.0.3-RC/doc/changelog_framework.txt
Sun Jul 1 20:53:53 2012
@@ -1,3 +1,18 @@
+Changes from 4.0.2 to 4.0.3
+---------------------------
+
+** Bug
+ * [FELIX-3003] - NPE in ResolverImpl.permutateIfNeeded
+ * [FELIX-3296] - URLHandlers caches null as values for common protocols
+ * [FELIX-3302] - Adapt the URLHandlers for the 4.0 refactoring
+ * [FELIX-3363] - Native bundles cannot be installed on Windows Server 2008
r2 with the tag win32
+ * [FELIX-3393] - Possible deadlock with reentrant calls
+ * [FELIX-3572] - [Framework] Resolver is not checking package space
consistency for dynamic imports
+
+** Improvement
+ * [FELIX-3262] - Startup delay due to URLHandlersBundleStreamHandler
+
+
Changes from 4.0.1 to 4.0.2
---------------------------
Modified:
felix/branches/org.apache.felix.main.distribution-4.0.3-RC/doc/changelog_main.txt
URL:
http://svn.apache.org/viewvc/felix/branches/org.apache.felix.main.distribution-4.0.3-RC/doc/changelog_main.txt?rev=1356023&r1=1356022&r2=1356023&view=diff
==============================================================================
---
felix/branches/org.apache.felix.main.distribution-4.0.3-RC/doc/changelog_main.txt
(original)
+++
felix/branches/org.apache.felix.main.distribution-4.0.3-RC/doc/changelog_main.txt
Sun Jul 1 20:53:53 2012
@@ -1,3 +1,9 @@
+Changes from 4.0.2 to 4.0.3
+---------------------------
+
+** Improvement
+ * Update to latest framework version 4.0.3
+
Changes from 4.0.1 to 4.0.2
---------------------------
Modified: felix/branches/org.apache.felix.main.distribution-4.0.3-RC/pom.xml
URL:
http://svn.apache.org/viewvc/felix/branches/org.apache.felix.main.distribution-4.0.3-RC/pom.xml?rev=1356023&r1=1356022&r2=1356023&view=diff
==============================================================================
--- felix/branches/org.apache.felix.main.distribution-4.0.3-RC/pom.xml
(original)
+++ felix/branches/org.apache.felix.main.distribution-4.0.3-RC/pom.xml Sun Jul
1 20:53:53 2012
@@ -27,18 +27,18 @@
<packaging>pom</packaging>
<name>Apache Felix Main Distribution</name>
<artifactId>org.apache.felix.main.distribution</artifactId>
- <version>4.0.3-RC</version>
+ <version>4.0.3-SNAPSHOT</version>
<properties>
<dollar>$</dollar>
- <framework.version>4.0.3-RC</framework.version>
+ <framework.version>4.0.3</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>
<obr.version>1.6.6</obr.version>
</properties>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/main.distribution</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/main.distribution</developerConnection>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/felix/branches/org.apache.felix.main.distribution-4.0.3-RC</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/branches/org.apache.felix.main.distribution-4.0.3-RC</developerConnection>
<url>http://svn.apache.org/repos/asf/felix/main.distribution</url>
</scm>
<build>