blob: f45da42ec07e932251e3ae2a6b40d6a50746f40d [file] [log] [blame]
A. J. David Bosschaert254a7b62015-10-01 08:28:48 +00001Changes from 0.14.0 to 0.16.0
2-----------------------------
3** Improvement
4 * FELIX-5021 [GOGO] Use system bundle to find bundles
5 * FELIX-5009 Relative URIs would be nice for install and update
6 * FELIX-5008 gogo usage messages could be less confusing
7 * FELIX-3499 felix:cd command works only with relative paths
8
9** Bug
10 * FELIX-4969 cd refuses to leave initial directory
11
12Changes from 0.12.0 to 0.14.0
Karl Paulsbfbee092011-09-22 13:22:16 +000013-----------------------------
14
A. J. David Bosschaert3f7b3fd2014-06-17 09:00:49 +000015* Fix a NPE with the obr:info command
16
17Changes from 0.10.0 to 0.12.0
18-----------------------------
19
Karl Paulsbfbee092011-09-22 13:22:16 +000020** Improvement
21 * [FELIX-3050] - [Gogo Command] Update "inspect" command to work with OSGi R4.3 generic capabilities/requirements
22 * [FELIX-3088] - [Gogo Command] The "resolve" command should print some message if not all bundles could be resolved
23 * [FELIX-3118] - obr:deploy should allow user to specify whether optional bundles are deployed or not
24
Richard S. Hall5dfc9ad2011-06-16 15:47:23 +000025Changes from 0.8.0 to 0.10.0
26----------------------------
27
28** Bug
29 * [FELIX-2937] - [Gogo Command] OBR commands do not output anything
30 when nothing is found
31 * [FELIX-2938] - [Gogo Command] The "info" command throws an NPE if
32 the specified bundle identifier doesn't exist
33 * [FELIX-3001] - [gogo] help command throws ClassCastException if any
34 osgi.command.function service property is not String[]
35
Richard S. Hallbed97cc2011-01-11 17:27:12 +000036Changes from 0.6.1 to 0.8.0
37---------------------------
38
39** Bug
40 * [FELIX-2676] - bundlelevel gogo command will never work for modifying
41 bundle level
42
Richard S. Hall093a1052010-09-22 20:02:59 +000043Changes from 0.6.0 to 0.6.1
44---------------------------
45
46* Import Gogo packages with mandatory attribute.
47
48Gogo Command 0.6.0
49------------------
Karl Pauls54c25992010-06-06 20:20:11 +000050
51** Bug
Richard S. Hall093a1052010-09-22 20:02:59 +000052 * [FELIX-1473] - [gogo] The syntax does not provide a way to call
53 methods on a string
Karl Pauls54c25992010-06-06 20:20:11 +000054 * [FELIX-1474] - [gogo] result of commands is implicitly written to pipe
Richard S. Hall093a1052010-09-22 20:02:59 +000055 * [FELIX-1493] - [gogo] automatic expansion of $args in Closure stops
56 direct access to $args list
57 * [FELIX-2337] - [gogo] no way to access array[] elements produced by
58 assignment
59 * [FELIX-2375] - [gogo] when supplied args can't be coerced, the error
60 message prints the arg values, rather than their types
61 * [FELIX-2380] - [gogo] lock contention in piped writer when reader
62 doesn't read all input
Karl Pauls54c25992010-06-06 20:20:11 +000063
64** Improvement
65 * [FELIX-1487] - Support for commands on multiple lines
66 * [FELIX-2328] - [gogo] tidy-up runtime to remove optional code etc
67 * [FELIX-2339] - [gogo] add support for running scripts
68 * [FELIX-2342] - [gogo] remove old felix command adaptor
69
70** New Feature
Richard S. Hall093a1052010-09-22 20:02:59 +000071 * [FELIX-2363] - [Gogo] Add annotations for creating commands with
72 optional and out-of-order arguments
Karl Pauls54c25992010-06-06 20:20:11 +000073
74** Task
75 * [FELIX-1670] - [gogo] launcher bundle not required
76 * [FELIX-1889] - Gogo should depend on the official OSGi jars
77 * [FELIX-2334] - [Gogo] Use org.apache.felix as Maven groupId
Richard S. Hall093a1052010-09-22 20:02:59 +000078 * [FELIX-2367] - [Gogo] Use org.apache.felix namespace to avoid any
79 perceived legal issues