diff options
| author | Darryl L. Pierce <mcpierce@apache.org> | 2013-02-07 15:49:49 +0000 |
|---|---|---|
| committer | Darryl L. Pierce <mcpierce@apache.org> | 2013-02-07 15:49:49 +0000 |
| commit | 1d7df5b6c823cf83e3aec5a970ffabd04d98f416 (patch) | |
| tree | fd9b45160ab20090b1636294c7b6ab9c733d7390 /cpp | |
| parent | f9a0fc28918dfcd936b429b28c8b6873e0c59210 (diff) | |
| download | qpid-python-1d7df5b6c823cf83e3aec5a970ffabd04d98f416.tar.gz | |
QPID-4568: Fixed the TODO list for Ruby.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1443572 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/bindings/qpid/ruby/TODO | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/cpp/bindings/qpid/ruby/TODO b/cpp/bindings/qpid/ruby/TODO index 454aac9200..db2aca0195 100644 --- a/cpp/bindings/qpid/ruby/TODO +++ b/cpp/bindings/qpid/ruby/TODO @@ -1,7 +1,12 @@ -TODO Items ------------------------------------------------------------------------------ +Qpid Ruby bindigns TODO List +============================================================================== -Version 0.11.0: - * Deliver the Ruby bindings as a gem. - * Rework the blocking tasks to not bring the main thread to a halt. +Beyond this simple laundry list, you can find the list of bugs and +enhancements to be fixed by going to the Apache Qpid JIRA instance: + http://issues.apache.org/jira/browse/QPID + + +Fixes & Improvements +============================================================================== +* Fix the threading issues with blocking I/O calls (Receiver get/fetch). |
