blob: c2162202144975a7b4f78d3c5cabaad7510c95b1 [file] [log] [blame]
Guillaume Nodet4e2f2be2011-06-16 13:26:20 +00001Changes from 1.2.12 to 1.2.14
2-----------------------------
3
4** Bug
Carsten Ziegeler092b3972011-06-23 09:20:31 +00005 * [FELIX-2997] - java.lang.NullPointerException during shutdown while sending events
Guillaume Nodet4e2f2be2011-06-16 13:26:20 +00006 * [FELIX-3002] - Embed the OBR specific information for the EventAdmin bundle in the manifest
7
8
Carsten Ziegeler6a523e92011-04-15 06:26:53 +00009Changes from 1.2.10 to 1.2.12
10-----------------------------
11
12** Bug
13 * [FELIX-2915] - Potential deadlock on shutdown
14
15
Carsten Ziegeler4dc5b0c2011-03-03 10:34:44 +000016Changes from 1.2.8 to 1.2.10
17----------------------------
18
19** Bug
20 * [FELIX-2836] - Async threads should be daemon threads
21
22** Improvement
23 * [FELIX-2861] - Remove unnecessary object creation
24
25
Sanjeeb Kumar Sahoo50a136a2010-11-30 19:41:54 +000026Changes from 1.2.6 to 1.2.8
27---------------------------
28
29** Improvement
30 * [FELIX-2655] - allow event admin log level to be configurable
31
32
Carsten Ziegeler15afbf02010-10-12 07:41:33 +000033Changes from 1.2.4 to 1.2.6
34---------------------------
35
36** Bug
37 * [FELIX-2608] - Threads should be daemon threads
38
39
Carsten Ziegeler3682ca92010-09-12 10:13:42 +000040Changes from 1.2.2 to 1.2.4
41---------------------------
42
43** Bug
44 * [FELIX-2582] - Event admin requires config admin packages
45 * [FELIX-2431] - EventAdmin service unregistered but not registered again on ConfigAdmin startup
46
47** Improvement
48 * [FELIX-2562] - Remove object caches
49 * [FELIX-2558] - Handle configuration changes without restarting event admin service
50
51
52Changes from 1.0.0 to 1.2.2
53---------------------------
54
55** Bug
56 * [FELIX-2089] - IllegalStateException thrown by LogWrapper if logging after bundle stop
57
58** Improvement
59 * [FELIX-1875] - Add R4.2 support for Event Admin
60 * [FELIX-1913] - All events are processed in a queue
61 * [FELIX-2020] - Make event admin configurable through configuration admin
62 * [FELIX-1960] - Fine-grained timeout configuration
63 * [FELIX-664] - Event Admin OBR description
64
65
66Initial Release 1.0.0
67---------------------