summaryrefslogtreecommitdiffstats
path: root/contrib/ruby/TODO
diff options
context:
space:
mode:
authorDarryl L. Pierce <dpierce@redhat.com>2008-08-06 09:51:53 -0400
committerDarryl L. Pierce <dpierce@redhat.com>2008-08-13 11:42:19 -0400
commit1cf6f177f25aeba510949f2d3ea1fad68697c4cf (patch)
tree66145a7a077fb4baf90d9abc766d02801e8d7cce /contrib/ruby/TODO
parent31952586ba56d076a10c1d08d710d7d1f44580db (diff)
downloadcobbler-1cf6f177f25aeba510949f2d3ea1fad68697c4cf.tar.gz
cobbler-1cf6f177f25aeba510949f2d3ea1fad68697c4cf.tar.xz
cobbler-1cf6f177f25aeba510949f2d3ea1fad68697c4cf.zip
Added support for images to the Ruby bindings.
Also fixed some of the decoding for interfaces returned for systems. But I'm not happy with that binding still.
Diffstat (limited to 'contrib/ruby/TODO')
-rw-r--r--contrib/ruby/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/ruby/TODO b/contrib/ruby/TODO
new file mode 100644
index 00000000..02bea04f
--- /dev/null
+++ b/contrib/ruby/TODO
@@ -0,0 +1,3 @@
+This is a list of features to be developed in future.
+
+* Cache auth tokens to avoid unnecessary logins.