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