-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
44 lines (35 loc) · 1.51 KB
/
ChangeLog
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 <[email protected]>
- replaced language and application plugins by analyzer plugin
- added action plugin
- simplify plugin iface
* Mon Feb 2 2009 Jiri Moskovcak <[email protected]>
- 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 <[email protected]>
- 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 <[email protected]>
- Initial version of DBus library
- added autotools things
* Thu Jan 22 2009 Zdenek Prikryl <[email protected]>
- added autotools things
* Wed Jan 21 2009 Zdenek Prikryl <[email protected]>
- new directory structure
- new plugin architecture
* Tue Jan 14 2009 Zdenek Prikryl <[email protected]>
- minor redesign of MiddleWare and PluginManager structure
* Tue Jan 13 2009 Zdenek Prikryl <[email protected]>
- New DB interface
- Minor fixes in CCpp hook and CCpp init script
* Thu Jan 8 2009 Jiri Moskovcak <[email protected]>
- an early version of crash watcher daemon
* Thu Jan 08 2009 Zdenek Prikryl <[email protected]>
- 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