blob: 1e0dc87eeda1bef57162701456b8fdc12f0753f7 [file] [log] [blame]
Karl Paulsce7b7f62011-03-28 19:51:21 +00001Changes from 3.0.9 to 3.2.0
2---------------------------
3
4** Improvement
5 * Update to latest framework version 3.2.0
6
Richard S. Hall71250f92011-02-21 14:47:00 +00007Changes from 3.0.8 to 3.0.9
8---------------------------
9
10** Bug
11 * [FELIX-2796] - felix.auto.deploy.action throws NPE with only "update" action
12
13** Improvement
14 * Update to latest framework version 3.0.9
15
Richard S. Hall01eaee42011-02-21 14:34:31 +000016Changes from 3.0.7 to 3.0.8
17---------------------------
18
19** Improvement
20 * Update to latest framework version 3.0.8
21 * Update to gogo version 0.8.0
22
Karl Paulsbbc29572010-12-26 21:07:41 +000023Changes from 3.0.6 to 3.0.7
24---------------------------
25
26** Improvement
27 * Update to latest framework version 3.0.7
28
Karl Pauls483438a2010-11-03 20:51:21 +000029Changes from 3.0.5 to 3.0.6
30---------------------------
31
32** Improvement
33 * Update to latest framework version 3.0.6
34
35** New Feature
36 * [FELIX-2678] - Startlevel for bundles in auto.deploy.dir
37
Karl Pauls51adb522010-10-18 21:45:40 +000038Changes from 3.0.4 to 3.0.5
39---------------------------
40
41** Improvement
42 * Update to latest framework version 3.0.5
43
Karl Pauls848468c2010-10-04 20:26:51 +000044Changes from 3.0.3 to 3.0.4
45---------------------------
46
47** Improvement
48 * Update to latest framework version 3.0.4
49
Karl Paulsfc651152010-09-22 20:31:15 +000050Changes from 3.0.2 to 3.0.3
51---------------------------
52
53** Improvement
54 * Update to latest framework version 3.0.3
55 * Update to gogo 0.6.1
56
Karl Pauls3fd480a2010-08-18 20:27:22 +000057Changes from 3.0.1 to 3.0.2
58---------------------------
59
60** Improvement
61 * Update to latest framework version 3.0.2
62
Karl Pauls8a83e282010-06-14 20:09:18 +000063Changes from 3.0.0 to 3.0.1
64---------------------------
65
66** Improvement
67 * Update to latest framework version 3.0.1
68
Karl Pauls34ab8272010-06-06 21:44:50 +000069Changes from 2.0.5 to 3.0.0
70---------------------------
71
72** Improvement
73 * Update to latest framework version 3.0.0
74 * [FELIX-1797] - Customizable Framework startup message
Karl Paulsd8a30422010-06-06 21:46:52 +000075 * [FELIX-2042] - Use Gogo as the default shell for the framework distribution
Karl Pauls34ab8272010-06-06 21:44:50 +000076 * [FELIX-2336] - Variable substitution in configuration files should ignore mismatched delimiters
77
78Changes from 2.0.4 to 2.0.5
79---------------------------
80
81** Improvement
82 * Update to latest framework version 2.0.5
83
Karl Paulseef94162010-02-14 22:48:15 +000084Changes from 2.0.3 to 2.0.4
85---------------------------
86
87** Improvement
88 * Update to latest framework version 2.0.4
89
Karl Pauls6e2e0222010-02-04 22:45:58 +000090Changes from 2.0.2 to 2.0.3
91---------------------------
92
93** Improvement
94 * Update to latest framework version 2.0.3
95
Karl Pauls1c23e022009-11-01 19:27:53 +000096Changes from 2.0.1 to 2.0.2
97---------------------------
98
99** Improvement
100 * Update to latest framework version 2.0.2
101
Karl Paulscf1cb102009-10-11 20:27:45 +0000102Changes from 2.0.0 to 2.0.1
103---------------------------
104
105** Improvement
Karl Paulsbc00aa62009-10-11 20:32:26 +0000106 * Update to latest framework version 2.0.1
Karl Paulscf1cb102009-10-11 20:27:45 +0000107
Karl Pauls44c941b2009-09-06 22:21:18 +0000108Changes from 1.8.1 to 2.0.0
109---------------------------
110
111** Improvement
112 * Update to latest framework version 2.0.0
113
Karl Pauls040e4322009-05-10 22:09:56 +0000114Changes form 1.6.1 to 1.8.0
115---------------------------
116
117** Improvement
118 * Update to latest framework version 1.8.0
119
Karl Pauls48d887c2009-04-26 20:54:43 +0000120Changes from 1.6.0 to 1.6.1
121---------------------------
122
123** Improvement
Karl Pauls040e4322009-05-10 22:09:56 +0000124 * Update to latest framework version 1.6.1
Karl Pauls48d887c2009-04-26 20:54:43 +0000125
Karl Pauls03c00142009-03-31 21:10:19 +0000126Changes from 1.4.1 to 1.6.0
127---------------------------
128
129** Improvement
130 * Update to latest framework version 1.6.0
131
Karl Pauls1be3b032008-12-20 16:27:49 +0000132Changes from 1.4.0 to 1.4.1
133---------------------------
134
135* [2008-12-20] Update to latest framework version 1.4.0
136* [2008-11-18] Modified the pom file to export the OSGi packages; this can be
137 helpful for tools trying to determine what the JAR file provides.
138* [2008-11-07] Align log level property name in pom.xml and config.properties
139
Karl Paulsf7d389c2008-11-06 16:22:54 +0000140Changes from 1.2.2 to 1.4.0
141---------------------------
Karl Pauls1be3b032008-12-20 16:27:49 +0000142
Karl Paulsf7d389c2008-11-06 16:22:54 +0000143* [2008-10-31] Fixed a possible NPE when no configuration file is found.
144* [2008-10-23] Change the name of the SystemBundle interface to be Framework.
145 (FELIX-753)
146* [2008-10-22] Hide wire messages in felix releases. (FELIX-707)
147* [2008-10-16] Modified framework to have default values for the system packages
148 property. Now it is really possible to start Felix with no configuration
149 properties. (FELIX-753)
150* [2008-10-10] Implements support for flushing the cache on framework
151 initialization. (FELIX-755)
152* [2008-10-09] Modified the bundle cache to no longer have profiles. (FELIX-754)
153* [2008-10-08] Modified the Felix API to aligned with the proposed standard OSGi
154 framework API. (FELIX-753)
155* [2008-09-23] Added symbolic names to framework and main.
156* [2008-09-12] Added a configuration property to determine whether installing a
157 fragment that uses unimplemented features throws an exception or logs a
158 warning. (FELIX-725)
159
160Changes form 1.2.1 to 1.2.2
161---------------------------
162
163* [2008-10-14] Update to latest framework version 1.2.2.
164
Karl Paulsdba15c82008-09-07 19:54:38 +0000165Changes from 1.2.0 to 1.2.1
166---------------------------
167
168* [2008-09-07] Hide WIRE log messages. (FELIX-707)
169* [2008-09-07] Use the new Felix releases obr repository URL.
170 (FELIX-708)
171
Karl Pauls60946d02008-08-31 22:15:50 +0000172Changes from 1.0.3 to 1.2.0
173---------------------------
174
175* [2008-08-03] Change to the R4.1 version of the spec. (FELIX-514)
176* [2008-05-08] Fixed a NPE. (FELIX-525)
177
Karl Pauls058453a2008-04-21 23:43:37 +0000178Changes from 1.0.3 to 1.0.4
179---------------------------
180
181* [2008-04-22] Update to framework version 1.0.4.
182
Karl Paulsfff3aa92008-01-28 09:37:37 +0000183Changes from 1.0.1 to 1.0.3
Karl Paulse8bd9a52008-01-27 19:49:38 +0000184---------------------------
185
186* [2008-01-27] Added launching and embedding docs to main project.
187* [2008-01-22] Update to maven-bundle-plugin version 1.2.0.
188* [2008-01-07] Modifed default launcher in Main to separate out
189 auto-property processing so that it is easier to reuse the code in
190 custom launchers. (FELIX-448)
191* [2007-12-14] Removed auto-property processing out of the framework and
192 into the default launcher. (FELIX-393)
193* [2007-10-16] Use variable substitution via BND to define the properties
194 in default.properties from the properties in config.properties.
195 (FELIX-380)
196* [2007-10-03] Added support to the Main launcher to use a default
197 embedded resource for setting the framework configuration properties
198 if the actual config.properties file cannot be loaded. (FELIX-380)
199* [2007-09-20] Remove some packages for jre1.3 profile and add/remove a
200 few for 1.4, 1.5, and 1.6 (javax.crypto.*). (FELIX-371)
201
202
Karl Paulsaf276eb2007-09-16 21:02:32 +0000203Changes from 1.0.0 to 1.0.1
204---------------------------
205
206* [2007-09-16] Update to framework version 1.0.1.
207
208
Richard S. Hall2cd5bed2007-07-16 20:32:41 +0000209Changes from 0.8.0-incubator to 1.0.0
210-------------------------------------
211
212* [2007-01-31] Changed how the system packages property is calculated to
213 make it more robust; previously it was leaving a dangling comma if the
214 execution platform was not known.
215* [2007-02-05] Added system package support for Java 6. (FELIX-201)
216* [2007-02-13] Removed support for trusted certificate authorities; this
217 will be added later as an extension.
218* [2007-03-16] Felix configuration properties can now be set as system
219 properties when using the standard launcher. (FELIX-250)
220* [2007-03-28] No longer including config.properties in the JAR file.
221* [2007-04-13] The javax.net and javax.net.ssl packages were missing
222 from the system packages properties.
223* [2007-04-13] Fixed a bug where the launcher was not correctly calculating
224 the installation directory correctly.
225* [2007-05-07] Was accidentally including OBR service interface package
226 in main JAR.
227* [2007-05-22] Now includes the Service Tracker package in main JAR.
228* [2007-07-04] Modified to use the new Felix embedding API.