blob: ae6dd347f5491dca29770c4b116a0cdbbbb88fea [file] [log] [blame]
Guillaume Nodetbf5450e2014-06-14 09:00:40 +00001Changes 0.12.0 to 0.12.1
2------------------------
3
4** Bug
5 * [FELIX-4533] - Gogo runtime does not advertise published services
6
7
8Changes 0.10.0 to 0.12.0
9------------------------
10
11** Bug
12 * [FELIX-4336] - The use of inheritable thread locals in ThreadIO can cause problems
13
14** Improvement
15 * [FELIX-3590] - Add system property resolution to CommandSessionImpl
16 * [FELIX-4363] - The CommandSession get/set methods are not thread safe
17
18
Richard S. Hall5dfc9ad2011-06-16 15:47:23 +000019Changes 0.8.0 to 0.10.0
Guillaume Nodetbf5450e2014-06-14 09:00:40 +000020-----------------------
Richard S. Hall5dfc9ad2011-06-16 15:47:23 +000021
22** Bug
23 * [FELIX-2870] - ConcurrentModificationException in gogo runtime
24 * [FELIX-2894] - Gogo does not handles options but not parameters
25 * [FELIX-2927] - [gogo] coercion mechanism invokes foo(String) instead
26 of foo(int) - even with explicit int argument
27
Richard S. Hallbed97cc2011-01-11 17:27:12 +000028Changes 0.6.1 to 0.8.0
29----------------------
30
31** Bug
32 * [FELIX-2723] - When the execution of a closure with pipes is
33 interrupted, pipes should be interrupted too
34
35** New Feature
36 * [FELIX-2761] - Add a way to listen to execution of command lines
37 * [FELIX-2764] - Publish OSGi EventAdmin events when executing a command
38 line
39
Richard S. Hall093a1052010-09-22 20:02:59 +000040Changes 0.6.0 to 0.6.1
41----------------------
Karl Pauls54c25992010-06-06 20:20:11 +000042
43** Bug
Richard S. Hall093a1052010-09-22 20:02:59 +000044 * [FELIX-1473] - [gogo] The syntax does not provide a way to call
45 methods on a string
46 * [FELIX-2432] - [gogo] NPE/coercion failure when null first parameter
47 to method expecting arry
48 * [FELIX-2545] - [gogo] runtime should close all open sessions when it
49 is stopped
50 * [FELIX-2606] - Gogo isn't decoupled from OSGi anymore
51
52** Improvement
53 * [FELIX-2396] - Ability to have callbacks when accessing session variables
54 * [FELIX-2433] - [gogo] allow command expansion inside double quotes
55 * [FELIX-2607] - Introduce a specific exception when a command is not
56 foundGogo Runtime 0.6.1
57
58Gogo Runtime 0.6.0
59------------------
60
61** Bug
62 * [FELIX-1473] - [gogo] The syntax does not provide a way to call methods
63 on a string
Karl Pauls54c25992010-06-06 20:20:11 +000064 * [FELIX-1474] - [gogo] result of commands is implicitly written to pipe
Richard S. Hall093a1052010-09-22 20:02:59 +000065 * [FELIX-1493] - [gogo] automatic expansion of $args in Closure stops
66 direct access to $args list
67 * [FELIX-2337] - [gogo] no way to access array[] elements produced by
68 assignment
69 * [FELIX-2375] - [gogo] when supplied args can't be coerced, the error
70 message prints the arg values, rather than their types
71 * [FELIX-2380] - [gogo] lock contention in piped writer when reader
72 doesn't read all input
Karl Pauls54c25992010-06-06 20:20:11 +000073
74** Improvement
75 * [FELIX-1487] - Support for commands on multiple lines
76 * [FELIX-2328] - [gogo] tidy-up runtime to remove optional code etc
77 * [FELIX-2339] - [gogo] add support for running scripts
78 * [FELIX-2342] - [gogo] remove old felix command adaptor
79
80** New Feature
Richard S. Hall093a1052010-09-22 20:02:59 +000081 * [FELIX-2363] - [Gogo] Add annotations for creating commands with
82 optional and out-of-order arguments
Karl Pauls54c25992010-06-06 20:20:11 +000083
84** Task
85 * [FELIX-1670] - [gogo] launcher bundle not required
86 * [FELIX-1889] - Gogo should depend on the official OSGi jars
87 * [FELIX-2334] - [Gogo] Use org.apache.felix as Maven groupId
Richard S. Hall093a1052010-09-22 20:02:59 +000088 * [FELIX-2367] - [Gogo] Use org.apache.felix namespace to avoid any
89 perceived legal issues