This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 ChangeLog       |    7 +++++++
 configure.ac    |    2 +-
 src/bluetooth.c |    2 --
 3 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit 8210f03f29ec5f43ba76105b5689e275366c52c1
Author: Marcel Holtmann <[EMAIL PROTECTED]>
Date:   Thu Nov 20 13:48:42 2008 +0100

    Release 0.8

commit 6c93a2b3457c7334ea4f8593ea8756b2e608b78f
Author: Marcel Holtmann <[EMAIL PROTECTED]>
Date:   Thu Nov 20 13:28:40 2008 +0100

    Remove unused assigned handle variable


Diff in this email is a maximum of 400 lines.
diff --git a/ChangeLog b/ChangeLog
index 24f255b..8a9669c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 0.8:
+       Fix memory leaks with asynchronous operations.
+       Fix issues with handling larger MTU sizes.
+       Fix session and client disconnect handling.
+       Add basic Nokia PC Suite support.
+       Add support for reinitializing TTY server.
+
 ver 0.7:
        Fix issue with transfers larger than session buffer size.
        Fix various memory leaks within session handling.
diff --git a/configure.ac b/configure.ac
index 4e32ddb..1cf2c12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(obexd, 0.7)
+AM_INIT_AUTOMAKE(obexd, 0.8)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE
diff --git a/src/bluetooth.c b/src/bluetooth.c
index 0b0037b..8094a7b 100644
--- a/src/bluetooth.c
+++ b/src/bluetooth.c
@@ -174,7 +174,6 @@ static gint server_register(guint16 service, const gchar 
*name, guint8 channel,
                        gboolean auto_accept, const gchar *capability)
 {
        struct server *server;
-       uint32_t handle;
        int err;
 
        server = g_new0(struct server, 1);
@@ -184,7 +183,6 @@ static gint server_register(guint16 service, const gchar 
*name, guint8 channel,
        server->auto_accept = auto_accept;
        server->capability = g_strdup(capability);
        server->channel = channel;
-       server->handle = handle;
        server->secure = secure;
        server->rx_mtu = BT_RX_MTU;
        server->tx_mtu = BT_TX_MTU;
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits

Reply via email to