summaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: 8fd12fee39f74486e1f87df618fff4748daee7a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
* Thu Mar 19 2009 Zdenek Prikryl <zprikryl@redhat.com>
- replaced language and application plugins by analyzer plugin
- added action plugin
- simplify plugin iface

* Mon Feb  2 2009 Jiri Moskovcak <jmoskovc@redhat.com>
- switch from dbus SESSION bus to SYSTEM bus
- send message thru dbus low-level api instead of glib
- code cleanup - modified DBusManager API

* Fri Jan 30 2009 Jiri Moskovcak <jmoskovc@redhat.com>
- Added simple systray applet
- Added dbus support to daemon
- Some improvements to DBusManager library
- Code cleanup
- Daemon uses glib for event handling

* Thu Jan 22 2009 Jiri Moskovcak <jmoskovc@redhat.com>
- Initial version of DBus library
- added autotools things

* Thu Jan 22 2009 Zdenek Prikryl <zprikryl@redhat.com>
- added autotools things

* Wed Jan 21 2009 Zdenek Prikryl <zprikryl@redhat.com>
- new directory structure
- new plugin architecture

* Tue Jan 14 2009 Zdenek Prikryl <zprikryl@redhat.com>
- minor redesign of MiddleWare and PluginManager structure

* Tue Jan 13 2009 Zdenek Prikryl <zprikryl@redhat.com>
- New DB interface
- Minor fixes in CCpp hook and CCpp init script

* Thu Jan  8 2009 Jiri Moskovcak <jmoskovc@redhat.com>
- an early version of crash watcher daemon

* Thu Jan 08 2009 Zdenek Prikryl <zprikryl@redhat.com>
- New Language and reporter plugin API, added function for loading settings
- New plugin interface, added unregister function
- Added interface for language and reporter plugins to MiddleWare library
- DebugDump library can create/delete dumps
- Initial version of CCpp add-on