]> git.neil.brown.name Git - gsm0710muxd.git/blobdiff - TODO
Be more careful about handing EOF read from the socket.
[gsm0710muxd.git] / TODO
diff --git a/TODO b/TODO
index 7768853a7469667290361771bcd2a0373ddbc4a4..3ca1254e706df17978558a647c93a39903f1e14b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,13 @@
-1.0:
-* Remove VC-not-getting-opened workaround and solve problem
+0.9.7:
+* do not mess with power -- leave that to others
+
+0.9.8:
+* document or fix virtual channel behaviour (state is preserved)
+
+0.9.9:
 * Don't assume the modem is in AT mode, make seamless MUX-restart possible
+
+1.0:
 * Documentation
 * Project site @ fs.o wiki
 * Dbus Error handling
@@ -8,7 +15,9 @@
 
 1.1:
 * Enhance Dbus API: AllocChannel(i), CloseChannel(i), CloseAllChannels(), ListChannels(), 
-Quitting(signal)
+Quitting(signal), GetNumberOfChannels(i)
 * Automatic device detection and/or device plugins?
 * More support for working around different modems' problems
 
+1.2:
+* make dbus API support optional (./configure --disable-dbus --static-devices=4)