[Lunar-commits] <moonbase> obex-data-server: Version bump.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Tue Feb 16 17:50:13 CET 2010


commit 71deba25d093f611c634977549e2a084c2f75ae1
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Feb 16 11:50:13 2010 -0500

    obex-data-server: Version bump.
    
     Add support for GET folder listing with name header in server (usually name header is not used!)
     Fix system bus configuration file according to new default policy
     Use locales only for filenames (previously caused D-Bus disconnect when translated errors were passed)
     Refine logging functionality (ability to log to syslog, enable/disable debug messages)
     Use silent and non-recursive makefiles
     New OPP test script: ods-opp-test.py
     Request timeout system (when no response is received from remote device in 15 seconds
    after request was issued, TimeOut error will happen and connection will be closed)
     Transfer suspension timeout system (when auto_accept is False for server
    and Accept() or Reject() is not called in 15 seconds after TransferStarted
    signal, incoming file will be automatically rejected)
     Support for TTY transport (server and client). TTY server can be used in USB
    gadgets, session support is somewhat experimental and only for testing purposes
     A bunch of other bugs fixed and code cleaned up in quiet a few places
---
 net/obex-data-server/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net/obex-data-server/DETAILS b/net/obex-data-server/DETAILS
index 98c6533..f56a47b 100644
--- a/net/obex-data-server/DETAILS
+++ b/net/obex-data-server/DETAILS
@@ -1,11 +1,11 @@
           MODULE=obex-data-server
-         VERSION=0.4.4
+         VERSION=0.4.5
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://tadas.dailyda.com/software/
-      SOURCE_VFY=sha1:137f053a67c95ac35b0d02c66272e57d7bf34d96
+      SOURCE_VFY=sha1:960784c8dc3690c6c19ce444acb5c65343d47f1f
         WEB_SITE=http://tadas.dailyda.com/blog/
          ENTERED=20090402
-         UPDATED=20090402
+         UPDATED=20100216
            SHORT="obex-data-server"
 cat << EOF
 obex-data-server


More information about the Lunar-commits mailing list