blob: 743b68e1e0411375fe905a7461fac458dd623193 [file] [log] [blame]
Richard S. Hall6b1f33a2011-06-16 15:47:23 +00001Changes from 0.8.0 to 0.10.0
2----------------------------
3
4** Bug
5 * [FELIX-2937] - [Gogo Command] OBR commands do not output anything
6 when nothing is found
7 * [FELIX-2938] - [Gogo Command] The "info" command throws an NPE if
8 the specified bundle identifier doesn't exist
9 * [FELIX-3001] - [gogo] help command throws ClassCastException if any
10 osgi.command.function service property is not String[]
11
Richard S. Hall7923fff2011-01-11 17:27:12 +000012Changes from 0.6.1 to 0.8.0
13---------------------------
14
15** Bug
16 * [FELIX-2676] - bundlelevel gogo command will never work for modifying
17 bundle level
18
Richard S. Hall6e8380d2010-09-22 20:02:59 +000019Changes from 0.6.0 to 0.6.1
20---------------------------
21
22* Import Gogo packages with mandatory attribute.
23
24Gogo Command 0.6.0
25------------------
Karl Pauls937ee732010-06-06 20:20:11 +000026
27** Bug
Richard S. Hall6e8380d2010-09-22 20:02:59 +000028 * [FELIX-1473] - [gogo] The syntax does not provide a way to call
29 methods on a string
Karl Pauls937ee732010-06-06 20:20:11 +000030 * [FELIX-1474] - [gogo] result of commands is implicitly written to pipe
Richard S. Hall6e8380d2010-09-22 20:02:59 +000031 * [FELIX-1493] - [gogo] automatic expansion of $args in Closure stops
32 direct access to $args list
33 * [FELIX-2337] - [gogo] no way to access array[] elements produced by
34 assignment
35 * [FELIX-2375] - [gogo] when supplied args can't be coerced, the error
36 message prints the arg values, rather than their types
37 * [FELIX-2380] - [gogo] lock contention in piped writer when reader
38 doesn't read all input
Karl Pauls937ee732010-06-06 20:20:11 +000039
40** Improvement
41 * [FELIX-1487] - Support for commands on multiple lines
42 * [FELIX-2328] - [gogo] tidy-up runtime to remove optional code etc
43 * [FELIX-2339] - [gogo] add support for running scripts
44 * [FELIX-2342] - [gogo] remove old felix command adaptor
45
46** New Feature
Richard S. Hall6e8380d2010-09-22 20:02:59 +000047 * [FELIX-2363] - [Gogo] Add annotations for creating commands with
48 optional and out-of-order arguments
Karl Pauls937ee732010-06-06 20:20:11 +000049
50** Task
51 * [FELIX-1670] - [gogo] launcher bundle not required
52 * [FELIX-1889] - Gogo should depend on the official OSGi jars
53 * [FELIX-2334] - [Gogo] Use org.apache.felix as Maven groupId
Richard S. Hall6e8380d2010-09-22 20:02:59 +000054 * [FELIX-2367] - [Gogo] Use org.apache.felix namespace to avoid any
55 perceived legal issues