obexd-test package is needed for testing
[profile/ivi/obexd.git] / ChangeLog
1 ver 0.46:
2         Update client transfer API.
3         Fix issue with using invalid PSM numbers.
4         Add support for MAP message listing parameters.
5         Add support for MAP folder listing retrieval.
6
7 ver 0.45:
8         Fix issue with SRM and GET requests.
9         Fix issue with SRM headers and CONNECT.
10         Fix issue with ABORT request not being not processed.
11         Fix issue with file deletion when push gets aborted.
12         Fix issue with missing parsing of PUT application parameter.
13         Fix issue with parsing of PBAP client application parameter.
14         Fix issue with byte-order conversion and L2CAP.
15         Add support for OBEX over L2CAP transport.
16         Add support for MAP AP core functions.
17
18 ver 0.44:
19         Fix issue with incorrect path during authorization.
20         Fix issue with missing reset after transfer completion.
21         Fix issue with invalid memory access and PBAP.
22         Add support for OBEX Single Response Mode.
23
24 ver 0.43:
25         Remove OpenOBEX dependency.
26         Fix multiple issues with PBAP and vCard encoding.
27         Add initial support for handling Message Access Profile.
28         Add support for internal and fully asynchronous OBEX library.
29
30 ver 0.42:
31         Fix issue with freeing buffer before transfer is complete.
32         Fix issue with invalid memory read when pulling phonebook.
33         Fix issue with test cases for empty phonebooks.
34         Add support for multiple phonebooks when using EDS.
35         Add support for handling OBEX Action command.
36
37 ver 0.41:
38         Fix issue with pulling phonebook entries without last name.
39         Fix issue with handling owner data in phonebook pull.
40         Add support for fetching call history in parts.
41         Add support for selective plugin loading.
42         Add support for Message Access Profile plugin.
43
44 ver 0.40:
45         Fix issue with plugin close & disconnect functions call order.
46         Fix issue with history queries for contacts outside phonebook.
47         Fix issue with crash after fetching single owner vCard.
48         Add support for multiple URLs in phonebooks.
49
50 ver 0.39:
51         Fix for handling fax and cell phone numbers.
52         Fix for handling emails in pull call history queries.
53         Fix for handling addresses in pull call history queries.
54         Fix for handling default card and empty phonebook.
55         Add support for handling NewMissedCalls.
56
57 ver 0.38:
58         Fix regression causing crash in 3-way calling.
59         Fix possible crash when processing session callback.
60         Fix issue with fetching contact photo file name.
61         Fix issue with fetching 0.vcf vCard entry.
62         Add support for optimized PBAP tracker queries.
63         Add support for files bigger than 2GB on 32-bit systems.
64
65 ver 0.37:
66         Fix queries for contact with only one affiliation.
67         Fix pull phonebook with non-zero offset parameter.
68         Fix pull phonebook reply if filter not set.
69         Fix proper type handling for various queries.
70
71 ver 0.36:
72         Fix crash for empty listing and an invalid cache.
73         Fix issue with process pending request if transfer canceled.
74         Fix issue with error setting when canceling suspended requests.
75         Fix issue with folder listing and name header for subfolders.
76         Fix issue with status response after pulling empty call history.
77         Fix issue with not handling nco affiliation fields correctly.
78         Fix issue with history listing queries in phonebook-tracker.
79         Fix regression when formatting timestamps from tracker.
80
81 ver 0.35:
82         Fix regression on suspend on opening.
83         Fix suspend stream on opening if no data.
84         Fix memory leaks in phonebook-tracker module.
85         Fix not responding Not Found for filtered vcard-listing.
86         Fix not responding Not Found when no entry is found.
87         Fix issue with X-IRMC-CALL-DATETIME format.
88
89 ver 0.34:
90         Fix issue with error detection and last part of transfer buffer.
91         Fix issue with not detecting errors on small files.
92         Fix issue with emitting TransferCompleted twice.
93         Fix issue with default call type from call log.
94         Fix issue with websiteUrl query field not being generic.
95         Add support for binding mch, ich, och and cch call logs.
96         Add handling of TITLE contact's field in vCard.
97
98 ver 0.33:
99         Fix issue with handling of phonebook size during pull request.
100         Add support for handling of UID contact field in vCard.
101         Add support for handling more than one address in vCard.
102         Add support for merging address fields into single field.
103
104 ver 0.32:
105         Fix issues caused by dependencies on phonebook source.
106         Fix handling empty fields in vCards.
107         Fix issues with emails category.
108
109 ver 0.31:
110         Fix aborting capability scripts creating zombies.
111         Fix problem with multiple emails in same vcard.
112         Fix multiple phone number problem in pull vcard.
113         Fix multiple phone numbers problem in vcard-listing.
114         Fix return value checking of e_book_async_get_contacts.
115         Fix a memory leak when adding contacts to the result.
116         Add support of single contact's fields in vcard.
117         Add support for FAX number with tracker phonebook.
118         Add simple IrMC sync server support.
119
120 ver 0.30:
121         Fix issue with empty error messages.
122         Fix issue with query for vCarcd listing.
123         Fix problem with incoming calls query.
124         Fix handling of vCard filter settings.
125         Fix potential buffer overflow with target sizes.
126         Fix NULL checking within PBAP GET operation.
127         Fix NULL checking for PBAP name parameter.
128         Fix crash when processing OBEX_EV_PROGRESS event.
129         Fix crash when resetting a session with no service.
130         Fix not closing socket when connection attempt fails.
131         Fix de-registering PBAP drivers on init failure scenarios.
132         Add variable target size support to MIME type drivers.
133         Add support for returning all eBook TEL attributes.
134         Add PBAP client tests for ICH, OCH, MCH and CCH.
135
136 ver 0.29:
137         Fix security requirements for legacy devices.
138         Fix empty 'N:' parameter handling for vCards.
139         Fix order of contacts in the combined calls folder.
140         Fix not replying error when transfer could not be started.
141         Fix not unregistering transfer when completed.
142         Fix memory leak when freeing transfer parameters.
143         Fix issues with handling of driver reset.
144         Add support for responding to Auth Challenge.
145         Add support for dynamic debug feature.
146
147 ver 0.28:
148         Fix broken assumption about contacts.
149         Fix issue with exporting empty contacts.
150         Fix issue with not always including the TEL header.
151         Fix wrong response code for PBAP PUT operation.
152         Fix handling of Tracker optional parameters.
153         Fix queries for incoming and outgoing folders.
154         Fix ordering during folder listing.
155         Fix complex logic discovering the type of call.
156         Add support for the X-IRMC-CALL-DATETIME field.
157
158 ver 0.27:
159         Fix GET name handling with FTP service.
160         Fix service driver matching when who is not specified.
161         Fix object name not being updated when agent changes it.
162         Fix inconsistency when using vCard version 2.1.
163         Fix wrong response code to PUT requests for PBAP.
164         Fix crash on PBAP SetPhoneBook function.
165         Add support for transport drivers.
166         Add support for Nokia backup plugin.
167
168 ver 0.26:
169         Fix the order of the calls handles.
170         Fix crash when receiving small objects.
171         Fix invalid memory access when removing a file.
172         Fix inverting the list with wrong search attribute.
173         Fix wrong response code for dummy PullvCardListing.
174         Fix sending the Not Found response asynchronously.
175         Fix not resetting buffered data count when resetting the session.
176         Add support for multiple telephone numbers.
177         Add support for the ADR filter.
178
179 ver 0.25:
180         Fix issue with missing phonebook-tracker.c file.
181
182 ver 0.24:
183         Fix bug when creating directories.
184         Fix error code when removing non-empty directory.
185         Fix PullBusinessCard not return transfer errors.
186         Fix MaxListCount handling for PBAP PullPhoneBook function.
187         Fix mimetype driver selection and default fallback.
188         Add support to the WHO header in mimetype drivers.
189         Add support for PBAP operations to the back-ends.
190         Add support for PBAP Tracker backend.
191
192 ver 0.23:
193         Fix unneeded reset of session after a CONNECT.
194         Fix folder and object names with enabled auto accept.
195         Fix agent not being released after transfers complete.
196         Fix sending full packets to achieve higher throughput.
197         Add support for mimetype driver to phonebook access.
198         Add support for mimetype driver to SyncEvolution.
199
200 ver 0.22:
201         Fix file corruption during PUT operation.
202         Fix the response of PUT requests for PBAP.
203         Fix blocking while waiting capability script to exit.
204         Fix compilation issues with driver and plugin options.
205         Fix service driver selection when WHO header is informed.
206         Fix issue with PC-Suite WHO header.
207         Fix issue when mime type exists but is unknown.
208         Fix issue when opening file fails during SendFiles.
209         Fix error code response when there is no default vCard.
210         Fix a memory leak when opening a folder for listing.
211
212 ver 0.21:
213         Fix crash caused by D-Bus timeout handling.
214         Fix issue when the object size is unknown.
215         Fix issue with reporting no space left on disk.
216         Fix read callback of various drivers.
217
218 ver 0.20:
219         Fix D-Bus error handling on SyncEvolution connect.
220         Fix PC Suite service driver matching.
221
222 ver 0.19:
223         Fix crash with agent unregister handling.
224         Add support for mimetype and filesystem plugins.
225         Add support for phonebook and telephony drivers.
226         Add initial OBEX server/SyncML binding for SyncEvolution.
227
228 ver 0.18:
229         Fix free space calculation on systems where fsfilcnt_t is 32-bit.
230         Fix SendFiles to actually use the source argument.
231
232 ver 0.17:
233         Fix Bluetooth initialization handling.
234         Add support for full non-recursive build.
235
236 ver 0.16:
237         Add support for mem-type attribute when in PC Suite mode.
238         Make sure the ONLCR flag is cleared for the TTY.
239
240 ver 0.15:
241         Fix BtIO race condition in detecting a closed file descriptor.
242         Fix handling of strict-aliasing rules.
243
244 ver 0.14:
245         Fix issue with symlinks on TTY based servers.
246         Add proper error logs for os_prepare_get failures.
247         Add proper error checks for finding adapter details.
248         Add support for RFCOMM channel property.
249         Add support for PBAP integration with EDS.
250
251 ver 0.13:
252         Fix issue when bluetoothd is restarted no record is registered.
253         Fix registration of the Transfer interface for FTP sessions.
254         Add FTP client test script.
255         Add support for OBEX root folder setup script.
256         Make root folder relative to $HOME if it doesn't start with '/'.
257
258 ver 0.12:
259         Fix various format string issues.
260         Fix handling of authorizations with no reply.
261         Add support for using BtIO helper library.
262         Add signal handling for toggling debug messages.
263         Add signal handling for USB TTY details.
264         Add test script for folder listing.
265
266 ver 0.11:
267         Fix bug when canceling an authorization request.
268         Fix broken handling of successful received D-Bus reply.
269         Fix broken escape handling for filenames.
270         Fix blocking issue with opened TTY.
271
272 ver 0.10:
273         Fix showing symlinks as files.
274         Fix error codes on OBEX get operations.
275         Fix "not found" error for delete operations.
276         Fix NULL pointer usage of 'nonnull' parameter.
277         Fix TTY handling with PC Suite mode.
278         Fix D-Bus NameOwnerChanged watch handling.
279
280 ver 0.9:
281         Fix O_NOCTTY issue when opening TTY device.
282         Add support for verbose compiler warnings.
283         Add support for application parameters.
284         Add support for generic GetCapabilities command.
285         Add initial support for Synchronization profile.
286         Add basic implementation of Phonebook Access profile.
287         Add basic Phonebook Access client support.
288
289 ver 0.8:
290         Fix memory leaks with asynchronous operations.
291         Fix issues with handling larger MTU sizes.
292         Fix session and client disconnect handling.
293         Add basic Nokia PC Suite support.
294         Add support for reinitializing TTY server.
295
296 ver 0.7:
297         Fix issue with transfers larger than session buffer size.
298         Fix various memory leaks within session handling.
299         Add support for OBEX client session interface.
300         Add support for File Transfer client interface.
301         Add support for using the any adapter object path.
302
303 ver 0.6:
304         Use BlueZ service for FTP authorization.
305         Use BlueZ service for service records.
306         Never send an OBEX abort for a server.
307         Set buffer to NULL after freeing it.
308         Include the correct COPYING file.
309
310 ver 0.5:
311         Add initial obex-client support.
312         Add missing API documenation.
313         Rename D-Bus service files.
314
315 ver 0.4:
316         Add plugin infrastructure.
317         Add support for TTY transport.
318         Fix case when the client doesn't send length header.
319         Use LM_AUTH and LM_ENCRYPT instead of LM_SECURE.
320
321 ver 0.3:
322         Add support for dynamic capability file.
323         Removing incomplete files on error.
324         Multiple bug fixes.
325
326 ver 0.2:
327         Add folder listing support.
328         Add D-Bus session interface.
329         Check for dbus_watch_get_unix_fd function.
330
331 ver 0.1:
332         Initial public release.