blob: b466ea52bf5a68f11c3a14cc907b0fdb0336ddc5 [file] [log] [blame]
Richard S. Hallbed97cc2011-01-11 17:27:12 +00001Changes from 0.6.1 to 0.8.0
2---------------------------
3
4** Bug
5 * [FELIX-2676] - bundlelevel gogo command will never work for modifying
6 bundle level
7
Richard S. Hall093a1052010-09-22 20:02:59 +00008Changes from 0.6.0 to 0.6.1
9---------------------------
10
11* Import Gogo packages with mandatory attribute.
12
13Gogo Command 0.6.0
14------------------
Karl Pauls54c25992010-06-06 20:20:11 +000015
16** Bug
Richard S. Hall093a1052010-09-22 20:02:59 +000017 * [FELIX-1473] - [gogo] The syntax does not provide a way to call
18 methods on a string
Karl Pauls54c25992010-06-06 20:20:11 +000019 * [FELIX-1474] - [gogo] result of commands is implicitly written to pipe
Richard S. Hall093a1052010-09-22 20:02:59 +000020 * [FELIX-1493] - [gogo] automatic expansion of $args in Closure stops
21 direct access to $args list
22 * [FELIX-2337] - [gogo] no way to access array[] elements produced by
23 assignment
24 * [FELIX-2375] - [gogo] when supplied args can't be coerced, the error
25 message prints the arg values, rather than their types
26 * [FELIX-2380] - [gogo] lock contention in piped writer when reader
27 doesn't read all input
Karl Pauls54c25992010-06-06 20:20:11 +000028
29** Improvement
30 * [FELIX-1487] - Support for commands on multiple lines
31 * [FELIX-2328] - [gogo] tidy-up runtime to remove optional code etc
32 * [FELIX-2339] - [gogo] add support for running scripts
33 * [FELIX-2342] - [gogo] remove old felix command adaptor
34
35** New Feature
Richard S. Hall093a1052010-09-22 20:02:59 +000036 * [FELIX-2363] - [Gogo] Add annotations for creating commands with
37 optional and out-of-order arguments
Karl Pauls54c25992010-06-06 20:20:11 +000038
39** Task
40 * [FELIX-1670] - [gogo] launcher bundle not required
41 * [FELIX-1889] - Gogo should depend on the official OSGi jars
42 * [FELIX-2334] - [Gogo] Use org.apache.felix as Maven groupId
Richard S. Hall093a1052010-09-22 20:02:59 +000043 * [FELIX-2367] - [Gogo] Use org.apache.felix namespace to avoid any
44 perceived legal issues