From 67bccedb6c03562ff733a697a4e520b5b91d8ecb Mon Sep 17 00:00:00 2001 From: zeenix Date: Thu, 1 Feb 2007 09:54:32 +0000 Subject: [PATCH] * TODO: Add another TODO. git-svn-id: https://gabriel.svn.sourceforge.net/svnroot/gabriel/gabriel@32 841437c2-2226-0410-8ced-e7c76d862a31 --- ChangeLog | 4 ++++ TODO | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0231b49..6fdeb8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-02-01 Zeeshan Ali + + * TODO: Add another TODO. + 2007-01-31 Zeeshan Ali * configure.ac: diff --git a/TODO b/TODO index b0ddbca..ff43538 100644 --- a/TODO +++ b/TODO @@ -4,3 +4,12 @@ but it doesn't work since libssh is not thread-safe. However the developer has promised to make things better in this respect in the next release. + +* Make the code more glib main-loop centric: + + This would require: + + 1. The new CHANNEL API promised by the Aris in the next release of libssh + 2. To write a very glib friendly (async and GIOChannel-based) wrapper around + libssh. This wrapper should ideally either go into libssh intself or + libgnet.