Karl Pauls | a8a7a52 | 2009-03-31 20:42:19 +0000 | [diff] [blame] | 1 | Changes from 1.0.2 to 1.2.0 |
| 2 | --------------------------- |
| 3 | |
| 4 | ** Bug |
| 5 | * [FELIX-703] - Cannot install ShellGUIPlugin with OBR |
| 6 | |
| 7 | ** Improvement |
| 8 | * [FELIX-669] - Shell & Shell TUI OBR descriptions |
| 9 | * [FELIX-1008] - Rename "packages" command to "exports" to match better with new "imports" command |
| 10 | |
| 11 | ** New Feature |
| 12 | * [FELIX-741] - Modify shell start/stop commands to support transient starting/stopping of bundles |
| 13 | * [FELIX-1006] - Add command to shell to list a bundles imported packages |
| 14 | * [FELIX-1009] - Add requires/requirers commands to shell |
| 15 | |
Karl Pauls | da29c0a | 2008-08-31 22:15:09 +0000 | [diff] [blame] | 16 | Changes from 1.0.1 to 1.0.2 |
| 17 | --------------------------- |
| 18 | |
| 19 | * [2008-08-12] Added OBR descriptor and updated to bundle plugin version |
| 20 | 1.4.3. (FELIX-669) |
| 21 | * [2008-05-08] Modified "update" command to not append ".jar" to URLs and |
| 22 | modified the "install" command to use the same code. (FELIX-544) |
| 23 | |
Karl Pauls | b26e3f4 | 2008-04-21 22:17:48 +0000 | [diff] [blame] | 24 | Changes from 1.0.0 to 1.0.1 |
| 25 | --------------------------- |
| 26 | |
| 27 | * [2008-04-21] Re-release to make bytecode executable on jre 1.3. |
| 28 | |
Richard S. Hall | ba5ce90 | 2007-07-09 18:26:54 +0000 | [diff] [blame] | 29 | Changes from 0.8.0-incubator to 1.0.0 |
| 30 | ------------------------------------- |
| 31 | |
| 32 | * [2006-12-15] Changed the symbolic name, since it was being calculated |
| 33 | incorrectly. |
| 34 | * [2007-05-03] Modified 'ps' so that it displays reasonable defaults if |
| 35 | headers are missing. Also added ability to display symbolic name. |
| 36 | * [2007-06-14] Modified refresh command to accept bundle IDs. |