blob: 186c6ed33b54ff35c5fa4f026dcd948ded64c7ad [file] [log] [blame]
Karl Pauls917a34f2014-03-20 21:38:48 +00001Changes from 2.2.0 to 2.4.0
2---------------------------
3** Improvement
4 * Update to latest framework version 4.4.0
5
Karl Paulsd1b10cf2013-03-08 20:55:34 +00006Changes form 2.0.1 to 2.2.0
7---------------------------
8** Bug
9 * [FELIX-3498] - BundleInputStream is not able to handle bundles that only have a MANIFEST.MF entry
10 * [FELIX-3603] - Resources in META-INF/xxx/ fodlers in a signed bundle should be checked
11 * [FELIX-3604] - No error log if the certificate is not valid
12 * [FELIX-3893] - Bundle in cache doesn't pass security check anymore.
13
Karl Pauls2a5a6322011-11-20 20:39:51 +000014Changes from 2.0.0 to 2.0.1
15---------------------------
16
17** Bug
18 * [FELIX-3196] - Security Problem: Getting full file access within the cache directory from one Bundle
19 * [FELIX-3221] - NPE when uninstall a bundle on enabled OSGi security
20
Karl Paulsacf26592011-09-22 13:26:58 +000021Changes from 1.4.2 to 2.0.0
22---------------------------
23** Bug
24 * [FELIX-2648] - Incompatible security provider state when switching from 2.0.4 to 3.0.3
25 * [FELIX-2922] - ArrayIndexOutOfBoundsException when specifying no name
26 * [FELIX-3004] - felix.security does not work with exploded jars
27 * [FELIX-3101] - ClassCastException in Permissions class
28
29** Improvement
30 * Update to latest framework version 4.0.0
31
Karl Pauls0f487a02011-03-28 20:11:35 +000032Changes from 1.4.1 to 1.4.2
33---------------------------
34
35** Improvement
36 * Update to latest framework version 3.2.0
37
Karl Paulsb6a5d3f2010-12-26 21:06:59 +000038Changes from 1.4.0 to 1.4.1
39---------------------------
40
41** Bug
42 * [FELIX-2739] - [Security] Recent framework changes have broken the security provider.
43
Karl Pauls3df23ef2010-08-18 20:14:15 +000044Changes from 1.2.0 to 1.4.0
45---------------------------
46
47** Improvement
48 * [FELIX-2547] - Implement conditionalpermissioninfo encoding/decoding to match the spec.
49
50
Karl Pauls502f4152010-06-06 21:29:01 +000051Changes from 1.0.0 to 1.2.0
52---------------------------
Karl Pauls3df23ef2010-08-18 20:14:15 +000053
Karl Pauls502f4152010-06-06 21:29:01 +000054** Task
55 * [FELIX-2294] - Patch Framework Security for compatibility
56
Karl Paulsd2b6e622010-02-04 22:47:26 +0000571.0.0
58-----
59
60** Initial Release