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