blob: 05dcb6d154ca147051c3edefdf05a5ee0f1b7087 [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
Carsten Ziegeler38f85222011-07-25 12:10:09 +00007 * [FELIX-3053] - Potential deadlock if event handler throws Throwable and is bypassing timeout handling
Carsten Ziegeler4f35c842011-07-28 08:11:03 +00008 * [FELIX-3055] - Event Admin deadlocks when sendEvent is called from within a handleEvent method
Guillaume Nodet4e2f2be2011-06-16 13:26:20 +00009
Carsten Ziegeler7ab71162011-07-28 08:48:27 +000010** Improvement
11 * [FELIX-2156] - Remove Import-Service header in MANIFEST
12
Guillaume Nodet4e2f2be2011-06-16 13:26:20 +000013
Carsten Ziegeler6a523e92011-04-15 06:26:53 +000014Changes from 1.2.10 to 1.2.12
15-----------------------------
16
17** Bug
18 * [FELIX-2915] - Potential deadlock on shutdown
19
20
Carsten Ziegeler4dc5b0c2011-03-03 10:34:44 +000021Changes from 1.2.8 to 1.2.10
22----------------------------
23
24** Bug
25 * [FELIX-2836] - Async threads should be daemon threads
26
27** Improvement
28 * [FELIX-2861] - Remove unnecessary object creation
29
30
Sanjeeb Kumar Sahoo50a136a2010-11-30 19:41:54 +000031Changes from 1.2.6 to 1.2.8
32---------------------------
33
34** Improvement
35 * [FELIX-2655] - allow event admin log level to be configurable
36
37
Carsten Ziegeler15afbf02010-10-12 07:41:33 +000038Changes from 1.2.4 to 1.2.6
39---------------------------
40
41** Bug
42 * [FELIX-2608] - Threads should be daemon threads
43
44
Carsten Ziegeler3682ca92010-09-12 10:13:42 +000045Changes from 1.2.2 to 1.2.4
46---------------------------
47
48** Bug
49 * [FELIX-2582] - Event admin requires config admin packages
50 * [FELIX-2431] - EventAdmin service unregistered but not registered again on ConfigAdmin startup
51
52** Improvement
53 * [FELIX-2562] - Remove object caches
54 * [FELIX-2558] - Handle configuration changes without restarting event admin service
55
56
57Changes from 1.0.0 to 1.2.2
58---------------------------
59
60** Bug
61 * [FELIX-2089] - IllegalStateException thrown by LogWrapper if logging after bundle stop
62
63** Improvement
64 * [FELIX-1875] - Add R4.2 support for Event Admin
65 * [FELIX-1913] - All events are processed in a queue
66 * [FELIX-2020] - Make event admin configurable through configuration admin
67 * [FELIX-1960] - Fine-grained timeout configuration
68 * [FELIX-664] - Event Admin OBR description
69
70
71Initial Release 1.0.0
72---------------------