Karl Pauls | 2ef0ab2 | 2008-04-21 21:40:14 +0000 | [diff] [blame] | 1 | Changes from 1.0.2 to 1.0.3 |
| 2 | --------------------------- |
| 3 | |
| 4 | * [2008-04-21] Re-release to make bytecode executable on jre 1.3. |
| 5 | |
Karl Pauls | ce84c0c | 2008-01-28 09:36:57 +0000 | [diff] [blame] | 6 | Changes from 1.0.0 to 1.0.2 |
Karl Pauls | 876636c | 2008-01-27 21:05:34 +0000 | [diff] [blame] | 7 | --------------------------- |
| 8 | |
| 9 | * [2008-01-27] Change the default url from sf.net to sourceforge.net. |
| 10 | * [2007-10-25] Add support for zipped repository files. (FELIX-410) |
| 11 | * [2007-10-03] Updated OBR's VersionRange to match the Framework's VersionRange |
| 12 | and now accept whitespace in its version range. (FELIX-389) |
| 13 | * [2007-09-24] Extract OSGi OBR service API to a non-bundle jar to avoid |
| 14 | circular build problems. |
| 15 | |
Richard S. Hall | ba5ce90 | 2007-07-09 18:26:54 +0000 | [diff] [blame] | 16 | Changes from 0.8.0-incubator to 1.0.0 |
| 17 | ------------------------------------- |
| 18 | |
| 19 | * [2007-03-16] Correctly initialized member fields to avoid incorrectly |
| 20 | assigning the source and license URLs. (FELIX-242) |
| 21 | * [2007-03-19] Parent POM extends Apache POM for Apache-wide policies. |
| 22 | (FELIX-260) |
| 23 | * [2007-05-18] Improved OBR dependency resolution by searching resolving |
| 24 | bundles before local bundles and to search through all available |
| 25 | candidates to find one that can resolve instead of picking one and failing |
| 26 | if it cannot be resolved. (FELIX-285) |
Richard S. Hall | 7987b3c | 2007-07-13 13:08:26 +0000 | [diff] [blame] | 27 | * [2007-07-13] Fixed LDAP filter syntax bug when using inclusive version |
| 28 | ranges. (FELIX-327) |