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