blob: 0dbddffb4fe6646bc2d72fbc66c6dcf3a88b7628 [file] [log] [blame]
Karl Pauls4ca14822010-09-22 20:37:21 +00001Changes from 0.6.0 to 0.6.1
2---------------------------
3
4* Import Gogo packages with mandatory attribute.
5
6Gogo Command 0.6.0
7------------------
Karl Paulsf4ea0312010-06-06 21:55:08 +00008
9** Bug
Karl Pauls4ca14822010-09-22 20:37:21 +000010 * [FELIX-1473] - [gogo] The syntax does not provide a way to call
11 methods on a string
Karl Paulsf4ea0312010-06-06 21:55:08 +000012 * [FELIX-1474] - [gogo] result of commands is implicitly written to pipe
Karl Pauls4ca14822010-09-22 20:37:21 +000013 * [FELIX-1493] - [gogo] automatic expansion of $args in Closure stops
14 direct access to $args list
15 * [FELIX-2337] - [gogo] no way to access array[] elements produced by
16 assignment
17 * [FELIX-2375] - [gogo] when supplied args can't be coerced, the error
18 message prints the arg values, rather than their types
19 * [FELIX-2380] - [gogo] lock contention in piped writer when reader
20 doesn't read all input
Karl Paulsf4ea0312010-06-06 21:55:08 +000021
22** Improvement
23 * [FELIX-1487] - Support for commands on multiple lines
24 * [FELIX-2328] - [gogo] tidy-up runtime to remove optional code etc
25 * [FELIX-2339] - [gogo] add support for running scripts
26 * [FELIX-2342] - [gogo] remove old felix command adaptor
27
28** New Feature
Karl Pauls4ca14822010-09-22 20:37:21 +000029 * [FELIX-2363] - [Gogo] Add annotations for creating commands with
30 optional and out-of-order arguments
Karl Paulsf4ea0312010-06-06 21:55:08 +000031
32** Task
33 * [FELIX-1670] - [gogo] launcher bundle not required
34 * [FELIX-1889] - Gogo should depend on the official OSGi jars
35 * [FELIX-2334] - [Gogo] Use org.apache.felix as Maven groupId
Karl Pauls4ca14822010-09-22 20:37:21 +000036 * [FELIX-2367] - [Gogo] Use org.apache.felix namespace to avoid any
37 perceived legal issues