blob: f85d14465990ed7367d251826aa363d3d004f4bb [file] [log] [blame]
Richard S. Halld5e2aa32009-05-11 16:18:38 +00001Changes from 1.2.1 to 1.4.0
Karl Pauls7d134272009-03-31 21:04:00 +00002---------------------------
3** Bug
4 * [FELIX-973] - FilterImpl from Felix Framework does not support none LDAP operators
5 * [FELIX-977] - Bundle resolving runs extreme long
6 * [FELIX-999] - The OBR ResolverImpl shouldn't try to start fragment bundles
7
8** Improvement
9 * [FELIX-884] - OBR should expose registered services as capabilities of local repository
10 * [FELIX-887] - Ensure BundleListeners are not forgotten about
11 * [FELIX-940] - Add support for execution environment
12 * [FELIX-986] - Include the symbolicname in the output of obr list -v
13
14** New Feature
15 * [FELIX-976] - OBR update-url shell command
16
Karl Pauls4620b672008-11-06 15:03:30 +000017Changes from 1.2.0 to 1.2.1
18---------------------------
19* [2008-10-24] Fixed potential NPE when comparing resources. (FELIX-789)
20* [2008-10-24] Removed the default repository URL from OBR, so now it must
21 be configured to have a repository. (FELIX-481)
22* [2008-10-24] Print message if there are no matching bundles. (FELIX-785)
23* [2008-10-23] Modified the OBR shell command to hide multiple versions of
24 available artifacts to cut down on noise. It is still possible to list
25 all versions by using a new "-v" switch.
26* [2008-09-29] Adapt Bundle-DocURL header to modified URL
27
28
Karl Pauls549b8382008-08-31 22:15:28 +000029Changes from 1.0.3 to 1.2.0
30---------------------------
31
32* [2008-08-30] Prevent issues when updating running bundles. (FELIX-701)
33* [2008-08-28] Prevent NullPointerException if a locally installed bundle
34 does not have a Bundle-SymbolicName or version. (FELIX-108)
35* [2008-08-12] Added OBR descriptor and updated to the newest bundle plugin. (FELIX-672)
36* [2008-07-31] Use LogService instead of System.err. (FELIX-482)
37* [2008-07-21] Modified OBR to correctly consider the namespace attribute
38 when matching capabilities to requirements. (FELIX-638)
39* [2008-06-26] Implement referral with hop count support. (FELIX-399)
40* [2008-05-09] Return an empty resource array when querying with a filter
41 with invalid syntax. (FELIX-480)
42* [2008-05-09] Fixed improper synchronization with respect to visibility rules.
43* [2008-05-09] Ignore resources with invalid filters. (FELIX-484)
44* [2008-05-09] Move repository URL list initialization to a later time to
45 avoid the default repository URL if it is not desired. (FELIX-485)
46
Karl Pauls2ef0ab22008-04-21 21:40:14 +000047Changes from 1.0.2 to 1.0.3
48---------------------------
49
50* [2008-04-21] Re-release to make bytecode executable on jre 1.3.
51
Karl Paulsce84c0c2008-01-28 09:36:57 +000052Changes from 1.0.0 to 1.0.2
Karl Pauls876636c2008-01-27 21:05:34 +000053---------------------------
54
55* [2008-01-27] Change the default url from sf.net to sourceforge.net.
56* [2007-10-25] Add support for zipped repository files. (FELIX-410)
57* [2007-10-03] Updated OBR's VersionRange to match the Framework's VersionRange
58 and now accept whitespace in its version range. (FELIX-389)
59* [2007-09-24] Extract OSGi OBR service API to a non-bundle jar to avoid
60 circular build problems.
61
Richard S. Hallba5ce902007-07-09 18:26:54 +000062Changes from 0.8.0-incubator to 1.0.0
63-------------------------------------
64
65* [2007-03-16] Correctly initialized member fields to avoid incorrectly
66 assigning the source and license URLs. (FELIX-242)
67* [2007-03-19] Parent POM extends Apache POM for Apache-wide policies.
68 (FELIX-260)
69* [2007-05-18] Improved OBR dependency resolution by searching resolving
70 bundles before local bundles and to search through all available
71 candidates to find one that can resolve instead of picking one and failing
72 if it cannot be resolved. (FELIX-285)
Richard S. Hall7987b3c2007-07-13 13:08:26 +000073* [2007-07-13] Fixed LDAP filter syntax bug when using inclusive version
74 ranges. (FELIX-327)