blob: 8cdf240fd29252d9cd08080a4e587a336ecc05ff [file] [log] [blame]
Karl Paulsbfbee092011-09-22 13:22:16 +00001Changes from 0.10.0 to 0.12.0
2-----------------------------
3
A. J. David Bosschaert3f7b3fd2014-06-17 09:00:49 +00004* Fix a NPE with the obr:info command
5
6Changes from 0.10.0 to 0.12.0
7-----------------------------
8
Karl Paulsbfbee092011-09-22 13:22:16 +00009** Improvement
10 * [FELIX-3050] - [Gogo Command] Update "inspect" command to work with OSGi R4.3 generic capabilities/requirements
11 * [FELIX-3088] - [Gogo Command] The "resolve" command should print some message if not all bundles could be resolved
12 * [FELIX-3118] - obr:deploy should allow user to specify whether optional bundles are deployed or not
13
Richard S. Hall5dfc9ad2011-06-16 15:47:23 +000014Changes from 0.8.0 to 0.10.0
15----------------------------
16
17** Bug
18 * [FELIX-2937] - [Gogo Command] OBR commands do not output anything
19 when nothing is found
20 * [FELIX-2938] - [Gogo Command] The "info" command throws an NPE if
21 the specified bundle identifier doesn't exist
22 * [FELIX-3001] - [gogo] help command throws ClassCastException if any
23 osgi.command.function service property is not String[]
24
Richard S. Hallbed97cc2011-01-11 17:27:12 +000025Changes from 0.6.1 to 0.8.0
26---------------------------
27
28** Bug
29 * [FELIX-2676] - bundlelevel gogo command will never work for modifying
30 bundle level
31
Richard S. Hall093a1052010-09-22 20:02:59 +000032Changes from 0.6.0 to 0.6.1
33---------------------------
34
35* Import Gogo packages with mandatory attribute.
36
37Gogo Command 0.6.0
38------------------
Karl Pauls54c25992010-06-06 20:20:11 +000039
40** Bug
Richard S. Hall093a1052010-09-22 20:02:59 +000041 * [FELIX-1473] - [gogo] The syntax does not provide a way to call
42 methods on a string
Karl Pauls54c25992010-06-06 20:20:11 +000043 * [FELIX-1474] - [gogo] result of commands is implicitly written to pipe
Richard S. Hall093a1052010-09-22 20:02:59 +000044 * [FELIX-1493] - [gogo] automatic expansion of $args in Closure stops
45 direct access to $args list
46 * [FELIX-2337] - [gogo] no way to access array[] elements produced by
47 assignment
48 * [FELIX-2375] - [gogo] when supplied args can't be coerced, the error
49 message prints the arg values, rather than their types
50 * [FELIX-2380] - [gogo] lock contention in piped writer when reader
51 doesn't read all input
Karl Pauls54c25992010-06-06 20:20:11 +000052
53** Improvement
54 * [FELIX-1487] - Support for commands on multiple lines
55 * [FELIX-2328] - [gogo] tidy-up runtime to remove optional code etc
56 * [FELIX-2339] - [gogo] add support for running scripts
57 * [FELIX-2342] - [gogo] remove old felix command adaptor
58
59** New Feature
Richard S. Hall093a1052010-09-22 20:02:59 +000060 * [FELIX-2363] - [Gogo] Add annotations for creating commands with
61 optional and out-of-order arguments
Karl Pauls54c25992010-06-06 20:20:11 +000062
63** Task
64 * [FELIX-1670] - [gogo] launcher bundle not required
65 * [FELIX-1889] - Gogo should depend on the official OSGi jars
66 * [FELIX-2334] - [Gogo] Use org.apache.felix as Maven groupId
Richard S. Hall093a1052010-09-22 20:02:59 +000067 * [FELIX-2367] - [Gogo] Use org.apache.felix namespace to avoid any
68 perceived legal issues