0.3.4 version
	* Fix filename conversion to UTF-16 (bug introduced in 0.3.2)
	* Add manual page
	* When --enable-system-config build option is used, change DBus .service file accordingly
	* Small build fixes

0.3.3 version
	* Properly close sockets for Session and ServerSession objects

0.3.2 version
	* Reduce compiler warnings (fixes bug #98)
	* Fix ServerSession Accept/Reject (bug #54, only works with patched openobex)
	* Use different FTP UUID for some Nokia devices (bug #55)
	* Don't try to remove service record when it is not registered (bug #79)
	* Check OBEX Target header for FTP sessions (bug #81)
	* Disable FTP specific commands when OPP is used (bug #82)
	* Use UTF-8 filenames in folder listing objects (bug #78)
	* Improve OBEX error reporting (bugs #85, #86, #87, #88)
	* Fix crashers on exit (bugs #77, #83)
	* Portability fixes (bug #91)
	* Check connection ID for FTP session (bugs #90, #92)
	* Send empty Name header when using ChangeCurrentFolderToRoot (bug #100)
	* Don't try to access memory regions that were already freed (bug #74).
	  Also fixes a long-standing segfault issue (bug #46)

0.3.1 version
	* Fix two crashers (bugs #57, #59)
	* Add SDP record support for PBAP server (no real PBAP support yet) (bug #60)
	* Fix naming issue in configure.in

0.3 version:
	* API change: Manager.CreateBluetoothServer(string source_address, string pattern, boolean require_pairing)
	* API change: Server.Start(string path, boolean allow_write, boolean auto_accept)
	* update ods-server-test.py according to new API
	* Remove some memory leaks

0.2 version:
	* Distribute python tests (ods-session-test.py and ods-server-test.py).
	* Make object paths lowercase.
	* API change: Server.Start(string path, boolean allow_write, boolean require_pairing, boolean auto_accept).
	* New methods: Server.Accept(), Server.Reject().
	* Fix server SDP record lifetime (now exists between Start() and Stop()).
	* Make D-Bus system config file optional (enable with --enable-system-config configure option).
	* Exclude dot files from folder listings.
