The following changes since commit 10b69ce470e33393b921ac4298774b8cfaa10f19:

  Fix Windows build broken by commit b807401578a6 (2011-02-22 16:38:32 -0300)

are available in the git repository at:
  git://gitorious.org/openobex/mainline.git for-mainline

Hendrik Sattler (9):
      Update install instructions
      Prepare for the addition of the Bluetooth L2CAP transport
      Add Bluetooth L2CAP tranport
      Cleanup of obex_test
      Allow usage of L2CAP transport with obex_test
      Fix: allow disconnect of server socket
      Fix return value from client accept
      Fix: allow using 's' command more than once in obex_test
      Fix new warnings from gcc-4.6

 INSTALL.txt                       |   10 +-
 INSTALL_Win32.txt                 |   54 +++---
 apps/ircp/ircp_client.c           |    6 +-
 apps/ircp/ircp_server.c           |    8 +-
 apps/obex_test/obex_test.c        |  151 +++++++++++-------
 apps/obex_test/obex_test_client.c |   43 ++++--
 apps/obex_test/obex_test_server.c |    2 +-
 include/openobex/obex.h           |    4 +-
 include/openobex/obex_const.h     |    3 +-
 lib/CMakeLists.txt                |    1 +
 lib/Makefile.am                   |    3 +-
 lib/bluez_compat.h                |   18 ++-
 lib/btobex.c                      |   69 ++++++---
 lib/btobex.h                      |   17 ++-
 lib/btobex_l2cap.c                |  316 +++++++++++++++++++++++++++++++++++++
 lib/obex.c                        |   23 ++-
 lib/obex_main.c                   |   20 +++
 lib/obex_main.h                   |    1 +
 lib/obex_transport.c              |   12 ++-
 lib/obex_transport.h              |    2 +-
 20 files changed, 608 insertions(+), 155 deletions(-)
 create mode 100644 lib/btobex_l2cap.c

------------------------------------------------------------------------------
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
_______________________________________________
Openobex-users mailing list
Openobex-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/openobex-users

Reply via email to