Karl Pauls | 1a3eaa2 | 2009-10-11 20:20:58 +0000 | [diff] [blame] | 1 | Changes from 1.4.0 to 1.4.1 |
| 2 | --------------------------- |
| 3 | |
| 4 | ** Bug |
| 5 | * [FELIX-1653] - [Shell] The new sysprop command does not allow to delete a system property |
| 6 | * [FELIX-1662] - find returns invalid level for bundles and find all returns strange listing |
| 7 | * [FELIX-1699] - The 'version' shell command is framework specific |
| 8 | |
| 9 | ** Improvement |
| 10 | * [FELIX-1561] - [Shell] Add a command to display and modify system properties with the Felix Shell |
| 11 | |
| 12 | ** Task |
| 13 | * [FELIX-1617] - Modify framework, main, shell, shell.tui, and obr to depend on official OSGi JAR files |
| 14 | |
Karl Pauls | 6450827 | 2009-09-06 21:15:38 +0000 | [diff] [blame] | 15 | Changes form 1.2.0 to 1.4.0 |
| 16 | --------------------------- |
| 17 | |
| 18 | ** Bug |
| 19 | * [FELIX-1019] - New shell commands "requirers" and "exports" do not handle invalid bundle case properly |
| 20 | |
| 21 | ** Improvement |
| 22 | * [FELIX-1058] - [PATCH] Add a "find" command to the shell |
| 23 | * [FELIX-1145] - Modify help shell command to avoid issues with long command descriptions |
| 24 | * [FELIX-1151] - Improve naming and consistency of shell commands for inspecting dependencies |
| 25 | |
| 26 | ** New Feature |
| 27 | * [FELIX-1052] - Add log shell command |
| 28 | * [FELIX-1181] - Add support for activation policy in shell "start" command |
| 29 | * [FELIX-1510] - There is no command to set the initial bundle start level |
| 30 | |
Karl Pauls | a8a7a52 | 2009-03-31 20:42:19 +0000 | [diff] [blame] | 31 | Changes from 1.0.2 to 1.2.0 |
| 32 | --------------------------- |
| 33 | |
| 34 | ** Bug |
| 35 | * [FELIX-703] - Cannot install ShellGUIPlugin with OBR |
| 36 | |
| 37 | ** Improvement |
| 38 | * [FELIX-669] - Shell & Shell TUI OBR descriptions |
| 39 | * [FELIX-1008] - Rename "packages" command to "exports" to match better with new "imports" command |
| 40 | |
| 41 | ** New Feature |
| 42 | * [FELIX-741] - Modify shell start/stop commands to support transient starting/stopping of bundles |
| 43 | * [FELIX-1006] - Add command to shell to list a bundles imported packages |
| 44 | * [FELIX-1009] - Add requires/requirers commands to shell |
| 45 | |
Karl Pauls | da29c0a | 2008-08-31 22:15:09 +0000 | [diff] [blame] | 46 | Changes from 1.0.1 to 1.0.2 |
| 47 | --------------------------- |
| 48 | |
| 49 | * [2008-08-12] Added OBR descriptor and updated to bundle plugin version |
| 50 | 1.4.3. (FELIX-669) |
| 51 | * [2008-05-08] Modified "update" command to not append ".jar" to URLs and |
| 52 | modified the "install" command to use the same code. (FELIX-544) |
| 53 | |
Karl Pauls | b26e3f4 | 2008-04-21 22:17:48 +0000 | [diff] [blame] | 54 | Changes from 1.0.0 to 1.0.1 |
| 55 | --------------------------- |
| 56 | |
| 57 | * [2008-04-21] Re-release to make bytecode executable on jre 1.3. |
| 58 | |
Richard S. Hall | ba5ce90 | 2007-07-09 18:26:54 +0000 | [diff] [blame] | 59 | Changes from 0.8.0-incubator to 1.0.0 |
| 60 | ------------------------------------- |
| 61 | |
| 62 | * [2006-12-15] Changed the symbolic name, since it was being calculated |
| 63 | incorrectly. |
| 64 | * [2007-05-03] Modified 'ps' so that it displays reasonable defaults if |
| 65 | headers are missing. Also added ability to display symbolic name. |
| 66 | * [2007-06-14] Modified refresh command to accept bundle IDs. |