blob: 0b32c9ba8c56899a51c3417ae697c464e704d49e [file] [log] [blame]
Karl Pauls2ef0ab22008-04-21 21:40:14 +00001Changes 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 Paulsce84c0c2008-01-28 09:36:57 +00006Changes from 1.0.0 to 1.0.2
Karl Pauls876636c2008-01-27 21:05:34 +00007---------------------------
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. Hallba5ce902007-07-09 18:26:54 +000016Changes 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. Hall7987b3c2007-07-13 13:08:26 +000027* [2007-07-13] Fixed LDAP filter syntax bug when using inclusive version
28 ranges. (FELIX-327)