Karl Pauls | 4ca1482 | 2010-09-22 20:37:21 +0000 | [diff] [blame] | 1 | Changes from 0.6.0 to 0.6.1 |
| 2 | --------------------------- |
| 3 | ** Bug |
| 4 | * [FELIX-2446] - [Gogo] The bundle context command is not used with a |
| 5 | scope in gosh_profile |
| 6 | * [FELIX-2477] - [gogo] shell procedural commands don't inherit closure |
| 7 | arguments |
| 8 | |
| 9 | ** Improvement |
| 10 | * [FELIX-2445] - [Gogo] Default gosh_profile should be updated to use |
| 11 | system bundle to load java.lang.System |
| 12 | * [FELIX-2543] - [Gogo] Should avoid using System.getProperty() to get |
| 13 | configuration properties |
| 14 | |
| 15 | Gogo Shell 0.6.0 |
| 16 | ---------------- |
| 17 | |
| 18 | ** Bug |
| 19 | * [FELIX-1473] - [gogo] The syntax does not provide a way to call methods |
| 20 | on a string |
| 21 | * [FELIX-1474] - [gogo] result of commands is implicitly written to pipe |
| 22 | * [FELIX-1493] - [gogo] automatic expansion of $args in Closure stops |
| 23 | direct access to $args list |
| 24 | * [FELIX-2337] - [gogo] no way to access array[] elements produced by |
| 25 | assignment |
| 26 | * [FELIX-2375] - [gogo] when supplied args can't be coerced, the error |
| 27 | message prints the arg values, rather than their types |
| 28 | * [FELIX-2380] - [gogo] lock contention in piped writer when reader |
| 29 | doesn't read all input |
| 30 | |
| 31 | ** Improvement |
| 32 | * [FELIX-1487] - Support for commands on multiple lines |
| 33 | * [FELIX-2328] - [gogo] tidy-up runtime to remove optional code etc |
| 34 | * [FELIX-2339] - [gogo] add support for running scripts |
| 35 | * [FELIX-2342] - [gogo] remove old felix command adaptor |
| 36 | |
| 37 | ** New Feature |
| 38 | * [FELIX-2363] - [Gogo] Add annotations for creating commands with |
| 39 | optional and out-of-order arguments |
| 40 | |
| 41 | ** Task |
| 42 | * [FELIX-1670] - [gogo] launcher bundle not required |
| 43 | * [FELIX-1889] - Gogo should depend on the official OSGi jars |
| 44 | * [FELIX-2334] - [Gogo] Use org.apache.felix as Maven groupId |
| 45 | * [FELIX-2367] - [Gogo] Use org.apache.felix namespace to avoid any |
| 46 | perceived legal issues |