Karl Pauls | f4ea031 | 2010-06-06 21:55:08 +0000 | [diff] [blame] | 1 | Release Notes gogo 0.6.0 |
| 2 | ------------------------ |
| 3 | |
| 4 | ** Bug |
| 5 | * [FELIX-1473] - [gogo] The syntax does not provide a way to call methods on a string |
| 6 | * [FELIX-1474] - [gogo] result of commands is implicitly written to pipe |
| 7 | * [FELIX-1493] - [gogo] automatic expansion of $args in Closure stops direct access to $args list |
| 8 | * [FELIX-2337] - [gogo] no way to access array[] elements produced by assignment |
| 9 | * [FELIX-2375] - [gogo] when supplied args can't be coerced, the error message prints the arg values, rather than their types |
| 10 | * [FELIX-2380] - [gogo] lock contention in piped writer when reader doesn't read all input |
| 11 | |
| 12 | ** Improvement |
| 13 | * [FELIX-1487] - Support for commands on multiple lines |
| 14 | * [FELIX-2328] - [gogo] tidy-up runtime to remove optional code etc |
| 15 | * [FELIX-2339] - [gogo] add support for running scripts |
| 16 | * [FELIX-2342] - [gogo] remove old felix command adaptor |
| 17 | |
| 18 | ** New Feature |
| 19 | * [FELIX-2363] - [Gogo] Add annotations for creating commands with optional and out-of-order arguments |
| 20 | |
| 21 | ** Task |
| 22 | * [FELIX-1670] - [gogo] launcher bundle not required |
| 23 | * [FELIX-1889] - Gogo should depend on the official OSGi jars |
| 24 | * [FELIX-2334] - [Gogo] Use org.apache.felix as Maven groupId |
| 25 | * [FELIX-2367] - [Gogo] Use org.apache.felix namespace to avoid any perceived legal issues |