blob: 6fc8791f3c20f58b7278e618a8be73007a48ed91 [file] [log] [blame]
Karl Paulsa8a7a522009-03-31 20:42:19 +00001Changes 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 Paulsda29c0a2008-08-31 22:15:09 +000016Changes 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 Paulsb26e3f42008-04-21 22:17:48 +000024Changes 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. Hallba5ce902007-07-09 18:26:54 +000029Changes 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.