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