Karl Pauls | 549b838 | 2008-08-31 22:15:28 +0000 | [diff] [blame] | 1 | Changes from 1.0.3 to 1.2.0 |
| 2 | --------------------------- |
| 3 | |
| 4 | * [2008-08-30] Prevent issues when updating running bundles. (FELIX-701) |
| 5 | * [2008-08-28] Prevent NullPointerException if a locally installed bundle |
| 6 | does not have a Bundle-SymbolicName or version. (FELIX-108) |
| 7 | * [2008-08-12] Added OBR descriptor and updated to the newest bundle plugin. (FELIX-672) |
| 8 | * [2008-07-31] Use LogService instead of System.err. (FELIX-482) |
| 9 | * [2008-07-21] Modified OBR to correctly consider the namespace attribute |
| 10 | when matching capabilities to requirements. (FELIX-638) |
| 11 | * [2008-06-26] Implement referral with hop count support. (FELIX-399) |
| 12 | * [2008-05-09] Return an empty resource array when querying with a filter |
| 13 | with invalid syntax. (FELIX-480) |
| 14 | * [2008-05-09] Fixed improper synchronization with respect to visibility rules. |
| 15 | * [2008-05-09] Ignore resources with invalid filters. (FELIX-484) |
| 16 | * [2008-05-09] Move repository URL list initialization to a later time to |
| 17 | avoid the default repository URL if it is not desired. (FELIX-485) |
| 18 | |
Karl Pauls | 2ef0ab2 | 2008-04-21 21:40:14 +0000 | [diff] [blame] | 19 | Changes from 1.0.2 to 1.0.3 |
| 20 | --------------------------- |
| 21 | |
| 22 | * [2008-04-21] Re-release to make bytecode executable on jre 1.3. |
| 23 | |
Karl Pauls | ce84c0c | 2008-01-28 09:36:57 +0000 | [diff] [blame] | 24 | Changes from 1.0.0 to 1.0.2 |
Karl Pauls | 876636c | 2008-01-27 21:05:34 +0000 | [diff] [blame] | 25 | --------------------------- |
| 26 | |
| 27 | * [2008-01-27] Change the default url from sf.net to sourceforge.net. |
| 28 | * [2007-10-25] Add support for zipped repository files. (FELIX-410) |
| 29 | * [2007-10-03] Updated OBR's VersionRange to match the Framework's VersionRange |
| 30 | and now accept whitespace in its version range. (FELIX-389) |
| 31 | * [2007-09-24] Extract OSGi OBR service API to a non-bundle jar to avoid |
| 32 | circular build problems. |
| 33 | |
Richard S. Hall | ba5ce90 | 2007-07-09 18:26:54 +0000 | [diff] [blame] | 34 | Changes from 0.8.0-incubator to 1.0.0 |
| 35 | ------------------------------------- |
| 36 | |
| 37 | * [2007-03-16] Correctly initialized member fields to avoid incorrectly |
| 38 | assigning the source and license URLs. (FELIX-242) |
| 39 | * [2007-03-19] Parent POM extends Apache POM for Apache-wide policies. |
| 40 | (FELIX-260) |
| 41 | * [2007-05-18] Improved OBR dependency resolution by searching resolving |
| 42 | bundles before local bundles and to search through all available |
| 43 | candidates to find one that can resolve instead of picking one and failing |
| 44 | if it cannot be resolved. (FELIX-285) |
Richard S. Hall | 7987b3c | 2007-07-13 13:08:26 +0000 | [diff] [blame] | 45 | * [2007-07-13] Fixed LDAP filter syntax bug when using inclusive version |
| 46 | ranges. (FELIX-327) |