| 1 |
0.4.4 version
|
| 2 |
* Revert openobex 1.4 dependency. Now ods builds with openobex 1.3
|
| 3 |
even with usb support on
|
| 4 |
|
| 5 |
0.4.3 version
|
| 6 |
* Fix Nokia SDP workaround (this has been broken back in 0.4)
|
| 7 |
* Actually export RemoteCopy and RemoteMove methods
|
| 8 |
* Export more information about USB interfaces. ods now depends
|
| 9 |
on libusb and openobex 1.4 for usb support. USB support can be
|
| 10 |
disable with --disable-usb.
|
| 11 |
* Export OBEXCommand in TransferInfo to differentiate between PUT
|
| 12 |
and GET requests
|
| 13 |
* Various server fixes
|
| 14 |
|
| 15 |
0.4.2 version
|
| 16 |
* Implement RemoteCopy and RemoteMove methods in Session
|
| 17 |
* Use Wand.pc for ImageMagick PKG_CHECK to be compatible with all distros
|
| 18 |
* Avoid executing obex_request_put in ServerSession several times for the
|
| 19 |
same transfer
|
| 20 |
* Avoid printing out NULL for ARM compatibility
|
| 21 |
* Check for Bluez 3.34 or later in configure
|
| 22 |
|
| 23 |
0.4.1 version
|
| 24 |
* Fix a race condition when client app misses ServerSession.TransferStarted signal
|
| 25 |
* Do not use g_assert for checking if DBus context is set in Session and ServerSession methods
|
| 26 |
* Fix TransferStarted signal emission in ServerSession
|
| 27 |
|
| 28 |
0.4 version
|
| 29 |
* Implement partial BIP profile support (ImagePush and RemoteDisplay features supported)
|
| 30 |
* Add support for Bluez 4.x (also still compatible with Bluez 3.x)
|
| 31 |
* Add support for USB transport (only for Sessions ATM)
|
| 32 |
* Add a way to cancel Session connection (Manager.CancelSessionConnect)
|
| 33 |
* FTP servers now expose a capability object
|
| 34 |
* When creating new files, set permissions according to umask
|
| 35 |
* Add a way to specify source Bluetooth adapter for Sessions (changed CreateBluetoothSession)
|
| 36 |
* Let applications know about all sessions/servers running (GetServerList(), GetSessionList() methods)
|
| 37 |
* Lots of other bug fixes
|
| 38 |
|
| 39 |
0.3.4 version
|
| 40 |
* Fix filename conversion to UTF-16 (bug introduced in 0.3.2)
|
| 41 |
* Add manual page
|
| 42 |
* When --enable-system-config build option is used, change DBus .service file accordingly
|
| 43 |
* Small build fixes
|
| 44 |
|
| 45 |
0.3.3 version
|
| 46 |
* Properly close sockets for Session and ServerSession objects
|
| 47 |
|
| 48 |
0.3.2 version
|
| 49 |
* Reduce compiler warnings (fixes bug #98)
|
| 50 |
* Fix ServerSession Accept/Reject (bug #54, only works with patched openobex)
|
| 51 |
* Use different FTP UUID for some Nokia devices (bug #55)
|
| 52 |
* Don't try to remove service record when it is not registered (bug #79)
|
| 53 |
* Check OBEX Target header for FTP sessions (bug #81)
|
| 54 |
* Disable FTP specific commands when OPP is used (bug #82)
|
| 55 |
* Use UTF-8 filenames in folder listing objects (bug #78)
|
| 56 |
* Improve OBEX error reporting (bugs #85, #86, #87, #88)
|
| 57 |
* Fix crashers on exit (bugs #77, #83)
|
| 58 |
* Portability fixes (bug #91)
|
| 59 |
* Check connection ID for FTP session (bugs #90, #92)
|
| 60 |
* Send empty Name header when using ChangeCurrentFolderToRoot (bug #100)
|
| 61 |
* Don't try to access memory regions that were already freed (bug #74).
|
| 62 |
Also fixes a long-standing segfault issue (bug #46)
|
| 63 |
|
| 64 |
0.3.1 version
|
| 65 |
* Fix two crashers (bugs #57, #59)
|
| 66 |
* Add SDP record support for PBAP server (no real PBAP support yet) (bug #60)
|
| 67 |
* Fix naming issue in configure.in
|
| 68 |
|
| 69 |
0.3 version:
|
| 70 |
* API change: Manager.CreateBluetoothServer(string source_address, string pattern, boolean require_pairing)
|
| 71 |
* API change: Server.Start(string path, boolean allow_write, boolean auto_accept)
|
| 72 |
* update ods-server-test.py according to new API
|
| 73 |
* Remove some memory leaks
|
| 74 |
|
| 75 |
0.2 version:
|
| 76 |
* Distribute python tests (ods-session-test.py and ods-server-test.py).
|
| 77 |
* Make object paths lowercase.
|
| 78 |
* API change: Server.Start(string path, boolean allow_write, boolean require_pairing, boolean auto_accept).
|
| 79 |
* New methods: Server.Accept(), Server.Reject().
|
| 80 |
* Fix server SDP record lifetime (now exists between Start() and Stop()).
|
| 81 |
* Make D-Bus system config file optional (enable with --enable-system-config configure option).
|
| 82 |
* Exclude dot files from folder listings.
|