blob: 0f7c8dc1b11a9d23cf639e7de787741c99041bd7 [file] [log] [blame]
Karl Pauls73f01362011-09-22 13:29:22 +00001Changes from 0.8.0 to 0.10.0
2----------------------------
3
Karl Pauls628dbbc2014-07-09 16:36:34 +00004** Improvement
5 * Added gosh_profile work around for issue with OSGi R4.3 API
6 ambiguity.
Karl Pauls73f01362011-09-22 13:29:22 +00007
Richard S. Halla9ad23b2011-02-21 14:51:17 +00008Changes from 0.6.1 to 0.8.0
9---------------------------
10
11** Bug
Karl Pauls628dbbc2014-07-09 16:36:34 +000012 * [FELIX-2651] - [Gogo] MOTD formatting is broken under Windows
13
14** Improvement
15 * [FELIX-2661] - [Gogo] It should be easier to start Gogo shell
16 non-interactively
17
18** New Feature
19 * [FELIX-2767] - gogo telnet IP address
Richard S. Halla9ad23b2011-02-21 14:51:17 +000020
Karl Pauls4ca14822010-09-22 20:37:21 +000021Changes from 0.6.0 to 0.6.1
22---------------------------
23
Karl Pauls628dbbc2014-07-09 16:36:34 +000024** Bug
25 * [FELIX-2446] - [Gogo] The bundle context command is not used with a
26 scope in gosh_profile
27 * [FELIX-2477] - [gogo] shell procedural commands don't inherit closure
28 arguments
Karl Pauls4ca14822010-09-22 20:37:21 +000029
Karl Pauls628dbbc2014-07-09 16:36:34 +000030** Improvement
31 * [FELIX-2445] - [Gogo] Default gosh_profile should be updated to use
32 system bundle to load java.lang.System
33 * [FELIX-2543] - [Gogo] Should avoid using System.getProperty() to get
34 configuration properties
35
36Gogo Shell 0.6.0
37----------------
Karl Paulsf4ea0312010-06-06 21:55:08 +000038
39** Bug
Karl Pauls628dbbc2014-07-09 16:36:34 +000040 * [FELIX-1473] - [gogo] The syntax does not provide a way to call methods
41 on a string
Karl Paulsf4ea0312010-06-06 21:55:08 +000042 * [FELIX-1474] - [gogo] result of commands is implicitly written to pipe
Karl Pauls4ca14822010-09-22 20:37:21 +000043 * [FELIX-1493] - [gogo] automatic expansion of $args in Closure stops
44 direct access to $args list
45 * [FELIX-2337] - [gogo] no way to access array[] elements produced by
46 assignment
47 * [FELIX-2375] - [gogo] when supplied args can't be coerced, the error
48 message prints the arg values, rather than their types
49 * [FELIX-2380] - [gogo] lock contention in piped writer when reader
50 doesn't read all input
Karl Paulsf4ea0312010-06-06 21:55:08 +000051
52** Improvement
53 * [FELIX-1487] - Support for commands on multiple lines
54 * [FELIX-2328] - [gogo] tidy-up runtime to remove optional code etc
55 * [FELIX-2339] - [gogo] add support for running scripts
56 * [FELIX-2342] - [gogo] remove old felix command adaptor
57
58** New Feature
Karl Pauls4ca14822010-09-22 20:37:21 +000059 * [FELIX-2363] - [Gogo] Add annotations for creating commands with
60 optional and out-of-order arguments
Karl Paulsf4ea0312010-06-06 21:55:08 +000061
62** Task
63 * [FELIX-1670] - [gogo] launcher bundle not required
64 * [FELIX-1889] - Gogo should depend on the official OSGi jars
65 * [FELIX-2334] - [Gogo] Use org.apache.felix as Maven groupId
Karl Pauls4ca14822010-09-22 20:37:21 +000066 * [FELIX-2367] - [Gogo] Use org.apache.felix namespace to avoid any
67 perceived legal issues