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