summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorwingo <wingo@0c269be4-1314-0410-8aa9-9f06e86f4224>2001-11-23 23:44:58 +0000
committerwingo <wingo@0c269be4-1314-0410-8aa9-9f06e86f4224>2001-11-23 23:44:58 +0000
commit38c43d4e0e98d36a6fb1f8a76ad40e002729307a (patch)
treeb5de5296420162d866bdd5ab798c541499fa964a /TODO
parenta748c067e6703cf28e1f08808bc2868f6db50e6a (diff)
downloadjack1-38c43d4e0e98d36a6fb1f8a76ad40e002729307a.tar.gz
* added cvsignore files
* fixed build process for automake 1.5 git-svn-id: svn+ssh://jackaudio.org/trunk/jack@39 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/TODO b/TODO
index 9cc9801..89e8068 100644
--- a/TODO
+++ b/TODO
@@ -16,5 +16,7 @@ TO THINK ABOUT:
multiple port buffer shm segments (i.e. dynamically
increase the total number of ports in the system)
-
-
+wingo (apwingo@eos.ncsu.edu) adds:
+ - remove glib dependency from api. using it internally is one thing,
+ but the return value of one function (list_ports()) should not
+ introduce this dependency.