blob: 1026d54b9225ab8fc43256bd3790933da07c852e [file] [log] [blame]
Karl Paulsc6eda452010-02-14 22:52:56 +00001Changes form 1.2.0 to 1.4.0
2---------------------------
3
4** Bug
5 * [FELIX-1019] - New shell commands "requirers" and "exports" do not handle invalid bundle case properly
6
7** Improvement
8 * [FELIX-1058] - [PATCH] Add a "find" command to the shell
9 * [FELIX-1145] - Modify help shell command to avoid issues with long command descriptions
10 * [FELIX-1151] - Improve naming and consistency of shell commands for inspecting dependencies
11
12** New Feature
13 * [FELIX-1052] - Add log shell command
14 * [FELIX-1181] - Add support for activation policy in shell "start" command
15 * [FELIX-1510] - There is no command to set the initial bundle start level
16
17Changes from 1.0.2 to 1.2.0
18---------------------------
19
20** Bug
21 * [FELIX-703] - Cannot install ShellGUIPlugin with OBR
22
23** Improvement
24 * [FELIX-669] - Shell & Shell TUI OBR descriptions
25 * [FELIX-1008] - Rename "packages" command to "exports" to match better with new "imports" command
26
27** New Feature
28 * [FELIX-741] - Modify shell start/stop commands to support transient starting/stopping of bundles
29 * [FELIX-1006] - Add command to shell to list a bundles imported packages
30 * [FELIX-1009] - Add requires/requirers commands to shell
31
32Changes from 1.0.1 to 1.0.2
33---------------------------
34
35* [2008-08-12] Added OBR descriptor and updated to bundle plugin version
36 1.4.3. (FELIX-669)
37* [2008-05-08] Modified "update" command to not append ".jar" to URLs and
38 modified the "install" command to use the same code. (FELIX-544)
39
40Changes from 1.0.0 to 1.0.1
41---------------------------
42
43* [2008-04-21] Re-release to make bytecode executable on jre 1.3.
44
45Changes from 0.8.0-incubator to 1.0.0
46-------------------------------------
47
48* [2006-12-15] Changed the symbolic name, since it was being calculated
49 incorrectly.
50* [2007-05-03] Modified 'ps' so that it displays reasonable defaults if
51 headers are missing. Also added ability to display symbolic name.
52* [2007-06-14] Modified refresh command to accept bundle IDs.