summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 4b478dba0fce310e2f9a84849f2ba417422ad6b2 (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
64
65
66
67
ver 0.11:
	Fix bug when canceling an authorization request.
	Fix broken handling of successful received D-Bus reply.
	Fix broken escape handling for filenames.
	Fix blocking issue with opened TTY.

ver 0.10:
	Fix showing symlinks as files.
	Fix error codes on OBEX get operations.
	Fix "not found" error for delete operations.
	Fix NULL pointer usage of 'nonnull' parameter.
	Fix TTY handling with PC Suite mode.
	Fix D-Bus NameOwnerChanged watch handling.

ver 0.9:
	Fix O_NOCTTY issue when opening TTY device.
	Add support for verbose compiler warnings.
	Add support for application parameters.
	Add support for generic GetCapabilities command.
	Add initial support for Synchronization profile.
	Add basic implementation of Phonebook Access profile.
	Add basic Phonebook Access client support.

ver 0.8:
	Fix memory leaks with asynchronous operations.
	Fix issues with handling larger MTU sizes.
	Fix session and client disconnect handling.
	Add basic Nokia PC Suite support.
	Add support for reinitializing TTY server.

ver 0.7:
	Fix issue with transfers larger than session buffer size.
	Fix various memory leaks within session handling.
	Add support for OBEX client session interface.
	Add support for File Transfer client interface.
	Add support for using the any adapter object path.

ver 0.6:
	Use BlueZ service for FTP authorization.
	Use BlueZ service for service records.
	Never send an OBEX abort for a server.
	Set buffer to NULL after freeing it.
	Include the correct COPYING file.

ver 0.5:
	Add initial obex-client support.
	Add missing API documenation.
	Rename D-Bus service files.

ver 0.4:
	Add plugin infrastructure.
	Add support for TTY transport.
	Fix case when the client doesn't send length header.
	Use LM_AUTH and LM_ENCRYPT instead of LM_SECURE.

ver 0.3:
	Add support for dynamic capability file.
	Removing incomplete files on error.
	Multiple bug fixes.

ver 0.2:
	Add folder listing support.
	Add D-Bus session interface.
	Check for dbus_watch_get_unix_fd function.

ver 0.1:
	Initial public release.