The following changes since commit a2cb5064325fd2bc12f592133a5fd6974b00e086:
Fix OBEX_ResponseToString documentation (2011-01-02 13:46:46 +0200) are available in the git repository at: git://gitorious.org/openobex/mainline.git for-mainline Hendrik Sattler (3): Add udev helper to allow access to USB devices for non-root users Fix Doxygen output for autotools build when srcdir!=buildir Build manpages with autotools using xmlto CMakeLists.txt | 10 +- Makefile.am | 2 +- acinclude.m4 | 13 +++ configure.ac | 7 +- doc/CMakeLists.txt | 3 - doc/Doxyfile | 242 ---------------------------------------------- doc/Doxyfile.in | 6 +- doc/Makefile.am | 18 +++- udev/CMakeLists.txt | 20 ++++ udev/Makefile.am | 14 +++ udev/obex-check-device.c | 75 ++++++++++++++ udev/openobex.rules.in | 3 + 12 files changed, 152 insertions(+), 261 deletions(-) delete mode 100644 doc/Doxyfile create mode 100644 udev/CMakeLists.txt create mode 100644 udev/Makefile.am create mode 100644 udev/obex-check-device.c create mode 100644 udev/openobex.rules.in For the first patch: someone might want to look into damn autotools how to install udev rule files (in an understandable way). ------------------------------------------------------------------------------ Gaining the trust of online customers is vital for the success of any company that requires sensitive data to be transmitted over the Web. Learn how to best implement a security strategy that keeps consumers' information secure and instills the confidence they need to proceed with transactions. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Openobex-users mailing list Openobex-users@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/openobex-users