summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 8a9669cb931d9a0b806747fb56381778dd54be2d (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
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.