summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: b830cbbc2ab83a80efd8967188f642b5dc523148 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Revision 0.3.1
- Fixed a problem when accessing prct and key-value database
- reverted chnage of datastructure mad in revision 0.2.4

Revision 0.3.0
- Switched to the MPL v2 license
- Fixed dbus signal issues
- Corrected dbus persistence admin interface parameters
- Removed static code analysis warnings
- Removed gvdb library, only Itzam/C will be used now.
- Adjusted customer plugin interface (long to int datatype)
- Adjusted file and key interface (long to int)


Revision 0.2.4
- Updated test data
- Internal data reorganization
- Fixed a problem with cursor (warning: still not fully working as expected)
- Fixed a problem with internal database handling


Revision 0.2.3
- Fixed handle problem
- added cursor functions
- key do not need to start with a '/' anymore
- added multi-threading support to dbus mainloop


Revision 0.2.2
- Updated test data
- Added shared data support
- Removed error when loading custom plugin function that is not available in the plugin library
  (loading just continues with the next function and does not abort anymore)


Revision 0.2.1
- Extended tests
- Fixed some minor bugs
- Removed dconf


Revision 0.2.0
- Fixed a problem with handle generation
- Updated custom plugin library interface
- Switched to itzam database (gvdb currently commented out)
- Adjusted dbus message parameter
- Extended tests (added tests for "key_write_data")
- Added itzam database files to Data.tar.gz files


Revision 0.1.5
- Fixed problem where no custom lib is available; extended custom lib interface; introduced error codes; removed modules form Makefile.am
- Adjusted license in test files to MIT
- Removed requesting dbus name from dbus main loop


Revison 0.1.4
- Update after code review; Extended custom library interface with function without handle
- Removed c++test warnings
- Moved test data to subfolder test
- Update after code review; corrected package config; updated tests and test data 
- Now custom client lib functions will be called; Added debug configure switch (debug was by default activated)
- Added debug version to configure; Now custom client lib functions will be called; stabilized custom library feature; added new test data