blob: 13ec024fba84d12e54d0b216c82a53c0c0f30d03 [file] [log] [blame]
Karl Pauls4ca14822010-09-22 20:37:21 +00001Changes 0.6.0 to 0.6.1
2----------------------
3
4** Bug
5 * [FELIX-1473] - [gogo] The syntax does not provide a way to call
6 methods on a string
7 * [FELIX-2432] - [gogo] NPE/coercion failure when null first parameter
8 to method expecting arry
9 * [FELIX-2545] - [gogo] runtime should close all open sessions when it
10 is stopped
11 * [FELIX-2606] - Gogo isn't decoupled from OSGi anymore
12
13** Improvement
14 * [FELIX-2396] - Ability to have callbacks when accessing session variables
15 * [FELIX-2433] - [gogo] allow command expansion inside double quotes
16 * [FELIX-2607] - Introduce a specific exception when a command is not
17 foundGogo Runtime 0.6.1
18
19Gogo Runtime 0.6.0
20------------------
21
22** Bug
23 * [FELIX-1473] - [gogo] The syntax does not provide a way to call methods
24 on a string
25 * [FELIX-1474] - [gogo] result of commands is implicitly written to pipe
26 * [FELIX-1493] - [gogo] automatic expansion of $args in Closure stops
27 direct access to $args list
28 * [FELIX-2337] - [gogo] no way to access array[] elements produced by
29 assignment
30 * [FELIX-2375] - [gogo] when supplied args can't be coerced, the error
31 message prints the arg values, rather than their types
32 * [FELIX-2380] - [gogo] lock contention in piped writer when reader
33 doesn't read all input
34
35** Improvement
36 * [FELIX-1487] - Support for commands on multiple lines
37 * [FELIX-2328] - [gogo] tidy-up runtime to remove optional code etc
38 * [FELIX-2339] - [gogo] add support for running scripts
39 * [FELIX-2342] - [gogo] remove old felix command adaptor
40
41** New Feature
42 * [FELIX-2363] - [Gogo] Add annotations for creating commands with
43 optional and out-of-order arguments
44
45** Task
46 * [FELIX-1670] - [gogo] launcher bundle not required
47 * [FELIX-1889] - Gogo should depend on the official OSGi jars
48 * [FELIX-2334] - [Gogo] Use org.apache.felix as Maven groupId
49 * [FELIX-2367] - [Gogo] Use org.apache.felix namespace to avoid any
50 perceived legal issues