summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorDarryl L. Pierce <mcpierce@apache.org>2013-02-07 15:49:49 +0000
committerDarryl L. Pierce <mcpierce@apache.org>2013-02-07 15:49:49 +0000
commit1d7df5b6c823cf83e3aec5a970ffabd04d98f416 (patch)
treefd9b45160ab20090b1636294c7b6ab9c733d7390 /cpp
parentf9a0fc28918dfcd936b429b28c8b6873e0c59210 (diff)
downloadqpid-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/TODO15
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).