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