Am Monday 03 November 2008 05:32:35 schrieb Marcel Holtmann:
> Hi guys,
>
> > With the recent preparation for the openobex 1.4 release and fixing
> > issues we've found in the context of obexd development, I ended up
> > having to change the way that the return value of obex_object_send()
> > (from lib/obex_object.c) is handled within obex_client() (lib/
> > obex_client.c).
> >
> > It seems that obex_object_send will return 1 only if the last packet
> > of the object was sent and 0 otherwise (or -1 on error). This means
> > that we should be in STATE_REC and not STATE_SEND after
> > obex_object_send returns 0. Without this change we were seeing two
> > consecutive PUT packets without any intermediate "continue" packet
> > with our obex client (obex-client from the obexd package).
> >
> > This change seems to work fine in our tests, but because it changes
> > code which has been for a long time in openobex I decided to write
> > this email to see if people see any potential issues with it and have
> > a chance to test it with their code before the next official openobex
> > version goes out.
>
> so I am ready to release openobex-1.4, but I wanna have everybody to
> check that the current GIT tree is good enough and that we didn't
> break something. So please give feedback.

To make it easier for you: here's the patch to update the project version for
the CMake build files.
This does not update the autotools files like configure.ac and doc/Doxyfile.

HS
-- 
>From 36ce1e8912d5fdb01a137dd626c39c821868f8e6 Mon Sep 17 00:00:00 2001
From: Hendrik Sattler <[EMAIL PROTECTED]>
Date: Mon, 3 Nov 2008 10:11:41 +0100
Subject: [PATCH] Prepare for releasing version 1.4 (cmake build files)

---
 CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a079379..170c577 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ project ( openobex C )
 # The project version
 #
 set ( VERSION_MAJOR 1 )
-set ( VERSION_MINOR 3 )
+set ( VERSION_MINOR 4 )
 set ( VERSION_PATCH 0 )
 
 set ( SHORT_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}" )
-- 
1.5.6.5


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Openobex-users mailing list
Openobex-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/openobex-users

Reply via email to