| 1 | ver 1.3: |
|---|
| 2 | Add support for setting the creation-ID. |
|---|
| 3 | Updated constants to match IrOBEX 1.3. |
|---|
| 4 | Replace netbuf implementation with databuffer. |
|---|
| 5 | Fix segmentation fault when receiving invalid OBEX packets. |
|---|
| 6 | |
|---|
| 7 | ver 1.2: |
|---|
| 8 | Add OBEX_EV_REQCHECK support. |
|---|
| 9 | Add support for suspend after sending a header. |
|---|
| 10 | Add support for empty headers for buggy OBEX servers. |
|---|
| 11 | Fix memory leak in obex_object_send(). |
|---|
| 12 | |
|---|
| 13 | ver 1.1: |
|---|
| 14 | Fix list of exported functions (Bug 644690). |
|---|
| 15 | Fix duplicate string from basename() result (Bug 668977). |
|---|
| 16 | Fix wrong order of sanity checks (Bug 703452). |
|---|
| 17 | Fix memory leak in send_stream() function. |
|---|
| 18 | ISO C99 says that inttypes.h includes stdint.h header. |
|---|
| 19 | Add proper client side ABORT support. |
|---|
| 20 | Add support for OBEX_SuspendRequest() and OBEX_ResumeRequest(). |
|---|
| 21 | Add USB transport support. |
|---|
| 22 | Increase the allowed maximum MTU to 64kB-1. |
|---|
| 23 | Disconnect when an ABORT fails. |
|---|
| 24 | Make it possible to include headers from C++ source code. |
|---|
| 25 | Advertise OBEX Protocol Version 1.0. |
|---|
| 26 | |
|---|
| 27 | ver 1.0.1: |
|---|
| 28 | Make OBEX_TRANS_BLUETOOTH working on Big-endian platform. |
|---|
| 29 | Add COPYING.LIB for LGPL stuff. |
|---|
| 30 | Don't auto generate openobex.spec file. |
|---|
| 31 | |
|---|
| 32 | ver 1.0.0: |
|---|
| 33 | Make 1.0.0-pre5 the final release. |
|---|
| 34 | |
|---|
| 35 | ver 1.0.0-pre5: |
|---|
| 36 | Add Bluetooth server support. |
|---|
| 37 | Add OBEX_SetCustomData() and OBEX_GetCustomData(). |
|---|
| 38 | Replace OBEX_GetResponseMessage() with OBEX_ResponseToString(). |
|---|
| 39 | |
|---|
| 40 | ver 1.0.0-pre4: |
|---|
| 41 | Add Bluetooth client support. |
|---|
| 42 | Change Bluetooth MTU to OBEX_DEFAULT_MTU. |
|---|
| 43 | Change type of RFCOMM channel to uint8_t. |
|---|
| 44 | Return static strings from obex_get_response_message(). |
|---|
| 45 | Add OBEX_TRANS_FD support. |
|---|
| 46 | |
|---|
| 47 | ver 1.0.0-pre3: |
|---|
| 48 | Fix workaround for Bluetooth support, again. |
|---|
| 49 | Implement correct handling of OBEX_EV_REQDONE. |
|---|
| 50 | Replace OBEX_TRANS_CUST with OBEX_TRANS_CUSTOM. |
|---|
| 51 | Remove default prefix statement. |
|---|
| 52 | Remove GLib dependencies. |
|---|
| 53 | Change g_htons() into htons(). |
|---|
| 54 | |
|---|
| 55 | ver 1.0.0-pre2: |
|---|
| 56 | Add support for DEBUG and DUMP. |
|---|
| 57 | Add streaming support and push command. |
|---|
| 58 | Disable IrDA discovery if a valid IrDA address is supplied. |
|---|
| 59 | Fix workaround for compilation without Bluetooth support. |
|---|
| 60 | |
|---|
| 61 | ver 1.0.0-pre1: |
|---|
| 62 | Support for Bluetooth transport layer. |
|---|
| 63 | Handle unexpected data in continue. |
|---|
| 64 | Allow higher MTUs. |
|---|