blob: 9ee5b649636ad5fd14211c9ff0e6ec49bcb59ece [file] [log] [blame]
Richard S. Hallbed97cc2011-01-11 17:27:12 +00001Changes 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
Richard S. Hall093a1052010-09-22 20:02:59 +000014Changes from 0.6.0 to 0.6.1
15---------------------------
Richard S. Hallbed97cc2011-01-11 17:27:12 +000016
Richard S. Hall093a1052010-09-22 20:02:59 +000017** 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
29Gogo Shell 0.6.0
30----------------
Karl Pauls54c25992010-06-06 20:20:11 +000031
32** Bug
Richard S. Hall093a1052010-09-22 20:02:59 +000033 * [FELIX-1473] - [gogo] The syntax does not provide a way to call methods
34 on a string
Karl Pauls54c25992010-06-06 20:20:11 +000035 * [FELIX-1474] - [gogo] result of commands is implicitly written to pipe
Richard S. Hall093a1052010-09-22 20:02:59 +000036 * [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
Karl Pauls54c25992010-06-06 20:20:11 +000044
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
Richard S. Hall093a1052010-09-22 20:02:59 +000052 * [FELIX-2363] - [Gogo] Add annotations for creating commands with
53 optional and out-of-order arguments
Karl Pauls54c25992010-06-06 20:20:11 +000054
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
Richard S. Hall093a1052010-09-22 20:02:59 +000059 * [FELIX-2367] - [Gogo] Use org.apache.felix namespace to avoid any
60 perceived legal issues