blob: b5c01bcb45e836cb0372be9881cc91895f021f6b [file] [log] [blame]
A. J. David Bosschaert8d53f282015-10-01 08:18:10 +00001Changes 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. Hall5dfc9ad2011-06-16 15:47:23 +000014Changes 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. Hallbed97cc2011-01-11 17:27:12 +000021Changes 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. Hall093a1052010-09-22 20:02:59 +000034Changes from 0.6.0 to 0.6.1
35---------------------------
Richard S. Hallbed97cc2011-01-11 17:27:12 +000036
Richard S. Hall093a1052010-09-22 20:02:59 +000037** 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
49Gogo Shell 0.6.0
50----------------
Karl Pauls54c25992010-06-06 20:20:11 +000051
52** Bug
Richard S. Hall093a1052010-09-22 20:02:59 +000053 * [FELIX-1473] - [gogo] The syntax does not provide a way to call methods
54 on a string
Karl Pauls54c25992010-06-06 20:20:11 +000055 * [FELIX-1474] - [gogo] result of commands is implicitly written to pipe
Richard S. Hall093a1052010-09-22 20:02:59 +000056 * [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 Pauls54c25992010-06-06 20:20:11 +000064
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. Hall093a1052010-09-22 20:02:59 +000072 * [FELIX-2363] - [Gogo] Add annotations for creating commands with
73 optional and out-of-order arguments
Karl Pauls54c25992010-06-06 20:20:11 +000074
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. Hall093a1052010-09-22 20:02:59 +000079 * [FELIX-2367] - [Gogo] Use org.apache.felix namespace to avoid any
80 perceived legal issues