Author: pauls
Date: Sun Aug 31 15:15:28 2008
New Revision: 690797
URL: http://svn.apache.org/viewvc?rev=690797&view=rev
Log:
Prepare the Felix 1.2 release.
Modified:
felix/trunk/bundlerepository/NOTICE
felix/trunk/bundlerepository/doc/changelog.txt
felix/trunk/bundlerepository/pom.xml
Modified: felix/trunk/bundlerepository/NOTICE
URL:
http://svn.apache.org/viewvc/felix/trunk/bundlerepository/NOTICE?rev=690797&r1=690796&r2=690797&view=diff
==============================================================================
--- felix/trunk/bundlerepository/NOTICE (original)
+++ felix/trunk/bundlerepository/NOTICE Sun Aug 31 15:15:28 2008
@@ -9,7 +9,7 @@
This product includes software developed at
The OSGi Alliance (http://www.osgi.org/).
-Copyright 2006 The OSGi Alliance.
+Copyright (c) OSGi Alliance (2000, 2007).
Licensed under the Apache License 2.0.
This product includes software from http://kxml.sourceforge.net.
@@ -20,7 +20,7 @@
This product uses software developed at
The OSGi Alliance (http://www.osgi.org/).
-Copyright 2006 The OSGi Alliance.
+Copyright (c) OSGi Alliance (2000, 2007).
Licensed under the Apache License 2.0.
III. License Summary
Modified: felix/trunk/bundlerepository/doc/changelog.txt
URL:
http://svn.apache.org/viewvc/felix/trunk/bundlerepository/doc/changelog.txt?rev=690797&r1=690796&r2=690797&view=diff
==============================================================================
--- felix/trunk/bundlerepository/doc/changelog.txt (original)
+++ felix/trunk/bundlerepository/doc/changelog.txt Sun Aug 31 15:15:28 2008
@@ -1,3 +1,21 @@
+Changes from 1.0.3 to 1.2.0
+---------------------------
+
+* [2008-08-30] Prevent issues when updating running bundles. (FELIX-701)
+* [2008-08-28] Prevent NullPointerException if a locally installed bundle
+ does not have a Bundle-SymbolicName or version. (FELIX-108)
+* [2008-08-12] Added OBR descriptor and updated to the newest bundle plugin.
(FELIX-672)
+* [2008-07-31] Use LogService instead of System.err. (FELIX-482)
+* [2008-07-21] Modified OBR to correctly consider the namespace attribute
+ when matching capabilities to requirements. (FELIX-638)
+* [2008-06-26] Implement referral with hop count support. (FELIX-399)
+* [2008-05-09] Return an empty resource array when querying with a filter
+ with invalid syntax. (FELIX-480)
+* [2008-05-09] Fixed improper synchronization with respect to visibility rules.
+* [2008-05-09] Ignore resources with invalid filters. (FELIX-484)
+* [2008-05-09] Move repository URL list initialization to a later time to
+ avoid the default repository URL if it is not desired. (FELIX-485)
+
Changes from 1.0.2 to 1.0.3
---------------------------
Modified: felix/trunk/bundlerepository/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/bundlerepository/pom.xml?rev=690797&r1=690796&r2=690797&view=diff
==============================================================================
--- felix/trunk/bundlerepository/pom.xml (original)
+++ felix/trunk/bundlerepository/pom.xml Sun Aug 31 15:15:28 2008
@@ -33,12 +33,12 @@
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.osgi.service.obr</artifactId>
- <version>1.0.0</version>
+ <version>1.0.2</version>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.shell</artifactId>
- <version>1.0.0</version>
+ <version>1.0.2</version>
</dependency>
<dependency>
<groupId>net.sf.kxml</groupId>
@@ -48,7 +48,7 @@
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.osgi.compendium</artifactId>
- <version>1.0.0</version>
+ <version>1.2.0</version>
<optional>true</optional>
</dependency>
</dependencies>