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