blob: f87a901de9366f298d43355068cce0a85ca30911 [file] [log] [blame]
Karl Pauls73f01362011-09-22 13:29:22 +00001Changes from 3.2.2 to 4.0.0
2---------------------------
3** Improvement
4 * [FELIX-3094] - [Main] Launcher should attempt to restart framework if the system bundle was updated
5 * [FELIX-3123] - [Main] Integrate OBR 1.6.6
6 * [FELIX-3125] - Update to latest framework version 4.0.0
7
8** Task
9 * [FELIX-3051] - [Main] Integrate latest Gogo Command bundle to support inspecting generic capabilities/requirements
10
11
Karl Paulsda9871c2011-05-11 19:16:20 +000012Changes from 3.2.1 to 3.2.2
13---------------------------
14
15** Improvement
16 * Update to latest framework version 3.2.2
17
Karl Pauls3f5c19b2011-04-18 21:33:22 +000018Changes from 3.2.0 to 3.2.1
19---------------------------
20
21** Improvement
22 * Update to latest framework version 3.2.1
23
24
Karl Paulsda84e132011-03-28 20:00:25 +000025Changes from 3.0.9 to 3.2.0
26---------------------------
27
28** Improvement
29 * Update to latest framework version 3.2.0
30
Karl Paulsc52f6172011-02-21 21:48:19 +000031Changes from 3.0.8 to 3.0.9
32---------------------------
33
34** Bug
35 * [FELIX-2796] - felix.auto.deploy.action throws NPE with only "update" action
36
37** Improvement
38 * Update to latest framework version 3.0.9
39
Richard S. Hall8fe08db2011-02-21 14:38:03 +000040Changes from 3.0.7 to 3.0.8
41---------------------------
42
43** Improvement
44 * Update to latest framework version 3.0.8
45 * Update to gogo version 0.8.0
46
Karl Pauls279d5412010-12-26 21:09:17 +000047Changes from 3.0.6 to 3.0.7
48---------------------------
49
50** Improvement
51 * Update to latest framework version 3.0.7
52
Karl Paulsdb2cbc02010-11-03 21:03:40 +000053Changes from 3.0.5 to 3.0.6
54---------------------------
55
56** Improvement
57 * Update to latest framework version 3.0.6
58
59** New Feature
60 * [FELIX-2678] - Startlevel for bundles in auto.deploy.dir
61
Karl Pauls5dfa2a02010-10-18 21:58:01 +000062Changes from 3.0.4 to 3.0.5
63---------------------------
64
65** Improvement
66 * Update to latest framework version 3.0.5
67
Karl Paulse74c2482010-10-04 20:35:42 +000068Changes from 3.0.3 to 3.0.4
69---------------------------
70
71** Improvement
72 * Update to latest framework version 3.0.4
73
Karl Pauls4ca14822010-09-22 20:37:21 +000074Changes from 3.0.2 to 3.0.3
75---------------------------
76
77** Improvement
78 * Update to latest framework version 3.0.3
79 * Update to gogo 0.6.1
80
Karl Pauls7fd85ce2010-08-18 20:41:35 +000081Changes from 3.0.1 to 3.0.2
82---------------------------
83
84** Improvement
85 * Update to latest framework version 3.0.2
86
Karl Pauls5fb43302010-06-14 20:13:54 +000087Changes from 3.0.0 to 3.0.1
88---------------------------
89
90** Improvement
91 * Update to latest framework version 3.0.1
92
Karl Paulsf4ea0312010-06-06 21:55:08 +000093Changes from 2.0.5 to 3.0.0
94---------------------------
95
96** Improvement
97 * Update to latest framework version 3.0.0
98 * [FELIX-1797] - Customizable Framework startup message
99 * [FELIX-2042] - Use Gogo as the default shell for the framework distribution
100 * [FELIX-2336] - Variable substitution in configuration files should ignore mismatched delimiters
101
102Changes from 2.0.4 to 2.0.5
103---------------------------
104
105** Improvement
106 * Update to latest framework version 2.0.5
107
Karl Pauls680b11e2010-02-14 22:54:13 +0000108Changes from 2.0.3 to 2.0.4
109---------------------------
110
111** Improvement
112 * Update to latest framework version 2.0.4
113
Karl Paulsc6eda452010-02-14 22:52:56 +0000114Changes from 2.0.2 to 2.0.3
115---------------------------
116
117** Improvement
118 * Update to latest framework version 2.0.3
119
120Changes from 2.0.1 to 2.0.2
121---------------------------
122
123** Improvement
124 * Update to latest framework version 2.0.2
125
126Changes from 2.0.0 to 2.0.1
127---------------------------
128
129** Improvement
130 * Update to latest framework version 2.0.1
131
132Changes from 1.8.1 to 2.0.0
133---------------------------
134
135** Improvement
136 * Update to latest framework version 2.0.0
137
138Changes form 1.6.1 to 1.8.0
139---------------------------
140
141** Improvement
142 * Update to latest framework version 1.8.0
143
144Changes from 1.6.0 to 1.6.1
145---------------------------
146
147** Improvement
148 * Update to latest framework version 1.6.1
149
150Changes from 1.4.1 to 1.6.0
151---------------------------
152
153** Improvement
154 * Update to latest framework version 1.6.0
155
156Changes from 1.4.0 to 1.4.1
157---------------------------
158
159* [2008-12-20] Update to latest framework version 1.4.0
160* [2008-11-18] Modified the pom file to export the OSGi packages; this can be
161 helpful for tools trying to determine what the JAR file provides.
162* [2008-11-07] Align log level property name in pom.xml and config.properties
163
164Changes from 1.2.2 to 1.4.0
165---------------------------
166
167* [2008-10-31] Fixed a possible NPE when no configuration file is found.
168* [2008-10-23] Change the name of the SystemBundle interface to be Framework.
169 (FELIX-753)
170* [2008-10-22] Hide wire messages in felix releases. (FELIX-707)
171* [2008-10-16] Modified framework to have default values for the system packages
172 property. Now it is really possible to start Felix with no configuration
173 properties. (FELIX-753)
174* [2008-10-10] Implements support for flushing the cache on framework
175 initialization. (FELIX-755)
176* [2008-10-09] Modified the bundle cache to no longer have profiles. (FELIX-754)
177* [2008-10-08] Modified the Felix API to aligned with the proposed standard OSGi
178 framework API. (FELIX-753)
179* [2008-09-23] Added symbolic names to framework and main.
180* [2008-09-12] Added a configuration property to determine whether installing a
181 fragment that uses unimplemented features throws an exception or logs a
182 warning. (FELIX-725)
183
184Changes form 1.2.1 to 1.2.2
185---------------------------
186
187* [2008-10-14] Update to latest framework version 1.2.2.
188
189Changes from 1.2.0 to 1.2.1
190---------------------------
191
192* [2008-09-07] Hide WIRE log messages. (FELIX-707)
193* [2008-09-07] Use the new Felix releases obr repository URL.
194 (FELIX-708)
195
196Changes from 1.0.3 to 1.2.0
197---------------------------
198
199* [2008-08-03] Change to the R4.1 version of the spec. (FELIX-514)
200* [2008-05-08] Fixed a NPE. (FELIX-525)
201
202Changes from 1.0.3 to 1.0.4
203---------------------------
204
205* [2008-04-22] Update to framework version 1.0.4.
206
207Changes from 1.0.1 to 1.0.3
208---------------------------
209
210* [2008-01-27] Added launching and embedding docs to main project.
211* [2008-01-22] Update to maven-bundle-plugin version 1.2.0.
212* [2008-01-07] Modifed default launcher in Main to separate out
213 auto-property processing so that it is easier to reuse the code in
214 custom launchers. (FELIX-448)
215* [2007-12-14] Removed auto-property processing out of the framework and
216 into the default launcher. (FELIX-393)
217* [2007-10-16] Use variable substitution via BND to define the properties
218 in default.properties from the properties in config.properties.
219 (FELIX-380)
220* [2007-10-03] Added support to the Main launcher to use a default
221 embedded resource for setting the framework configuration properties
222 if the actual config.properties file cannot be loaded. (FELIX-380)
223* [2007-09-20] Remove some packages for jre1.3 profile and add/remove a
224 few for 1.4, 1.5, and 1.6 (javax.crypto.*). (FELIX-371)
225
226
227Changes from 1.0.0 to 1.0.1
228---------------------------
229
230* [2007-09-16] Update to framework version 1.0.1.
231
232
233Changes from 0.8.0-incubator to 1.0.0
234-------------------------------------
235
236* [2007-01-31] Changed how the system packages property is calculated to
237 make it more robust; previously it was leaving a dangling comma if the
238 execution platform was not known.
239* [2007-02-05] Added system package support for Java 6. (FELIX-201)
240* [2007-02-13] Removed support for trusted certificate authorities; this
241 will be added later as an extension.
242* [2007-03-16] Felix configuration properties can now be set as system
243 properties when using the standard launcher. (FELIX-250)
244* [2007-03-28] No longer including config.properties in the JAR file.
245* [2007-04-13] The javax.net and javax.net.ssl packages were missing
246 from the system packages properties.
247* [2007-04-13] Fixed a bug where the launcher was not correctly calculating
248 the installation directory correctly.
249* [2007-05-07] Was accidentally including OBR service interface package
250 in main JAR.
251* [2007-05-22] Now includes the Service Tracker package in main JAR.
252* [2007-07-04] Modified to use the new Felix embedding API.