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