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