Karl Pauls | cff9e86 | 2009-10-11 20:25:34 +0000 | [diff] [blame] | 1 | Changes from 1.4.1 to 1.4.2 |
| 2 | --------------------------- |
| 3 | |
| 4 | ** Task |
| 5 | * [FELIX-1617] - Modify framework, main, shell, shell.tui, and obr to depend on official OSGi JAR files |
| 6 | |
Karl Pauls | 25d5313 | 2009-09-06 21:53:04 +0000 | [diff] [blame] | 7 | Changes from 1.4.0 to 1.4.1 |
| 8 | --------------------------- |
| 9 | |
| 10 | ** Bug |
| 11 | * [FELIX-1000] - Updating an bundle which was installed via OBR fails |
| 12 | * [FELIX-1157] - NPE results in OBR if a resource does not have a presentation name |
| 13 | * [FELIX-1433] - java.lang.NumberFormatException in Bundle-Version (org.osgi.framework.Version) due to trailing whitespace |
| 14 | |
Richard S. Hall | d5e2aa3 | 2009-05-11 16:18:38 +0000 | [diff] [blame] | 15 | Changes from 1.2.1 to 1.4.0 |
Karl Pauls | 7d13427 | 2009-03-31 21:04:00 +0000 | [diff] [blame] | 16 | --------------------------- |
| 17 | ** Bug |
| 18 | * [FELIX-973] - FilterImpl from Felix Framework does not support none LDAP operators |
| 19 | * [FELIX-977] - Bundle resolving runs extreme long |
| 20 | * [FELIX-999] - The OBR ResolverImpl shouldn't try to start fragment bundles |
| 21 | |
| 22 | ** Improvement |
| 23 | * [FELIX-884] - OBR should expose registered services as capabilities of local repository |
| 24 | * [FELIX-887] - Ensure BundleListeners are not forgotten about |
| 25 | * [FELIX-940] - Add support for execution environment |
| 26 | * [FELIX-986] - Include the symbolicname in the output of obr list -v |
| 27 | |
| 28 | ** New Feature |
| 29 | * [FELIX-976] - OBR update-url shell command |
| 30 | |
Karl Pauls | 4620b67 | 2008-11-06 15:03:30 +0000 | [diff] [blame] | 31 | Changes from 1.2.0 to 1.2.1 |
| 32 | --------------------------- |
| 33 | * [2008-10-24] Fixed potential NPE when comparing resources. (FELIX-789) |
| 34 | * [2008-10-24] Removed the default repository URL from OBR, so now it must |
| 35 | be configured to have a repository. (FELIX-481) |
| 36 | * [2008-10-24] Print message if there are no matching bundles. (FELIX-785) |
| 37 | * [2008-10-23] Modified the OBR shell command to hide multiple versions of |
| 38 | available artifacts to cut down on noise. It is still possible to list |
| 39 | all versions by using a new "-v" switch. |
| 40 | * [2008-09-29] Adapt Bundle-DocURL header to modified URL |
| 41 | |
| 42 | |
Karl Pauls | 549b838 | 2008-08-31 22:15:28 +0000 | [diff] [blame] | 43 | Changes from 1.0.3 to 1.2.0 |
| 44 | --------------------------- |
| 45 | |
| 46 | * [2008-08-30] Prevent issues when updating running bundles. (FELIX-701) |
| 47 | * [2008-08-28] Prevent NullPointerException if a locally installed bundle |
| 48 | does not have a Bundle-SymbolicName or version. (FELIX-108) |
| 49 | * [2008-08-12] Added OBR descriptor and updated to the newest bundle plugin. (FELIX-672) |
| 50 | * [2008-07-31] Use LogService instead of System.err. (FELIX-482) |
| 51 | * [2008-07-21] Modified OBR to correctly consider the namespace attribute |
| 52 | when matching capabilities to requirements. (FELIX-638) |
| 53 | * [2008-06-26] Implement referral with hop count support. (FELIX-399) |
| 54 | * [2008-05-09] Return an empty resource array when querying with a filter |
| 55 | with invalid syntax. (FELIX-480) |
| 56 | * [2008-05-09] Fixed improper synchronization with respect to visibility rules. |
| 57 | * [2008-05-09] Ignore resources with invalid filters. (FELIX-484) |
| 58 | * [2008-05-09] Move repository URL list initialization to a later time to |
| 59 | avoid the default repository URL if it is not desired. (FELIX-485) |
| 60 | |
Karl Pauls | 2ef0ab2 | 2008-04-21 21:40:14 +0000 | [diff] [blame] | 61 | Changes from 1.0.2 to 1.0.3 |
| 62 | --------------------------- |
| 63 | |
| 64 | * [2008-04-21] Re-release to make bytecode executable on jre 1.3. |
| 65 | |
Karl Pauls | ce84c0c | 2008-01-28 09:36:57 +0000 | [diff] [blame] | 66 | Changes from 1.0.0 to 1.0.2 |
Karl Pauls | 876636c | 2008-01-27 21:05:34 +0000 | [diff] [blame] | 67 | --------------------------- |
| 68 | |
| 69 | * [2008-01-27] Change the default url from sf.net to sourceforge.net. |
| 70 | * [2007-10-25] Add support for zipped repository files. (FELIX-410) |
| 71 | * [2007-10-03] Updated OBR's VersionRange to match the Framework's VersionRange |
| 72 | and now accept whitespace in its version range. (FELIX-389) |
| 73 | * [2007-09-24] Extract OSGi OBR service API to a non-bundle jar to avoid |
| 74 | circular build problems. |
| 75 | |
Richard S. Hall | ba5ce90 | 2007-07-09 18:26:54 +0000 | [diff] [blame] | 76 | Changes from 0.8.0-incubator to 1.0.0 |
| 77 | ------------------------------------- |
| 78 | |
| 79 | * [2007-03-16] Correctly initialized member fields to avoid incorrectly |
| 80 | assigning the source and license URLs. (FELIX-242) |
| 81 | * [2007-03-19] Parent POM extends Apache POM for Apache-wide policies. |
| 82 | (FELIX-260) |
| 83 | * [2007-05-18] Improved OBR dependency resolution by searching resolving |
| 84 | bundles before local bundles and to search through all available |
| 85 | candidates to find one that can resolve instead of picking one and failing |
| 86 | if it cannot be resolved. (FELIX-285) |
Richard S. Hall | 7987b3c | 2007-07-13 13:08:26 +0000 | [diff] [blame] | 87 | * [2007-07-13] Fixed LDAP filter syntax bug when using inclusive version |
| 88 | ranges. (FELIX-327) |