blob: dec51e629a26fd4ae0cc324b410657d2f21b0c9f [file] [log] [blame]
Karl Paulsce84c0c2008-01-28 09:36:57 +00001Changes from 1.0.0 to 1.0.2
Karl Pauls876636c2008-01-27 21:05:34 +00002---------------------------
3
4* [2008-01-27] Change the default url from sf.net to sourceforge.net.
5* [2007-10-25] Add support for zipped repository files. (FELIX-410)
6* [2007-10-03] Updated OBR's VersionRange to match the Framework's VersionRange
7 and now accept whitespace in its version range. (FELIX-389)
8* [2007-09-24] Extract OSGi OBR service API to a non-bundle jar to avoid
9 circular build problems.
10
Richard S. Hallba5ce902007-07-09 18:26:54 +000011Changes from 0.8.0-incubator to 1.0.0
12-------------------------------------
13
14* [2007-03-16] Correctly initialized member fields to avoid incorrectly
15 assigning the source and license URLs. (FELIX-242)
16* [2007-03-19] Parent POM extends Apache POM for Apache-wide policies.
17 (FELIX-260)
18* [2007-05-18] Improved OBR dependency resolution by searching resolving
19 bundles before local bundles and to search through all available
20 candidates to find one that can resolve instead of picking one and failing
21 if it cannot be resolved. (FELIX-285)
Richard S. Hall7987b3c2007-07-13 13:08:26 +000022* [2007-07-13] Fixed LDAP filter syntax bug when using inclusive version
23 ranges. (FELIX-327)