Changed file and key-value API according GENIVI naming conventions
[profile/ivi/persistence-client-library.git] / ChangeLog
1 Revision 0.3.2
2 - Updated dbus interface (removed error code as paramaters; requestID passed by a message will now returned to "sender")
3 - Moved headers used by other persistence components into include_protected folder
4
5 Revision 0.3.1
6 - Fixed a problem when accessing prct and key-value database
7 - reverted change of datastructure mad in revision 0.2.4
8
9 Revision 0.3.0
10 - Switched to the MPL v2 license
11 - Fixed dbus signal issues
12 - Corrected dbus persistence admin interface parameters
13 - Removed static code analysis warnings
14 - Removed gvdb library, only Itzam/C will be used now.
15 - Adjusted customer plugin interface (long to int datatype)
16 - Adjusted file and key interface (long to int)
17
18
19 Revision 0.2.4
20 - Updated test data
21 - Internal data reorganization
22 - Fixed a problem with cursor (warning: still not fully working as expected)
23 - Fixed a problem with internal database handling
24
25
26 Revision 0.2.3
27 - Fixed handle problem
28 - added cursor functions
29 - key do not need to start with a '/' anymore
30 - added multi-threading support to dbus mainloop
31
32
33 Revision 0.2.2
34 - Updated test data
35 - Added shared data support
36 - Removed error when loading custom plugin function that is not available in the plugin library
37   (loading just continues with the next function and does not abort anymore)
38
39
40 Revision 0.2.1
41 - Extended tests
42 - Fixed some minor bugs
43 - Removed dconf
44
45
46 Revision 0.2.0
47 - Fixed a problem with handle generation
48 - Updated custom plugin library interface
49 - Switched to itzam database (gvdb currently commented out)
50 - Adjusted dbus message parameter
51 - Extended tests (added tests for "key_write_data")
52 - Added itzam database files to Data.tar.gz files
53
54
55 Revision 0.1.5
56 - Fixed problem where no custom lib is available; extended custom lib interface; introduced error codes; removed modules form Makefile.am
57 - Adjusted license in test files to MIT
58 - Removed requesting dbus name from dbus main loop
59
60
61 Revison 0.1.4
62 - Update after code review; Extended custom library interface with function without handle
63 - Removed c++test warnings
64 - Moved test data to subfolder test
65 - Update after code review; corrected package config; updated tests and test data 
66 - Now custom client lib functions will be called; Added debug configure switch (debug was by default activated)
67 - Added debug version to configure; Now custom client lib functions will be called; stabilized custom library feature; added new test data