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 | 48050cff3749ba5b05dab6e536c17368ee9c635d (patch) | |
| tree | 40770e9efddf11f65086a623bd57a05115ad1d11 /qpid/cpp | |
| parent | 9930147002679ef48067e119976611c3bd2ac7e4 (diff) | |
| download | qpid-python-48050cff3749ba5b05dab6e536c17368ee9c635d.tar.gz | |
QPID-4568: Fixed the TODO list for Ruby.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1443572 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/bindings/qpid/ruby/TODO | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/qpid/cpp/bindings/qpid/ruby/TODO b/qpid/cpp/bindings/qpid/ruby/TODO index 454aac9200..db2aca0195 100644 --- a/qpid/cpp/bindings/qpid/ruby/TODO +++ b/qpid/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). |
