blob: 0f7c8dc1b11a9d23cf639e7de787741c99041bd7 [file] [log] [blame]
Richard S. Hall5dfc9ad2011-06-16 15:47:23 +00001Changes from 0.8.0 to 0.10.0
2----------------------------
3
4** Improvement
5 * Added gosh_profile work around for issue with OSGi R4.3 API
6 ambiguity.
7
Richard S. Hallbed97cc2011-01-11 17:27:12 +00008Changes from 0.6.1 to 0.8.0
9---------------------------
10
11** Bug
12 * [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
20
Richard S. Hall093a1052010-09-22 20:02:59 +000021Changes from 0.6.0 to 0.6.1
22---------------------------
Richard S. Hallbed97cc2011-01-11 17:27:12 +000023
Richard S. Hall093a1052010-09-22 20:02:59 +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
29
30** 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 Pauls54c25992010-06-06 20:20:11 +000038
39** Bug
Richard S. Hall093a1052010-09-22 20:02:59 +000040 * [FELIX-1473] - [gogo] The syntax does not provide a way to call methods
41 on a string
Karl Pauls54c25992010-06-06 20:20:11 +000042 * [FELIX-1474] - [gogo] result of commands is implicitly written to pipe
Richard S. Hall093a1052010-09-22 20:02:59 +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 Pauls54c25992010-06-06 20:20:11 +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
Richard S. Hall093a1052010-09-22 20:02:59 +000059 * [FELIX-2363] - [Gogo] Add annotations for creating commands with
60 optional and out-of-order arguments
Karl Pauls54c25992010-06-06 20:20:11 +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
Richard S. Hall093a1052010-09-22 20:02:59 +000066 * [FELIX-2367] - [Gogo] Use org.apache.felix namespace to avoid any
67 perceived legal issues