A. J. David Bosschaert | 8d53f28 | 2015-10-01 08:18:10 +0000 | [diff] [blame] | 1 | Changes from 0.10.0 to 0.12.0 |
| 2 | ----------------------------- |
| 3 | ** Improvement |
| 4 | * FELIX-5021 [GOGO] Use system bundle to find bundles |
| 5 | * FELIX-4529 [Gogo] Let gosh be configured by files contributed by a bundle fragment |
| 6 | * FELIX-3341 Simple csh-like Command History |
| 7 | * FELIX-3340 Allow the prompt to be a Function |
| 8 | |
| 9 | ** Bug |
| 10 | * FELIX-4425 Short command in Gogo Shell not working with Java 8 |
| 11 | * FELIX-3706 gogo shell startup failure in busy system |
| 12 | * FELIX-3703 Race condition in gogo runtime activator |
| 13 | |
Richard S. Hall | 5dfc9ad | 2011-06-16 15:47:23 +0000 | [diff] [blame] | 14 | Changes from 0.8.0 to 0.10.0 |
| 15 | ---------------------------- |
| 16 | |
| 17 | ** Improvement |
| 18 | * Added gosh_profile work around for issue with OSGi R4.3 API |
| 19 | ambiguity. |
| 20 | |
Richard S. Hall | bed97cc | 2011-01-11 17:27:12 +0000 | [diff] [blame] | 21 | Changes from 0.6.1 to 0.8.0 |
| 22 | --------------------------- |
| 23 | |
| 24 | ** Bug |
| 25 | * [FELIX-2651] - [Gogo] MOTD formatting is broken under Windows |
| 26 | |
| 27 | ** Improvement |
| 28 | * [FELIX-2661] - [Gogo] It should be easier to start Gogo shell |
| 29 | non-interactively |
| 30 | |
| 31 | ** New Feature |
| 32 | * [FELIX-2767] - gogo telnet IP address |
| 33 | |
Richard S. Hall | 093a105 | 2010-09-22 20:02:59 +0000 | [diff] [blame] | 34 | Changes from 0.6.0 to 0.6.1 |
| 35 | --------------------------- |
Richard S. Hall | bed97cc | 2011-01-11 17:27:12 +0000 | [diff] [blame] | 36 | |
Richard S. Hall | 093a105 | 2010-09-22 20:02:59 +0000 | [diff] [blame] | 37 | ** Bug |
| 38 | * [FELIX-2446] - [Gogo] The bundle context command is not used with a |
| 39 | scope in gosh_profile |
| 40 | * [FELIX-2477] - [gogo] shell procedural commands don't inherit closure |
| 41 | arguments |
| 42 | |
| 43 | ** Improvement |
| 44 | * [FELIX-2445] - [Gogo] Default gosh_profile should be updated to use |
| 45 | system bundle to load java.lang.System |
| 46 | * [FELIX-2543] - [Gogo] Should avoid using System.getProperty() to get |
| 47 | configuration properties |
| 48 | |
| 49 | Gogo Shell 0.6.0 |
| 50 | ---------------- |
Karl Pauls | 54c2599 | 2010-06-06 20:20:11 +0000 | [diff] [blame] | 51 | |
| 52 | ** Bug |
Richard S. Hall | 093a105 | 2010-09-22 20:02:59 +0000 | [diff] [blame] | 53 | * [FELIX-1473] - [gogo] The syntax does not provide a way to call methods |
| 54 | on a string |
Karl Pauls | 54c2599 | 2010-06-06 20:20:11 +0000 | [diff] [blame] | 55 | * [FELIX-1474] - [gogo] result of commands is implicitly written to pipe |
Richard S. Hall | 093a105 | 2010-09-22 20:02:59 +0000 | [diff] [blame] | 56 | * [FELIX-1493] - [gogo] automatic expansion of $args in Closure stops |
| 57 | direct access to $args list |
| 58 | * [FELIX-2337] - [gogo] no way to access array[] elements produced by |
| 59 | assignment |
| 60 | * [FELIX-2375] - [gogo] when supplied args can't be coerced, the error |
| 61 | message prints the arg values, rather than their types |
| 62 | * [FELIX-2380] - [gogo] lock contention in piped writer when reader |
| 63 | doesn't read all input |
Karl Pauls | 54c2599 | 2010-06-06 20:20:11 +0000 | [diff] [blame] | 64 | |
| 65 | ** Improvement |
| 66 | * [FELIX-1487] - Support for commands on multiple lines |
| 67 | * [FELIX-2328] - [gogo] tidy-up runtime to remove optional code etc |
| 68 | * [FELIX-2339] - [gogo] add support for running scripts |
| 69 | * [FELIX-2342] - [gogo] remove old felix command adaptor |
| 70 | |
| 71 | ** New Feature |
Richard S. Hall | 093a105 | 2010-09-22 20:02:59 +0000 | [diff] [blame] | 72 | * [FELIX-2363] - [Gogo] Add annotations for creating commands with |
| 73 | optional and out-of-order arguments |
Karl Pauls | 54c2599 | 2010-06-06 20:20:11 +0000 | [diff] [blame] | 74 | |
| 75 | ** Task |
| 76 | * [FELIX-1670] - [gogo] launcher bundle not required |
| 77 | * [FELIX-1889] - Gogo should depend on the official OSGi jars |
| 78 | * [FELIX-2334] - [Gogo] Use org.apache.felix as Maven groupId |
Richard S. Hall | 093a105 | 2010-09-22 20:02:59 +0000 | [diff] [blame] | 79 | * [FELIX-2367] - [Gogo] Use org.apache.felix namespace to avoid any |
| 80 | perceived legal issues |